File: simplify-globals_all-features_fuzz-exec.txt

package info (click to toggle)
binaryen 108-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 35,424 kB
  • sloc: cpp: 151,487; javascript: 62,522; ansic: 13,124; python: 5,260; pascal: 441; sh: 75; asm: 27; makefile: 8
file content (21 lines) | stat: -rw-r--r-- 611 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[fuzz-exec] calling export
[fuzz-exec] note result: export => funcref
(module
 (type $f32_i31ref_i64_f64_funcref_=>_none (func (param f32 i31ref i64 f64 funcref)))
 (type $none_=>_funcref (func (result funcref)))
 (global $global$0 (mut funcref) (ref.null func))
 (elem declare func $0)
 (export "export" (func $1))
 (func $0 (param $0 f32) (param $1 i31ref) (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
[fuzz-exec] comparing export