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