diff options
Diffstat (limited to 'test/passes/fpcast-emu.wast')
-rw-r--r-- | test/passes/fpcast-emu.wast | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/passes/fpcast-emu.wast b/test/passes/fpcast-emu.wast index 654cf64e1..1ea95b348 100644 --- a/test/passes/fpcast-emu.wast +++ b/test/passes/fpcast-emu.wast @@ -5,7 +5,7 @@ (type $dff (func (param f32) (param f32) (result f64))) (type $idd (func (param f64) (param f64) (result i32))) (import "env" "imported_func" (func $imported-func (param i32 i64 f32 f64) (result f32))) - (table 10 10 anyfunc) + (table 10 10 funcref) (elem (i32.const 0) $a $b $c $d $e $e $imported-func) (func $a (param $x i32) (param $y i64) (param $z f32) (param $w f64) (call_indirect (type $vijfd) @@ -49,12 +49,12 @@ (type $0 (func (param i64))) (type $1 (func (param f32) (result i64))) (global $global$0 (mut i32) (i32.const 10)) - (table 42 42 anyfunc) + (table 42 42 funcref) (export "func_106" (func $0)) (func $0 (; 0 ;) (type $1) (param $0 f32) (result i64) (block $label$1 (result i64) (loop $label$2 - (set_global $global$0 + (global.set $global$0 (i32.const 0) ) (call_indirect (type $0) |