Sign in
chromium
/
external
/
github.com
/
WebAssembly
/
binaryen
/
refs/heads/multi-split
/
.
/
test
/
passes
/
reorder-functions.txt
blob: 985a90f57c89026c82f5565ebc9b03c20b6f1f49 [
file
] [
log
] [
blame
] [
edit
]
(module
(type $0 (func))
(memory $0 256 256)
(func $c
(call $c)
(call $c)
(call $c)
)
(func $b
(call $b)
(call $b)
)
(func $a
(call $a)
)
)