Skip to content

Commit 1cba12f

Browse files
refactor(pl/rust): remove warning about reactor component reuse
1 parent 59e0efb commit 1cba12f

File tree

1 file changed

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

1 file changed

+0
-4
lines changed

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@
55
Any reactor (library-like) component can *also* export the [`run` interface][wasi-cli-iface-run] inside [WASI CLI][wasi-cli],
66
and signal to consumers that the library can also be run similarly to a binary.
77

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-
128
[wasi-cli-iface-run]: https://github.com/WebAssembly/wasi-cli/tree/main/wit/run.wit
139
[wasi-cli]: https://github.com/WebAssembly/wasi-cli
1410

0 commit comments

Comments
 (0)