File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed
component-model/src/language-support/creating-runnable-components Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -57,12 +57,6 @@ To run your command component:
5757wasmtime run ./target/wasm32-wasip2/debug/runnable-example.wasm
5858```
5959
60- > [ !WARNING]
61- > If your program prints to standard out or error, you may not see the printed output!
62- >
63- > Some versions of ` wasmtime ` have a bug where they don't flush output streams before exiting. To work
64- > around this, add a ` std::thread::sleep() ` with a 10 millisecond delay before exiting ` main ` .
65-
6660## Enabling a library component to be run via the ` wasi:cli/run ` interface
6761
6862Any reactor (library-like) component can * also* export the [ ` run ` interface] [ wasi-cli-iface-run ] inside [ WASI CLI] [ wasi-cli ] ,
You can’t perform that action at this time.
0 commit comments