Add nightly toolchain to commands #171
Labels
good first issue
Good for newcomers
help wanted
Extra attention is needed
to-do
stuff that needs to happen, so plz do it k thx
Milestone
Currently, unless the user has set cargo to use the nightly compiler, this project will fail in a somewhat unfriendly way.
Updating the rustup/cargo commands to account for this would be helpful.
rustup target add wasm32-unknown-unknown --toolchain nightly
cargo +nightly build --target wasm32-unknown-unknown
It may be helpful to check that the nightly toolchain is actually installed as well
rustc +nightly -V
or similar.The text was updated successfully, but these errors were encountered: