Skip to content

Commit 8319b4d

Browse files
chore: update wording on creating runnable components section
1 parent 8c36f77 commit 8319b4d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

component-model/src/creating-runnable-components.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,10 @@ At a high level there are at least two ways to create components that are more l
4040
1. Creating a "command" component
4141
2. Exporting the [`wasi:cli/run` interface][wasi-cli-run]
4242

43-
This section explores how to do the above in relevant languages.
43+
While command components simply have a `_start` export, components that export the [`wasi:cli/run` run interface][wasi-cli-iface-run]
44+
are able to make use of more robust standardized interfaces that mimic a CLI environment like stdout, stderr, via WASI.
45+
46+
This section explores how to create components that are trivially runanbel (like binaries) in relevant languages.
4447

4548
[wasi-cli-iface-run]: https://github.com/WebAssembly/wasi-cli/tree/main/wit/run.wit
4649

0 commit comments

Comments
 (0)