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