wac-graph 0.10.0

A library for defining, encoding, and decoding WebAssembly composition graphs.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
    "packages": [
        {
            "name": "test:foo",
            "path": "world.wit"
        }
    ],
    "nodes": [
        {
            "type": "instantiation",
            "package": 0
        }
    ]
}