File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
tests/misc_testsuite/component-model Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -172,7 +172,7 @@ pub struct Opts {
172172 ///
173173 /// This can also be toggled via the `WASMTIME_DEBUG_BINDGEN` environment
174174 /// variable, but that will affect _all_ `bindgen!` macro invocations (and
175- /// can sometimes lead to one invocation ovewriting another in unpredictable
175+ /// can sometimes lead to one invocation overwriting another in unpredictable
176176 /// ways), whereas this option lets you specify it on a case-by-case basis.
177177 pub debug : bool ,
178178
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ for more details.
3232
3333The relaxed SIMD proposal gives Wasm programs access to SIMD operations that
3434cannot be made to execute both identically and performantly across different
35- architecures . The proposal gave up determinism across different achitectures in
35+ architectures . The proposal gave up determinism across different achitectures in
3636order to maintain portable performance.
3737
3838At the cost of worse runtime performance, Wasmtime can deterministically execute
Original file line number Diff line number Diff line change 13401340 (core instance $m (instantiate $m ))
13411341
13421342 ;; This adapter, when fused with itself on the second instantiation of this
1343- ;; component, will dependend on the prior instance `$m` so it which means
1343+ ;; component, will depended on the prior instance `$m` so it which means
13441344 ;; that the adapter module containing this must be placed in the right
13451345 ;; location.
13461346 (core func $execute
You can’t perform that action at this time.
0 commit comments