From ac55046821442b2f9140a106dde1436682dea8c4 Mon Sep 17 00:00:00 2001 From: Sam Clegg Date: Thu, 15 Apr 2021 12:01:28 -0700 Subject: Remove renaming of __wasm_call_ctors (#3811) See https://github.com/emscripten-core/emscripten/issues/13893 --- src/wasm/wasm.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/wasm/wasm.cpp') 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"); -- cgit v1.2.3