diff options
Diffstat (limited to 'test/emcc_hello_world.fromasm.no-opts')
-rw-r--r-- | test/emcc_hello_world.fromasm.no-opts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/emcc_hello_world.fromasm.no-opts b/test/emcc_hello_world.fromasm.no-opts index 3c9f8123a..49c0aed22 100644 --- a/test/emcc_hello_world.fromasm.no-opts +++ b/test/emcc_hello_world.fromasm.no-opts @@ -39,6 +39,7 @@ (import $i32u-rem "asm2wasm" "i32u-rem" (param i32 i32) (result i32)) (import $i32u-div "asm2wasm" "i32u-div" (param i32 i32) (result i32)) (import $memory memory "env" "memory") + (import $table table "env" "table") (export "_i64Subtract" $_i64Subtract) (export "_free" $_free) (export "_main" $_main) |