diff options
author | Sam Clegg <sbc@chromium.org> | 2020-10-29 17:09:48 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-29 17:09:48 -0700 |
commit | eb81ca4f81a27eb2fa775b8246f24f3bc3ea4f4b (patch) | |
tree | 8fea7ce2b5ad3947f97849b5af1c2e29c25bad4c /test/lld/em_asm_O0.wat | |
parent | b59f61678a415ccb3baa8074556c6b8759edc593 (diff) | |
download | binaryen-eb81ca4f81a27eb2fa775b8246f24f3bc3ea4f4b.tar.gz binaryen-eb81ca4f81a27eb2fa775b8246f24f3bc3ea4f4b.tar.bz2 binaryen-eb81ca4f81a27eb2fa775b8246f24f3bc3ea4f4b.zip |
wasm-emscripten-finalize: Remove staticBump from metadata (#3300)
Emscripten no longer needs this information as of
https://github.com/emscripten-core/emscripten/pull/12643.
This also removes the need to export __data_end.
Diffstat (limited to 'test/lld/em_asm_O0.wat')
-rw-r--r-- | test/lld/em_asm_O0.wat | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/lld/em_asm_O0.wat b/test/lld/em_asm_O0.wat index b1628f158..e9185afad 100644 --- a/test/lld/em_asm_O0.wat +++ b/test/lld/em_asm_O0.wat @@ -7,11 +7,9 @@ (data (i32.const 568) "{ Module.print(\"Hello world\"); }\00{ return $0 + $1; }\00{ Module.print(\"Got \" + $0); }\00") (table $0 1 1 funcref) (global $global$0 (mut i32) (i32.const 66192)) - (global $global$1 i32 (i32.const 652)) (export "memory" (memory $0)) (export "__wasm_call_ctors" (func $__wasm_call_ctors)) (export "main" (func $main)) - (export "__data_end" (global $global$1)) (func $__wasm_call_ctors ) (func $main (param $0 i32) (param $1 i32) (result i32) |