We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2228c0 commit 02e4760Copy full SHA for 02e4760
1 file changed
component-model/src/language-support/rust.md
@@ -126,8 +126,8 @@ $ cargo run --release -- 1 2 ../add/target/wasm32-wasip1/release/add.wasm
126
127
## Exporting an interface
128
129
-Notice how our `example` world currently exports `add` as a function. It's
130
-often preferable to export an interface rather than a function, either to
+Notice how our `root` world in the `wasm-tools` output exports `add` as part of an _interface_.
+It's often preferable to export an interface rather than a function, either to
131
comply with an existing specification or to capture several functions and types
132
at once.
133
0 commit comments