summaryrefslogtreecommitdiff
path: root/src/wasm/wasm.cpp
diff options
context:
space:
mode:
authorSam Clegg <sbc@chromium.org>2021-04-15 12:01:28 -0700
committerGitHub <noreply@github.com>2021-04-15 12:01:28 -0700
commitac55046821442b2f9140a106dde1436682dea8c4 (patch)
tree05da0c729731410ecb47e3ba270ce5628a59e579 /src/wasm/wasm.cpp
parent0e5ade3db77864d98a0d39fee31626b973b571a4 (diff)
downloadbinaryen-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.cpp1
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");