Sign in
chromium
/
external
/
github.com
/
WebAssembly
/
binaryen
/
refs/heads/drop2
/
.
/
test
/
complexTextNames.wast.fromBinary.noDebugInfo
blob: 6865b99dfbce0c6fe65cc2997decc00894616ab8 [
file
] [
log
] [
blame
] [
edit
]
(
module
(
type $none_
=>
_none
(
func
))
(
export
"$zoo (.bar)"
(
func $1
))
(
func $0
(;
0
;)
(
nop
)
)
(
func $1
(;
1
;)
(
call $0
)
)
)