summaryrefslogtreecommitdiff
path: root/test/hello_world.fromasm.imprecise
diff options
context:
space:
mode:
Diffstat (limited to 'test/hello_world.fromasm.imprecise')
-rw-r--r--test/hello_world.fromasm.imprecise2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/hello_world.fromasm.imprecise b/test/hello_world.fromasm.imprecise
index 90eea0c3b..c69686d27 100644
--- a/test/hello_world.fromasm.imprecise
+++ b/test/hello_world.fromasm.imprecise
@@ -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 $0 i32) (param $1 i32) (result i32)
(i32.add