Dev Stuff

Rust

  • Install the nightly channel:
rustup toolchain install nightly
  • Include support for the Wasm target:
rustup target add wasm32-unknown-unknown
  • Check the installation:
rustup toolchain list
rustup target list --installed