wac-graph 0.10.0

A library for defining, encoding, and decoding WebAssembly composition graphs.
Documentation
{
    "packages": [
        {
            "name": "test:foo",
            "path": "foo.wat"
        }
    ],
    "nodes": [
        {
            "type": "instantiation",
            "package": 0
        },
        {
            "type": "instantiation",
            "package": 0
        }
    ],
    "arguments": [
        {
            "source": 0,
            "target": 1,
            "name": "foo"
        }
    ]
}