wit-parser 0.3.0

Tooling for parsing `*.wit` files and working with their contents.
Documentation
{
  "name": "the-world",
  "default": {},
  "imports": [
    [
      "foo",
      {}
    ],
    [
      "bar",
      {}
    ],
    [
      "baz",
      {
        "functions": [
          {
            "name": "foo",
            "params": [],
            "results": []
          }
        ]
      }
    ]
  ],
  "exports": [
    [
      "foo",
      {}
    ],
    [
      "bar",
      {}
    ],
    [
      "baz",
      {
        "functions": [
          {
            "name": "foo",
            "params": [],
            "results": []
          }
        ]
      }
    ]
  ]
}