Skip to content

Instantly share code, notes, and snippets.

@andrei-cacio
Created May 17, 2018 11:11
Show Gist options
  • Save andrei-cacio/f829565d75ba2ce435b433bd359c66b1 to your computer and use it in GitHub Desktop.
Save andrei-cacio/f829565d75ba2ce435b433bd359c66b1 to your computer and use it in GitHub Desktop.
Rust + Wasm setup
rustup default nightly
rustup target add wasm32-unknown-unknown --toolchain nightly
cargo install wasm-gc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment