wit-parser 0.247.0

Tooling for parsing `*.wit` files and working with their contents.
Documentation
{
  "worlds": [],
  "interfaces": [
    {
      "name": "foo",
      "types": {},
      "functions": {
        "foo": {
          "name": "foo",
          "kind": "freestanding",
          "params": [],
          "result": "string"
        }
      },
      "package": 0
    }
  ],
  "types": [],
  "packages": [
    {
      "name": "foo:foo",
      "interfaces": {
        "foo": 0
      },
      "worlds": {}
    }
  ]
}