Skip to content

Commit 3081c50

Browse files
feat(lang/rust): improve wording for component build
Co-authored-by: Kate Goldenring <kate.goldenring@gmail.com>
1 parent 9b10469 commit 3081c50

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • component-model/src/language-support

component-model/src/language-support/rust.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ There are a few points of note in the code listing above:
155155

156156
## 6. Building a Component
157157

158-
Now, let's build our component:
158+
Now, let's build our component, using the native Rust toolchain to build a WASI P2 component.
159159

160160
```sh
161161
cargo build --target=wasm32-wasip2

0 commit comments

Comments
 (0)