Use --export-table from the latest LLD (#316)

* Remove unused build.sh

* Don't use wasm-export-table anymore.

* Rebuild binaries.

* Fix build script.
This commit is contained in:
Sergey Pepyakin
2018-07-15 14:09:29 +02:00
committed by Gav Wood
parent f982801ed7
commit fed50df6ed
12 changed files with 1 additions and 24 deletions
-1
View File
@@ -73,7 +73,6 @@ rustup update nightly
rustup target add wasm32-unknown-unknown --toolchain nightly
rustup update stable
cargo install --git https://github.com/alexcrichton/wasm-gc
cargo install --git https://github.com/pepyakin/wasm-export-table.git
sudo apt install cmake pkg-config libssl-dev
```