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/safe_stack_standalone-wasm.wat.out | |
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/safe_stack_standalone-wasm.wat.out')
-rw-r--r-- | test/lld/safe_stack_standalone-wasm.wat.out | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/lld/safe_stack_standalone-wasm.wat.out b/test/lld/safe_stack_standalone-wasm.wat.out index ab09be06b..cfb8dd86c 100644 --- a/test/lld/safe_stack_standalone-wasm.wat.out +++ b/test/lld/safe_stack_standalone-wasm.wat.out @@ -174,7 +174,6 @@ (; --BEGIN METADATA -- { - "staticBump": 19, "tableSize": 1, "initializers": [ "__wasm_call_ctors" |