Sign in
chromium
/
external
/
github.com
/
WebAssembly
/
binaryen
/
c01b697a464b5fdf73f0a2ca07fd92e6c52aedcb
/
.
/
test
/
complexBinaryNames.wasm.fromBinary
blob: f9c4846bf0efc8d419be93e2316298581e356271 [
file
]
(
module
(
type $0
(
func
))
(
export
"$zoo (.bar)"
(
func $1
))
(
func $
"foo (.bar)"
(
nop
)
)
(
func $1
(
call $
"foo (.bar)"
)
)
)