wit-parser 0.247.0

Tooling for parsing `*.wit` files and working with their contents.
Documentation
{
  "worlds": [],
  "interfaces": [
    {
      "name": "resources-empty",
      "types": {
        "r1": 0
      },
      "functions": {
        "t1": {
          "name": "t1",
          "kind": "freestanding",
          "params": [
            {
              "name": "a",
              "type": 2
            }
          ]
        },
        "t2": {
          "name": "t2",
          "kind": "freestanding",
          "params": [
            {
              "name": "a",
              "type": 1
            }
          ]
        }
      },
      "package": 0
    }
  ],
  "types": [
    {
      "name": "r1",
      "kind": "resource",
      "owner": {
        "interface": 0
      }
    },
    {
      "name": null,
      "kind": {
        "handle": {
          "borrow": 0
        }
      },
      "owner": null
    },
    {
      "name": null,
      "kind": {
        "handle": {
          "own": 0
        }
      },
      "owner": null
    }
  ],
  "packages": [
    {
      "name": "foo:resources-empty",
      "interfaces": {
        "resources-empty": 0
      },
      "worlds": {}
    }
  ]
}