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/hello_world.passive.wat.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/hello_world.passive.wat.out')
-rw-r--r-- | test/lld/hello_world.passive.wat.out | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lld/hello_world.passive.wat.out b/test/lld/hello_world.passive.wat.out index a4c1a9c1b..247463069 100644 --- a/test/lld/hello_world.passive.wat.out +++ b/test/lld/hello_world.passive.wat.out @@ -44,7 +44,7 @@ "declares": [ "puts" ], - "externs": [ + "globalImports": [ ], "exports": [ "__wasm_call_ctors", |