wit-parser 0.13.2

Tooling for parsing `*.wit` files and working with their contents.
Documentation
{
  "worlds": [
    {
      "name": "foo",
      "imports": {},
      "exports": {
        "foo": {
          "function": {
            "name": "foo",
            "kind": "freestanding",
            "params": [],
            "results": [
              {
                "name": "name2",
                "type": "float32"
              }
            ]
          }
        }
      },
      "package": 0
    },
    {
      "name": "bar",
      "imports": {
        "foo": {
          "type": 0
        }
      },
      "exports": {
        "foo": {
          "function": {
            "name": "foo",
            "kind": "freestanding",
            "params": [],
            "results": [
              {
                "name": "name2",
                "type": "float32"
              }
            ]
          }
        }
      },
      "package": 0
    }
  ],
  "interfaces": [],
  "types": [
    {
      "name": "foo",
      "kind": {
        "record": {
          "fields": []
        }
      },
      "owner": {
        "world": 1
      }
    }
  ],
  "packages": [
    {
      "name": "foo:bar",
      "interfaces": {},
      "worlds": {
        "foo": 0,
        "bar": 1
      }
    }
  ]
}