Skip to content

Commit 977c8b8

Browse files
authored
WASM32 target needed for stable now
1 parent ff30d73 commit 977c8b8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

content/md/en/docs/install/macos.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ To install `openssl` and the Rust toolchain on macOS:
9696
```bash
9797
rustup default stable
9898
rustup update
99+
rustup target add wasm32-unknown-unknown
99100
```
100101

101102
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)