blob: 652785d765094f7efa9f2cdb32bc54cc07c2a886 [file] [log] [blame] [edit]
;;; TOOL: wat2wasm
(module
(func (result i32)
block $exit (result i32)
i32.const 0
br 0
end))