Commit c294a01d authored by asynchronous rob's avatar asynchronous rob Committed by GitHub
Browse files

install wasm-gc using nightly (#167)

parent d7a04696
...@@ -3,5 +3,5 @@ ...@@ -3,5 +3,5 @@
rustup update nightly rustup update nightly
rustup target add wasm32-unknown-unknown --toolchain nightly rustup target add wasm32-unknown-unknown --toolchain nightly
rustup update stable rustup update stable
cargo install --git https://github.com/alexcrichton/wasm-gc cargo +nightly install --git https://github.com/alexcrichton/wasm-gc
cargo install --git https://github.com/pepyakin/wasm-export-table.git cargo +nightly install --git https://github.com/pepyakin/wasm-export-table.git
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment