Skip to content

Commit 488bf8a

Browse files
refactor(pl/rust): rework wasi run interface note
1 parent 71a42a5 commit 488bf8a

File tree

1 file changed

+1
-1
lines changed
  • component-model/src/language-support/creating-runnable-components

1 file changed

+1
-1
lines changed

component-model/src/language-support/creating-runnable-components/rust.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## Exporting the `wasi:cli/run` interface
44

55
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.
6+
and signal to consumers that the library can also be run similarly to a binary.
77

88
> [!WARNING]
99
> Reactor components can be reused, and while most platforms may *not* choose to reuse a component after `wasi:cli/run`

0 commit comments

Comments
 (0)