summaryrefslogtreecommitdiff
path: root/test/hello_world.fromasm
diff options
context:
space:
mode:
Diffstat (limited to 'test/hello_world.fromasm')
-rw-r--r--test/hello_world.fromasm1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/hello_world.fromasm b/test/hello_world.fromasm
index f2dc36277..435e41a60 100644
--- a/test/hello_world.fromasm
+++ b/test/hello_world.fromasm
@@ -1,5 +1,6 @@
(module
(memory 256 256)
+ (export "memory" memory)
(export "add" $add)
(func $add (param $x i32) (param $y i32) (result i32)
(return