Sign in
chromium
/
external
/
github.com
/
WebAssembly
/
binaryen
/
refs/heads/binary-parser-refactor-name-fixup
/
.
/
test
/
passes
/
reorder-functions.wast
blob: a69afa3b92c341345c8028406a5a9a83172c0d6e [
file
] [
log
] [
blame
] [
edit
]
(
module
(
memory
256
256
)
(
type $0
(
func
))
(
func $a
(
type $0
)
(
call $a
)
)
(
func $b
(
type $0
)
(
call $b
)
(
call $b
)
)
(
func $c
(
type $0
)
(
call $c
)
(
call $c
)
(
call $c
)
)
)