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 ff30d73 commit 977c8b8Copy full SHA for 977c8b8
content/md/en/docs/install/macos.md
@@ -96,6 +96,7 @@ To install `openssl` and the Rust toolchain on macOS:
96
```bash
97
rustup default stable
98
rustup update
99
+ rustup target add wasm32-unknown-unknown
100
```
101
102
1. Add the `nightly` release and the `nightly` WebAssembly (wasm) targets to your development environment by running the following commands:
0 commit comments