From 33a2e27c47bd8b234c5e96d0ccbae7131bb74049 Mon Sep 17 00:00:00 2001 From: Gav Wood Date: Wed, 5 Sep 2018 12:12:59 +0200 Subject: [PATCH] Revert "fix wasm executor compile error (#631)" (#642) This reverts commit b7ef395cc125f42c3f43b419e22303b3d2f92f31. --- substrate/README.adoc | 1 - 1 file changed, 1 deletion(-) diff --git a/substrate/README.adoc b/substrate/README.adoc index 885cb01b19..59f9f64096 100644 --- a/substrate/README.adoc +++ b/substrate/README.adoc @@ -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