1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
[fuzz-exec] calling export
[fuzz-exec] note result: export => funcref(0)
(module
(type $f32_ref?|i31|_i64_f64_funcref_=>_none (func (param f32 (ref null i31) i64 f64 funcref)))
(type $none_=>_funcref (func (result funcref)))
(global $global$0 (mut funcref) (ref.null func))
(export "export" (func $1))
(func $0 (param $0 f32) (param $1 (ref null i31)) (param $2 i64) (param $3 f64) (param $4 funcref)
(nop)
)
(func $1 (result funcref)
(global.set $global$0
(ref.func $0)
)
(ref.func $0)
)
)
[fuzz-exec] calling export
[fuzz-exec] note result: export => funcref(0)
[fuzz-exec] comparing export
|