wasm-tools 1.251.0

CLI tools for interoperating with WebAssembly files
Documentation
{
  "worlds": [
    {
      "name": "foo",
      "imports": {
        "a": {
          "interface": {
            "id": 0
          }
        }
      },
      "exports": {
        "interface-1": {
          "interface": {
            "id": 1
          }
        }
      },
      "package": 0
    }
  ],
  "interfaces": [
    {
      "name": "i",
      "types": {},
      "functions": {
        "x": {
          "name": "x",
          "kind": "freestanding",
          "params": []
        }
      },
      "package": 0
    },
    {
      "name": "i",
      "types": {},
      "functions": {
        "x": {
          "name": "x",
          "kind": "freestanding",
          "params": []
        }
      },
      "package": 0,
      "clone_of": 0
    }
  ],
  "types": [],
  "packages": [
    {
      "name": "a:b",
      "docs": {
        "contents": "RUN: component wit --generate-nominal-type-ids foo % --json"
      },
      "interfaces": {
        "i": 0
      },
      "worlds": {
        "foo": 0
      }
    }
  ]
}