Revert "fix wasm executor compile error (#631)" (#642)

This reverts commit b7ef395cc1.
This commit is contained in:
Gav Wood
2018-09-05 12:12:59 +02:00
committed by GitHub
parent 5998a55cc3
commit 33a2e27c47
-1
View File
@@ -120,7 +120,6 @@ 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