Sign in
chromium
/
external
/
github.com
/
WebAssembly
/
binaryen
/
refs/heads/docs
/
.
/
test
/
tail-call.wast.fromBinary.noDebugInfo
blob: 1523db76117aa614ad8a3604c96e9c641c480d26 [
file
] [
log
] [
blame
] [
edit
]
(
module
(
type $0
(
func
))
(
table $0
1
1
funcref
)
(
elem
(
i32
.
const
0
)
$0
)
(
func $0
(;
0
;)
(
type $0
)
(
return_call $1
)
)
(
func $1
(;
1
;)
(
type $0
)
(
return_call_indirect
(
type $0
)
(
i32
.
const
0
)
)
)
)