diff options
author | Sam Clegg <sbc@chromium.org> | 2021-04-15 16:10:32 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-15 16:10:32 -0700 |
commit | ac2a49bc53d4b0817657aed9f89f33868e5ab3b9 (patch) | |
tree | a408b3498242d75db7fc07891126c4a91cc8bff4 /test/lld/shared_add_to_table.wasm.out | |
parent | dc041817642994d5d19c7f21bca734369564e842 (diff) | |
download | binaryen-ac2a49bc53d4b0817657aed9f89f33868e5ab3b9.tar.gz binaryen-ac2a49bc53d4b0817657aed9f89f33868e5ab3b9.tar.bz2 binaryen-ac2a49bc53d4b0817657aed9f89f33868e5ab3b9.zip |
Rename emscripten metadata key to reflect new unmangled names (#3813)
Turns out just removing the mangling wasn't enough for
emscripten to support both before and after versions.
See https://github.com/WebAssembly/binaryen/pull/3785
Diffstat (limited to 'test/lld/shared_add_to_table.wasm.out')
-rw-r--r-- | test/lld/shared_add_to_table.wasm.out | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lld/shared_add_to_table.wasm.out b/test/lld/shared_add_to_table.wasm.out index a0f4ee558..9baa3bf23 100644 --- a/test/lld/shared_add_to_table.wasm.out +++ b/test/lld/shared_add_to_table.wasm.out @@ -75,7 +75,7 @@ "declares": [ "_Z16waka_func_theirsi" ], - "externs": [ + "globalImports": [ "__stack_pointer", "__memory_base", "__table_base", |