(module (type $0 (func (param externref))) (type $1 (func)) (type $funcref_=>_none (func (param funcref))) (memory $0 256 256) (data $0 (i32.const 10) "waka waka waka waka waka") (table $0 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 $0 (type $funcref_=>_none) (ref.null nofunc) (i32.const 0) ) ) )