summaryrefslogtreecommitdiff
path: root/src/wasm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wasm.h')
-rw-r--r--src/wasm.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wasm.h b/src/wasm.h
index 40d9a126e..d8cada7f5 100644
--- a/src/wasm.h
+++ b/src/wasm.h
@@ -796,6 +796,8 @@ public:
unsigned indent = 0;
printOpening(o, "module", true);
incIndent(o, indent);
+ doIndent(o, indent);
+ printOpening(o, "memory") << " 16777216)\n"; // XXX
for (auto& curr : functionTypes) {
doIndent(o, indent);
curr.second->print(o, indent, true);