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 ec6b327 commit 266e9f3Copy full SHA for 266e9f3
component-model/src/language-support/rust.md
@@ -124,7 +124,7 @@ $ cargo run --release -- 1 2 ../add/target/wasm32-wasip1/release/add.wasm
124
125
## Exporting an interface with `cargo component`
126
127
-While it is possible to export a raw function, prefer exporting an interface, similar to the [sample `adder` world][add-wit].
+While it is possible to export a raw function, it is a best practice to export an interface, similar to the [sample `adder` world][add-wit].
128
This often makes it easier to comply with an existing specification or to capture a set of functions and types
129
that tend to go together.
130
0 commit comments