blob: 10034cb725c40c326f4ae316efc8a8559986e906 [file] [edit]
;;; TOOL: wat2wasm
(module
(func
block $foo
i32.const 1
br_if $foo
end))