blob: 197504e0c1aee6e4e2e7afbfc779faa007fb5a82 [file] [edit]
(module
(type $0 (func (param externref)))
(type $1 (func))
(type $funcref_=>_none (func (param funcref)))
(memory $m0 256 256)
(data $0 (i32.const 10) "waka waka waka waka waka")
(table $t0 1 1 funcref)
(elem $implicit-elem (i32.const 0) $callee)
(export "sig_mismatch" (func $sig_mismatch))
(func $callee (type $0) (param $0 externref)
(i32.store8
(i32.const 40)
(i32.const 67)
)
)
(func $sig_mismatch (type $1)
(call_indirect $t0 (type $funcref_=>_none)
(ref.null nofunc)
(i32.const 0)
)
)
)