Switch to wasm-builder 1.0.7 (#441)

* Switch to `wasm-builder` 1.0.7
This commit is contained in:
Bastian Köcher
2019-09-23 12:38:38 +02:00
committed by thiolliere
parent 0b0a42b717
commit 21cb1e9f45
8 changed files with 19 additions and 24 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ use wasm_builder_runner::{build_current_project_with_rustflags, WasmBuilderSourc
fn main() {
build_current_project_with_rustflags(
"wasm_binary.rs",
WasmBuilderSource::Crates("1.0.5"),
WasmBuilderSource::Crates("1.0.7"),
"-C link-arg=--import-memory",
);
}