summaryrefslogtreecommitdiff
path: root/test/passes/print-function-map.txt
blob: bc8988b3480bc1d0e63f63de8001aa073265a4e1 (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 (; 1 ;)
  (nop)
 )
 (func $baz (; 2 ;)
  (nop)
 )
)