summaryrefslogtreecommitdiff
path: root/src/wasm.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/wasm.cpp')
-rw-r--r--src/wasm.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wasm.cpp b/src/wasm.cpp
index 6732f9ca4..dbbd209b4 100644
--- a/src/wasm.cpp
+++ b/src/wasm.cpp
@@ -33,6 +33,7 @@ namespace Section {
const char* FunctionSignatures = "function";
const char* Functions = "code";
const char* ExportTable = "export";
+ const char* Globals = "global";
const char* DataSegments = "data";
const char* FunctionTable = "table";
const char* Names = "name";