blob: 4ce51bfd5b8a14dd0898f9f76655f9f75304c7f3 [file] [edit]
;;; TOOL: wat2wasm
(module
(func $foo (param f32)
f32.const 0.0
call $foo))