summaryrefslogtreecommitdiff
path: root/test/metadce/outside.wast.graph.txt
blob: fbb5131a09459a0497c80ab7a569da26483083bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[
  {
    "name": "outside-entity",
    "reaches": ["inside-wasm-func"],
    "root": true
  },
  {
    "name": "inside-wasm-func",
    "export": "wasm_func"
  }
]