Sha256: 52a7569c206102386ff0181b351f868178f17c8c970f8779839afaa36e18dc28

Contents?: true

Size: 1.92 KB

Versions: 10

Compression:

Stored size: 1.92 KB

Contents

{
  "worlds": [
    {
      "name": "the-world",
      "imports": {
        "interface-0": {
          "interface": {
            "id": 0
          }
        },
        "interface-1": {
          "interface": {
            "id": 1
          }
        },
        "interface-2": {
          "interface": {
            "id": 2
          }
        },
        "a": {
          "function": {
            "name": "a",
            "kind": "freestanding",
            "params": [],
            "results": []
          }
        }
      },
      "exports": {},
      "package": 0
    }
  ],
  "interfaces": [
    {
      "name": "shared-items",
      "types": {
        "foo": 0
      },
      "functions": {},
      "package": 0
    },
    {
      "name": "i1",
      "types": {
        "foo": 1
      },
      "functions": {
        "a": {
          "name": "a",
          "kind": "freestanding",
          "params": [],
          "results": [
            {
              "type": 1
            }
          ]
        }
      },
      "package": 0
    },
    {
      "name": "i2",
      "types": {
        "foo": 2
      },
      "functions": {
        "a": {
          "name": "a",
          "kind": "freestanding",
          "params": [],
          "results": [
            {
              "type": 2
            }
          ]
        }
      },
      "package": 0
    }
  ],
  "types": [
    {
      "name": "foo",
      "kind": {
        "type": "u32"
      },
      "owner": {
        "interface": 0
      }
    },
    {
      "name": "foo",
      "kind": {
        "type": 0
      },
      "owner": {
        "interface": 1
      }
    },
    {
      "name": "foo",
      "kind": {
        "type": 0
      },
      "owner": {
        "interface": 2
      }
    }
  ],
  "packages": [
    {
      "name": "foo:foo",
      "interfaces": {
        "shared-items": 0,
        "i1": 1,
        "i2": 2
      },
      "worlds": {
        "the-world": 0
      }
    }
  ]
}

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
wasmtime-29.0.0 ./ext/cargo-vendor/wit-parser-0.221.2/tests/ui/world-diamond.wit.json
wasmtime-28.0.0 ./ext/cargo-vendor/wit-parser-0.221.2/tests/ui/world-diamond.wit.json
wasmtime-27.0.0 ./ext/cargo-vendor/wit-parser-0.219.1/tests/ui/world-diamond.wit.json
wasmtime-26.0.0 ./ext/cargo-vendor/wit-parser-0.218.0/tests/ui/world-diamond.wit.json
wasmtime-25.0.2 ./ext/cargo-vendor/wit-parser-0.217.0/tests/ui/world-diamond.wit.json
wasmtime-25.0.1 ./ext/cargo-vendor/wit-parser-0.217.0/tests/ui/world-diamond.wit.json
wasmtime-25.0.0 ./ext/cargo-vendor/wit-parser-0.217.0/tests/ui/world-diamond.wit.json
wasmtime-24.0.0 ./ext/cargo-vendor/wit-parser-0.215.0/tests/ui/world-diamond.wit.json
wasmtime-23.0.2 ./ext/cargo-vendor/wit-parser-0.212.0/tests/ui/world-diamond.wit.json
wasmtime-22.0.0 ./ext/cargo-vendor/wit-parser-0.209.1/tests/ui/world-diamond.wit.json