wit-parser 0.3.1

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