summaryrefslogtreecommitdiff
path: root/test/hello_world.fromasm.imprecise.no-opts
diff options
context:
space:
mode:
Diffstat (limited to 'test/hello_world.fromasm.imprecise.no-opts')
-rw-r--r--test/hello_world.fromasm.imprecise.no-opts2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/hello_world.fromasm.imprecise.no-opts b/test/hello_world.fromasm.imprecise.no-opts
index deae6ab2a..1bd263d54 100644
--- a/test/hello_world.fromasm.imprecise.no-opts
+++ b/test/hello_world.fromasm.imprecise.no-opts
@@ -2,6 +2,8 @@
(memory 256 256)
(import $memory memory "env" "memory")
(import $table table "env" "table")
+ (import $memoryBase global "env" "memoryBase" i32)
+ (import $tableBase global "env" "tableBase" i32)
(export "add" $add)
(func $add (param $x i32) (param $y i32) (result i32)
(return