Sign in
chromium
/
external
/
github.com
/
WebAssembly
/
binaryen
/
refs/heads/debug.after-inlining
/
.
/
test
/
passes
/
print-function-map.txt
blob: 228276e06353406133bd2b3446ba0a13ccb2244e [
file
] [
log
] [
blame
] [
edit
]
0:Foo
1:bar
2:baz
(module
(type $0 (func))
(import "env" "foo" (func $Foo))
(func $bar
(nop)
)
(func $baz
(nop)
)
)