summaryrefslogtreecommitdiff
path: root/test/passes/simplify-globals_all-features_fuzz-exec.txt
blob: cb097d58728e8f2add72e51dd9128b3dc4fd18b4 (plain)
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 => function
(module
 (type $0 (func (param f32 i31ref i64 f64 funcref)))
 (type $1 (func (result funcref)))
 (global $global$0 (mut funcref) (ref.null nofunc))
 (elem declare func $0)
 (export "export" (func $export))
 (func $0 (type $0) (param $0 f32) (param $1 i31ref) (param $2 i64) (param $3 f64) (param $4 funcref)
  (nop)
 )
 (func $export (type $1) (result funcref)
  (global.set $global$0
   (ref.func $0)
  )
  (ref.func $0)
 )
)
[fuzz-exec] calling export
[fuzz-exec] note result: export => function
[fuzz-exec] comparing export