wac-graph 0.10.0

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