wit-parser 0.3.0

Tooling for parsing `*.wit` files and working with their contents.
Documentation
{
  "name": "foo",
  "default": {
    "types": [
      {
        "idx": 0,
        "list": "u8"
      },
      {
        "idx": 1,
        "tuple": {
          "types": [
            "type-0"
          ]
        }
      }
    ],
    "functions": [
      {
        "name": "a",
        "params": [],
        "results": [
          "type-1"
        ]
      }
    ]
  },
  "imports": [
    [
      "foo",
      {
        "types": [
          {
            "idx": 0,
            "list": "u8"
          }
        ],
        "functions": [
          {
            "name": "a",
            "params": [],
            "results": [
              "type-0"
            ]
          }
        ]
      }
    ]
  ]
}