mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-04-22 04:32:13 +00:00
Merge pull request #933 from expobrain/basig_usage_fix
Update installation of toolchain in Basic Usage page
This commit is contained in:
commit
f064f5a9d4
@ -12,7 +12,7 @@ if you'd prefer to follow along in your own console let's install the tools we
|
|||||||
need:
|
need:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
$ rustup target add wasm32-unknown-unknown
|
$ rustup target add wasm32-unknown-unknown --toolchain nightly
|
||||||
$ cargo +nightly install wasm-bindgen-cli
|
$ cargo +nightly install wasm-bindgen-cli
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user