summaryrefslogtreecommitdiff
path: root/test/passes/print-function-map.txt
blob: 2d1bae92aab5f32507d944efa5ee5c0aef85c2ca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
0:Foo
1:bar
2:baz
(module
 (type $none_=>_none (func))
 (import "env" "foo" (func $Foo))
 (func $bar
  (nop)
 )
 (func $baz
  (nop)
 )
)