Sign in
chromium
/
external
/
github.com
/
WebAssembly
/
binaryen
/
refs/heads/binaryen-dse
/
.
/
test
/
ctor-eval
/
bad-indirect-call3.wast.out
blob: 8e97a494da2617e365049f17fe81a4138a45be41 [
file
] [
edit
]
(
module
(
type $0
(
func
))
(
type $funcref_
=>
_none
(
func
(
param funcref
)))
(
table $0
1
1
funcref
)
(
export
"sig_mismatch"
(
func $sig_mismatch
))
(
func $sig_mismatch
(
type $0
)
(
call_indirect $0
(
type $funcref_
=>
_none
)
(
ref
.
null
nofunc
)
(
i32
.
const
0
)
)
)
)