Skip to content

Commit

Permalink
WASM32 target needed for stable now
Browse files Browse the repository at this point in the history
  • Loading branch information
gavofyork authored May 29, 2023
1 parent ff30d73 commit 977c8b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions content/md/en/docs/install/macos.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ To install `openssl` and the Rust toolchain on macOS:
```bash
rustup default stable
rustup update
rustup target add wasm32-unknown-unknown
```

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

0 comments on commit 977c8b8

Please sign in to comment.