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 7e75d9178..a983fc943 100644
--- a/src/wasm/wasm.cpp
+++ b/src/wasm/wasm.cpp
@@ -32,6 +32,8 @@ const char* Name = "name";
}
Name GROW_WASM_MEMORY("__growWasmMemory"),
+ MEMORY_BASE("memoryBase"),
+ TABLE_BASE("tableBase"),
NEW_SIZE("newSize"),
MODULE("module"),
START("start"),