diff options
Diffstat (limited to 'test/hello_world.fromasm.imprecise')
-rw-r--r-- | test/hello_world.fromasm.imprecise | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/hello_world.fromasm.imprecise b/test/hello_world.fromasm.imprecise index 0438017ff..90eea0c3b 100644 --- a/test/hello_world.fromasm.imprecise +++ b/test/hello_world.fromasm.imprecise @@ -1,6 +1,7 @@ (module (memory 256 256) (import $memory memory "env" "memory") + (import $table table "env" "table") (export "add" $add) (func $add (param $0 i32) (param $1 i32) (result i32) (i32.add |