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.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wasm/wasm.cpp b/src/wasm/wasm.cpp
index e5f3deb33..fef613cd2 100644
--- a/src/wasm/wasm.cpp
+++ b/src/wasm/wasm.cpp
@@ -60,6 +60,7 @@ Name MODULE("module");
Name START("start");
Name GLOBAL("global");
Name FUNC("func");
+Name CONT("cont");
Name PARAM("param");
Name RESULT("result");
Name MEMORY("memory");