Sign in
chromium
/
external
/
github.com
/
WebAssembly
/
binaryen.git
/
refs/heads/cpp20
/
.
/
test
/
metadce
/
spanning_cycle.wast.graph.txt
blob: 4674999f96d67410f15a0586532010492c6351e7 [
file
] [
log
] [
blame
] [
edit
]
[
{
"name": "root",
"root": true,
"reaches": ["wasm_export"],
},
{
"name": "wasm_export",
"export": "wasm_func_a"
},
{
"name": "outside_js_function",
"reaches": ["wasm_export"],
"import": ["env", "js_func"]
}
]