You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

11 lines
252 B

(module
(func (export "test") (result f32 f32)
i32.const 0
f32.convert_i32_s
v128.const i32x4 0 0 0 0
data.drop 0
f32x4.extract_lane 0
data.drop 0)
(data ""))
(assert_return (invoke "test") (f32.const 0.0) (f32.const 0.0))