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 /src/wasm/wasm.cpp | |
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 'src/wasm/wasm.cpp')
-rw-r--r-- | src/wasm/wasm.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/wasm/wasm.cpp b/src/wasm/wasm.cpp index 1380b3b48..34dcf75ee 100644 --- a/src/wasm/wasm.cpp +++ b/src/wasm/wasm.cpp @@ -50,7 +50,6 @@ const char* TypedFunctionReferencesFeature = "typed-function-references"; } // namespace UserSections } // namespace BinaryConsts -Name WASM_CALL_CTORS("__wasm_call_ctors"); Name MEMORY_BASE("__memory_base"); Name TABLE_BASE("__table_base"); Name STACK_POINTER("__stack_pointer"); |