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-opts1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/hello_world.fromasm.no-opts b/test/hello_world.fromasm.no-opts
index 80e7688e2..deae6ab2a 100644
--- a/test/hello_world.fromasm.no-opts
+++ b/test/hello_world.fromasm.no-opts
@@ -1,6 +1,7 @@
(module
(memory 256 256)
(import $memory memory "env" "memory")
+ (import $table table "env" "table")
(export "add" $add)
(func $add (param $x i32) (param $y i32) (result i32)
(return