From 7549fa413b6e3a8eba1f8cfba1c24f01692cfb5b Mon Sep 17 00:00:00 2001 From: Sam Clegg Date: Thu, 1 Oct 2020 11:27:02 -0700 Subject: Stop generating __growWasmMemory (#3180) This depends on https://github.com/emscripten-core/emscripten/pull/12391 --- 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 738823d66..dce6ac7de 100644 --- a/src/wasm/wasm.cpp +++ b/src/wasm/wasm.cpp @@ -50,7 +50,6 @@ const char* Memory64Feature = "memory64"; } // namespace UserSections } // namespace BinaryConsts -Name GROW_WASM_MEMORY("__growWasmMemory"); Name WASM_CALL_CTORS("__wasm_call_ctors"); Name MEMORY_BASE("__memory_base"); Name TABLE_BASE("__table_base"); -- cgit v1.2.3