diff options
author | Sam Clegg <sbc@chromium.org> | 2018-11-29 14:29:51 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-29 14:29:51 -0800 |
commit | 8d915d515b366842fd8934a712527b952899ce35 (patch) | |
tree | 6ab13b3bec9f42d33d8f3a9747afdde96097c8e9 /src/wasm/wasm.cpp | |
parent | 252fd7f176c4a5ae6a6fa9a5124e153ddbaab638 (diff) | |
download | binaryen-8d915d515b366842fd8934a712527b952899ce35.tar.gz binaryen-8d915d515b366842fd8934a712527b952899ce35.tar.bz2 binaryen-8d915d515b366842fd8934a712527b952899ce35.zip |
Cleanup shared constants (#1784)
Diffstat (limited to 'src/wasm/wasm.cpp')
-rw-r--r-- | src/wasm/wasm.cpp | 2 |
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"), |