summaryrefslogtreecommitdiff
path: root/src/wasm.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/wasm.cpp')
-rw-r--r--src/wasm.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wasm.cpp b/src/wasm.cpp
index 2138ec34d..8cfdee759 100644
--- a/src/wasm.cpp
+++ b/src/wasm.cpp
@@ -54,6 +54,7 @@ Name GROW_WASM_MEMORY("__growWasmMemory"),
EXPORT("export"),
IMPORT("import"),
TABLE("table"),
+ ELEM("elem"),
LOCAL("local"),
TYPE("type"),
CALL("call"),
@@ -69,6 +70,7 @@ Name GROW_WASM_MEMORY("__growWasmMemory"),
NEG_NAN("-nan"),
CASE("case"),
BR("br"),
+ ANYFUNC("anyfunc"),
FAKE_RETURN("fake_return_waka123"),
ASSERT_RETURN("assert_return"),
ASSERT_TRAP("assert_trap"),