From 8d915d515b366842fd8934a712527b952899ce35 Mon Sep 17 00:00:00 2001 From: Sam Clegg Date: Thu, 29 Nov 2018 14:29:51 -0800 Subject: Cleanup shared constants (#1784) --- src/wasm/wasm.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/wasm/wasm.cpp') 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"), -- cgit v1.2.3