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