We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59e0efb commit 1cba12fCopy full SHA for 1cba12f
component-model/src/language-support/creating-runnable-components/rust.md
@@ -5,10 +5,6 @@
5
Any reactor (library-like) component can *also* export the [`run` interface][wasi-cli-iface-run] inside [WASI CLI][wasi-cli],
6
and signal to consumers that the library can also be run similarly to a binary.
7
8
-> [!WARNING]
9
-> Reactor components can be reused, and while most platforms may *not* choose to reuse a component after `wasi:cli/run`
10
-> has been called, there is no guarantee that they will or will not.
11
-
12
[wasi-cli-iface-run]: https://github.com/WebAssembly/wasi-cli/tree/main/wit/run.wit
13
[wasi-cli]: https://github.com/WebAssembly/wasi-cli
14
0 commit comments