Refactor build scripts.

This commit is contained in:
Sergey Pepyakin
2018-06-08 18:07:15 +03:00
parent 14675edcbc
commit ca48416968
14 changed files with 96 additions and 55 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
set -e
cargo +nightly build --target=wasm32-unknown-unknown --release
-7
View File
@@ -1,7 +0,0 @@
#!/bin/sh
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