wit-parser 0.3.1

Tooling for parsing `*.wit` files and working with their contents.
Documentation
{
  "interfaces": [
    {
      "name": "foo",
      "functions": [
        {
          "name": "x",
          "params": [],
          "results": []
        },
        {
          "name": "y",
          "params": [],
          "results": []
        },
        {
          "name": "z",
          "params": [],
          "results": []
        }
      ]
    }
  ]
}