1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
|
[fuzz-exec] calling $func_0
[trap final > memory: 18446744073709551615 > 65514]
[fuzz-exec] calling $func_1
[trap final > memory: 18446744073709551615 > 65514]
(module
(type $0 (func (result i64)))
(type $1 (func (result i32)))
(memory $0 1 1)
(export "func_0" (func $func_0))
(export "func_1" (func $func_1))
(func $func_0 (; 0 ;) (; has Stack IR ;) (type $0) (result i64)
(block $label$0 (result i64)
(br_if $label$0
(i64.const 1234)
(i32.load16_s offset=22 align=1
(i32.const -1)
)
)
)
)
(func $func_1 (; 1 ;) (; has Stack IR ;) (type $1) (result i32)
(i32.load16_s offset=22 align=1
(i32.const -1)
)
)
)
[fuzz-exec] calling $func_0
[trap final > memory: 18446744073709551615 > 65514]
[fuzz-exec] calling $func_1
[trap final > memory: 18446744073709551615 > 65514]
[fuzz-exec] comparing $func_0
[fuzz-exec] comparing $func_1
|