Sign in
chromium
/
external
/
github.com
/
WebAssembly
/
binaryen
/
refs/heads/once.intersect
/
.
/
test
/
complexTextNames.wast.fromBinary.noDebugInfo
blob: 2cc81f7084b17f7b4d50659837864df394942186 [
file
] [
log
] [
blame
] [
edit
]
(
module
(
type $0
(
func
))
(
export
"$zoo (.bar)"
(
func $1
))
(
func $0
(
type $0
)
(
nop
)
)
(
func $1
(
type $0
)
(
call $0
)
)
)