Clean up the wasm-builder and release 1.0.8 (#3858)

This commit is contained in:
Bastian Köcher
2019-10-20 13:02:21 +02:00
committed by GitHub
parent f5162edc83
commit 222ff6fe79
8 changed files with 23 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.7"),
WasmBuilderSource::Crates("1.0.8"),
// This instructs LLD to export __heap_base as a global variable, which is used by the
// external memory allocator.
"-Clink-arg=--export=__heap_base",