Sign in
chromium
/
external
/
github.com
/
WebAssembly
/
binaryen.git
/
refs/heads/cpp20
/
.
/
test
/
metadce
/
spanning_cycle_unrooted.wast
blob: 83a1c786fb7347d01c344db68fde065716c0f028 [
file
] [
log
] [
blame
] [
edit
]
(
module
(
import
"env"
"js_func"
(
func $a_js_func
))
(
export
"wasm_func_a"
(
func $a_wasm_func
))
(
func $a_wasm_func
(
call $a_js_func
)
)
)