Sign in
chromium
/
external
/
github.com
/
WebAssembly
/
wabt
/
refs/heads/gc
/
.
/
test
/
parse
/
module
/
export-func-named.txt
blob: c5b6ec99d72ea6c3fce4fc9474fb7be818e75d27 [
file
] [
edit
]
;;; TOOL: wat2wasm
(module
(func $n (result i32) (i32.const 0))
(export "n" (func $n)))