blob: 6887e79e30b79368e82765fad3f3140e5b1cc8cc [file] [log] [blame] [edit]
;;; TOOL: wast2json
(module
(export "f" (func 0))
(func (result i32)
i32.const 0
return))
(assert_return (invoke "f") (i32.const 0))