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 5c1ecf9 commit fb16edcCopy full SHA for fb16edc
content/md/en/docs/install/linux.md
@@ -93,6 +93,7 @@ To install the Rust toolchain on Linux:
93
```bash
94
rustup default stable
95
rustup update
96
+ rustup target add wasm32-unknown-unknown
97
```
98
99
1. Add the `nightly` release and the `nightly` WebAssembly (wasm) targets to your development environment by running the following commands:
0 commit comments