| (module | |
| (type $externref_=>_none (func (param externref))) | |
| (type $none_=>_none (func)) | |
| (type $funcref_=>_none (func (param funcref))) | |
| (memory $0 256 256) | |
| (data (i32.const 10) "waka waka waka waka waka") | |
| (table $0 1 1 funcref) | |
| (elem (i32.const 0) $callee) | |
| (export "sig_mismatch" (func $sig_mismatch)) | |
| (func $callee (param $0 externref) | |
| (i32.store8 | |
| (i32.const 40) | |
| (i32.const 67) | |
| ) | |
| ) | |
| (func $sig_mismatch | |
| (call_indirect $0 (type $funcref_=>_none) | |
| (ref.null nofunc) | |
| (i32.const 0) | |
| ) | |
| ) | |
| ) |