summaryrefslogtreecommitdiff
path: root/src/wasm/wasm.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/wasm/wasm.cpp')
-rw-r--r--src/wasm/wasm.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wasm/wasm.cpp b/src/wasm/wasm.cpp
index 1554ded62..3373a3f20 100644
--- a/src/wasm/wasm.cpp
+++ b/src/wasm/wasm.cpp
@@ -37,6 +37,8 @@ const char* Dylink = "dylink";
Name GROW_WASM_MEMORY("__growWasmMemory"),
MEMORY_BASE("__memory_base"),
TABLE_BASE("__table_base"),
+ GET_TEMP_RET0("getTempRet0"),
+ SET_TEMP_RET0("setTempRet0"),
NEW_SIZE("newSize"),
MODULE("module"),
START("start"),