diff options
author | Sam Clegg <sbc@chromium.org> | 2021-04-15 12:01:28 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-15 12:01:28 -0700 |
commit | ac55046821442b2f9140a106dde1436682dea8c4 (patch) | |
tree | 05da0c729731410ecb47e3ba270ce5628a59e579 /test/lld/shared_longjmp.wat.out | |
parent | 0e5ade3db77864d98a0d39fee31626b973b571a4 (diff) | |
download | binaryen-ac55046821442b2f9140a106dde1436682dea8c4.tar.gz binaryen-ac55046821442b2f9140a106dde1436682dea8c4.tar.bz2 binaryen-ac55046821442b2f9140a106dde1436682dea8c4.zip |
Remove renaming of __wasm_call_ctors (#3811)
See https://github.com/emscripten-core/emscripten/issues/13893
Diffstat (limited to 'test/lld/shared_longjmp.wat.out')
-rw-r--r-- | test/lld/shared_longjmp.wat.out | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/lld/shared_longjmp.wat.out b/test/lld/shared_longjmp.wat.out index 68c84ed13..f0856db39 100644 --- a/test/lld/shared_longjmp.wat.out +++ b/test/lld/shared_longjmp.wat.out @@ -25,7 +25,7 @@ (import "env" "free" (func $fimport$7 (param i32))) (global $global$0 i32 (i32.const 0)) (global $global$1 i32 (i32.const 4)) - (export "__post_instantiate" (func $0)) + (export "__wasm_call_ctors" (func $0)) (export "_start" (func $2)) (export "__THREW__" (global $global$0)) (export "__threwValue" (global $global$1)) @@ -168,7 +168,7 @@ "__threwValue" ], "exports": [ - "__post_instantiate", + "__wasm_call_ctors", "_start", "dynCall_vii" ], |