blob: 4674999f96d67410f15a0586532010492c6351e7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
[
{
"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"]
}
]
|