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 ae1cf89 commit 966313fCopy full SHA for 966313f
component-model/src/language-support/rust.md
@@ -11,6 +11,14 @@ available targets in the toolchain:
11
[wasip1]: https://github.com/WebAssembly/WASI/tree/main/legacy
12
[wasip2]: https://github.com/WebAssembly/WASI/tree/main/wasip2
13
14
+> [!NOTE]
15
+> To use the targets above, ensure that they are enabled via the Rust toolchain (e.g. `rustup`).
16
+>
17
+> For example, to add the `wasm32-wasip2` target:
18
+> ```
19
+> rustup target add wasm32-wasip2
20
21
+
22
With built-in support, Rust code (and the standard library) can compile to WebAssembly with native
23
tooling:
24
0 commit comments