diff options
Diffstat (limited to 'src/wasm/wasm.cpp')
-rw-r--r-- | src/wasm/wasm.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wasm/wasm.cpp b/src/wasm/wasm.cpp index e14f6455f..ea1ff2a7c 100644 --- a/src/wasm/wasm.cpp +++ b/src/wasm/wasm.cpp @@ -56,7 +56,7 @@ Name GROW_WASM_MEMORY("__growWasmMemory"), RESULT("result"), MEMORY("memory"), DATA("data"), - SEGMENT("segment"), + PASSIVE("passive"), EXPORT("export"), IMPORT("import"), TABLE("table"), |