From ffa40d7f408ed4d35c806f550b1d6bac2a039745 Mon Sep 17 00:00:00 2001 From: Sam Clegg Date: Mon, 15 Aug 2022 12:50:31 -0700 Subject: LegalizeJSInterface: Look for get/setTempRet0 as exports (#4881) This allows emscripten to move these helper functions from JS library imports to native wasm exports. See https://github.com/emscripten-core/emscripten/issues/7273 --- src/wasm/wasm.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/wasm/wasm.cpp') diff --git a/src/wasm/wasm.cpp b/src/wasm/wasm.cpp index 34b1e82b7..1c9c1389d 100644 --- a/src/wasm/wasm.cpp +++ b/src/wasm/wasm.cpp @@ -57,8 +57,6 @@ const char* StringsFeature = "strings"; Name MEMORY_BASE("__memory_base"); Name TABLE_BASE("__table_base"); Name STACK_POINTER("__stack_pointer"); -Name GET_TEMP_RET0("getTempRet0"); -Name SET_TEMP_RET0("setTempRet0"); Name NEW_SIZE("newSize"); Name MODULE("module"); Name START("start"); -- cgit v1.2.3