Sign in
chromium
/
external
/
github.com
/
WebAssembly
/
binaryen.git
/
refs/heads/drop2
/
.
/
test
/
tail-call.wast.fromBinary.noDebugInfo
blob: 3babe3906603993ef27d7b8b81997a155249ae41 [
file
] [
log
] [
blame
] [
edit
]
(
module
(
type $none_
=>
_none
(
func
))
(
table $0
1
1
funcref
)
(
elem
(
i32
.
const
0
)
$0
)
(
func $0
(;
0
;)
(
return_call $1
)
)
(
func $1
(;
1
;)
(
return_call_indirect
(
type $none_
=>
_none
)
(
i32
.
const
0
)
)
)
)