summaryrefslogtreecommitdiff
path: root/test/emcc_hello_world.wast
diff options
context:
space:
mode:
Diffstat (limited to 'test/emcc_hello_world.wast')
-rw-r--r--test/emcc_hello_world.wast1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/emcc_hello_world.wast b/test/emcc_hello_world.wast
index 676a16b57..358d3f536 100644
--- a/test/emcc_hello_world.wast
+++ b/test/emcc_hello_world.wast
@@ -1,4 +1,5 @@
(module
+ (memory 16777216)
(type $FUNCSIG$ii (func (param i32) (result i32)))
(type $FUNCSIG$iiii (func (param i32 i32 i32) (result i32)))
(type $FUNCSIG$vi (func (param i32)))