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