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 9b657f6 commit 0c063c3Copy full SHA for 0c063c3
README.rst
@@ -75,8 +75,9 @@ If you need to install Rust, do the following:
75
76
curl https://sh.rustup.rs -sSf | sh -s -- -y
77
echo 'export PATH=$HOME/.cargo/bin/:$PATH' >> $BASH_ENV
78
- rustup install stable
79
- rustup target add wasm32-unknown-unknown --toolchain stable
+ rustup default nightly
+ rustup update
80
+ rustup target add wasm32-unknown-unknown --toolchain nightly
81
curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
82
83
To build this repository, do the following:
0 commit comments