Sign in
chromium
/
external
/
github.com
/
WebAssembly
/
binaryen
/
refs/heads/drop2
/
.
/
test
/
passes
/
print-function-map.txt
blob: bc8988b3480bc1d0e63f63de8001aa073265a4e1 [
file
] [
log
] [
blame
] [
edit
]
0:Foo
1:bar
2:baz
(module
(type $none_=>_none (func))
(import "env" "foo" (func $Foo))
(func $bar (; 1 ;)
(nop)
)
(func $baz (; 2 ;)
(nop)
)
)