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 71a42a5 commit 488bf8aCopy full SHA for 488bf8a
component-model/src/language-support/creating-runnable-components/rust.md
@@ -3,7 +3,7 @@
3
## Exporting the `wasi:cli/run` interface
4
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 ecosystem projects that it can be executed.
+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`
0 commit comments