You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -216,7 +216,7 @@ To run your command component:
216
216
217
217
```sh
218
218
cargo component build
219
-
wasmtime run ./target/wasm32-wasi/debug/<name>.wasm
219
+
wasmtime run ./target/wasm32-wasip1/debug/<name>.wasm
220
220
```
221
221
222
222
> **WARNING:** If your program prints to standard out or error, you may not see the printed output! Some versions of `wasmtime` have a bug where they don't flush output streams before exiting. To work around this, add a `std::thread::sleep()` with a 10 millisecond delay before exiting `main`.
0 commit comments