Sha256: 1f9ac2813774c0fe1676734bd6e1779f4870091d0d6a8aa061643e865528be10

Contents?: true

Size: 296 Bytes

Versions: 23

Compression:

Stored size: 296 Bytes

Contents

package foo:foo;

interface a1 { }
interface a2 { }
interface b1 { }
interface b2 { }
interface c { }
interface d { }

world my-world-a {
    import a1;
    import b1;
}

world my-world-b {
    import a1;
    import b1;
}

world union-my-world {
    include my-world-a;
    include my-world-b;
}

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
wasmtime-14.0.3 ./ext/cargo-vendor/wit-parser-0.12.1/tests/ui/worlds-union-dedup.wit
wasmtime-14.0.1 ./ext/cargo-vendor/wit-parser-0.12.1/tests/ui/worlds-union-dedup.wit
wasmtime-14.0.0 ./ext/cargo-vendor/wit-parser-0.12.1/tests/ui/worlds-union-dedup.wit