| [fuzz-exec] calling a |
| [fuzz-exec] note result: a => -69 |
| [fuzz-exec] calling b |
| [fuzz-exec] note result: b => -31768 |
| [fuzz-exec] calling c |
| [fuzz-exec] note result: c => -69 |
| [fuzz-exec] calling d |
| [fuzz-exec] note result: d => -31768 |
| [fuzz-exec] calling e |
| [fuzz-exec] note result: e => -2146649112 |
| (module |
| (type $none_=>_i64 (func (result i64))) |
| (type $none_=>_i32 (func (result i32))) |
| (export "a" (func $a)) |
| (export "b" (func $b)) |
| (export "c" (func $c)) |
| (export "d" (func $d)) |
| (export "e" (func $e)) |
| (func $a (; 0 ;) (result i32) |
| (i32.extend8_s |
| (i32.const 187) |
| ) |
| ) |
| (func $b (; 1 ;) (result i32) |
| (i32.extend16_s |
| (i32.const 33768) |
| ) |
| ) |
| (func $c (; 2 ;) (result i64) |
| (i64.extend8_s |
| (i64.const 187) |
| ) |
| ) |
| (func $d (; 3 ;) (result i64) |
| (i64.extend16_s |
| (i64.const 33768) |
| ) |
| ) |
| (func $e (; 4 ;) (result i64) |
| (i64.extend32_s |
| (i64.const 2148318184) |
| ) |
| ) |
| ) |
| [fuzz-exec] calling a |
| [fuzz-exec] note result: a => -69 |
| [fuzz-exec] calling b |
| [fuzz-exec] note result: b => -31768 |
| [fuzz-exec] calling c |
| [fuzz-exec] note result: c => -69 |
| [fuzz-exec] calling d |
| [fuzz-exec] note result: d => -31768 |
| [fuzz-exec] calling e |
| [fuzz-exec] note result: e => -2146649112 |
| [fuzz-exec] comparing a |
| [fuzz-exec] comparing b |
| [fuzz-exec] comparing c |
| [fuzz-exec] comparing d |
| [fuzz-exec] comparing e |