fix wasm executor compile error (#631)

This commit is contained in:
woodsmur
2018-08-31 23:28:47 +08:00
committed by Gav Wood
parent 27b5e70baa
commit b7ef395cc1
+1
View File
@@ -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