wac-graph 0.10.0

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