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 2f2eb70 commit 03e76d9Copy full SHA for 03e76d9
component-model/src/language-support/creating-runnable-components/rust.md
@@ -63,6 +63,11 @@ wkg wit fetch
63
64
At this point, you should have a `wit` folder with a `deps` subfolder and your original `component.wit`.
65
66
+The component we will create to satisfy the WIT above can be used as a library, as other components
67
+or platforms can use the `greet` interface export. More importantly, the component can *also* be
68
+recognized as a generically runnable component thanks to `wasi:cli/run`, so it can work
69
+with any tooling (ex. `wasmtime run`) that supports/recognizes the `wasi:cli` interface.
70
+
71
[!WARNING]: #
72
73
### 3. Write the code for the component
0 commit comments