Skip to content

Commit 086d391

Browse files
committed
fix: WASM32 target needed for stable Linux build
1 parent 07ff3f2 commit 086d391

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

content/md/en/docs/install/linux.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ To install the Rust toolchain on Linux:
9393
```bash
9494
rustup default stable
9595
rustup update
96+
rustup target add wasm32-unknown-unknown
9697
```
9798

9899
1. Add the `nightly` release and the `nightly` WebAssembly (wasm) targets to your development environment by running the following commands:

0 commit comments

Comments
 (0)