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.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wasm/wasm.cpp b/src/wasm/wasm.cpp
index ad4d6343a..72fc3b202 100644
--- a/src/wasm/wasm.cpp
+++ b/src/wasm/wasm.cpp
@@ -35,8 +35,8 @@ const char* Dylink = "dylink";
}
Name GROW_WASM_MEMORY("__growWasmMemory"),
- MEMORY_BASE("memoryBase"),
- TABLE_BASE("tableBase"),
+ MEMORY_BASE("__memory_base"),
+ TABLE_BASE("__table_base"),
NEW_SIZE("newSize"),
MODULE("module"),
START("start"),