mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 11:41:02 +00:00
8 lines
263 B
Bash
Executable File
8 lines
263 B
Bash
Executable File
#!/bin/sh
|
|
|
|
rustup update nightly
|
|
rustup target add wasm32-unknown-unknown --toolchain nightly
|
|
rustup update stable
|
|
cargo +nightly install --git https://github.com/alexcrichton/wasm-gc
|
|
cargo +nightly install --git https://github.com/pepyakin/wasm-export-table.git
|