Skip to content

Commit

Permalink
fix wasm executor compile error (paritytech#631)
Browse files Browse the repository at this point in the history
  • Loading branch information
woodsmur authored and gguoss committed Sep 3, 2018
1 parent 070835b commit e5a45e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ build it. Ensure you have Rust and the support software installed:
curl https://sh.rustup.rs -sSf | sh
rustup update nightly
rustup target add wasm32-unknown-unknown --toolchain nightly
rustup component add llvm-tools-preview --toolchain=nightly
rustup update stable
cargo install --git https://github.com/alexcrichton/wasm-gc
sudo apt install cmake pkg-config libssl-dev git
Expand Down

0 comments on commit e5a45e5

Please sign in to comment.