summaryrefslogtreecommitdiff
path: root/test/hello_world.fromasm.no-opts
diff options
context:
space:
mode:
Diffstat (limited to 'test/hello_world.fromasm.no-opts')
-rw-r--r--test/hello_world.fromasm.no-opts2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/hello_world.fromasm.no-opts b/test/hello_world.fromasm.no-opts
index 368ffaff3..80e7688e2 100644
--- a/test/hello_world.fromasm.no-opts
+++ b/test/hello_world.fromasm.no-opts
@@ -1,7 +1,7 @@
(module
(memory 256 256)
+ (import $memory memory "env" "memory")
(export "add" $add)
- (export "memory" memory)
(func $add (param $x i32) (param $y i32) (result i32)
(return
(i32.add