diff options
Diffstat (limited to 'test/dot_s/asm_const.wast')
-rw-r--r-- | test/dot_s/asm_const.wast | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/dot_s/asm_const.wast b/test/dot_s/asm_const.wast index 999680a58..2a1a58bcf 100644 --- a/test/dot_s/asm_const.wast +++ b/test/dot_s/asm_const.wast @@ -5,6 +5,8 @@ (import "env" "emscripten_asm_const_vi" (func $emscripten_asm_const_vi (param i32))) (export "memory" (memory $0)) (export "main" (func $main)) + (table 0 anyfunc) + (func $main (result i32) (call $emscripten_asm_const_vi (i32.const 0) |