diff options
Diffstat (limited to 'src/wasm/wasm.cpp')
-rw-r--r-- | src/wasm/wasm.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wasm/wasm.cpp b/src/wasm/wasm.cpp index 215928793..bb578819b 100644 --- a/src/wasm/wasm.cpp +++ b/src/wasm/wasm.cpp @@ -59,6 +59,7 @@ Name SET_TEMP_RET0("setTempRet0"); Name NEW_SIZE("newSize"); Name MODULE("module"); Name START("start"); +Name GLOBAL("global"); Name FUNC("func"); Name PARAM("param"); Name RESULT("result"); |