wac-graph 0.10.0

A library for defining, encoding, and decoding WebAssembly composition graphs.
Documentation
{
    "packages": [
        {
            "name": "test:foo",
            "path": "foo.wit"
        }
    ],
    "nodes": [
        {
            "type": "instantiation",
            "package": 0
        },
        {
            "type": "alias",
            "source": 0,
            "export": "my-func"
        }
    ],
    "exports": [
        {
            "node": 1,
            "name": "my-func"
        }
    ]
}