blob: c5b6ec99d72ea6c3fce4fc9474fb7be818e75d27 [file] [edit]
;;; TOOL: wat2wasm
(module
(func $n (result i32) (i32.const 0))
(export "n" (func $n)))