Sha256: 4c0e92ac234182fb95c99db338b1aaa948a1e4983fc7726d177847a45a87aa13

Contents?: true

Size: 289 Bytes

Versions: 3

Compression:

Stored size: 289 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

3 entries across 3 versions & 1 rubygems

Version Path
wasmtime-13.0.0 ./ext/cargo-vendor/wit-parser-0.11.1/tests/ui/worlds-union-dedup.wit
wasmtime-12.0.1 ./ext/cargo-vendor/wit-parser-0.9.2/tests/ui/worlds-union-dedup.wit
wasmtime-12.0.0 ./ext/cargo-vendor/wit-parser-0.9.2/tests/ui/worlds-union-dedup.wit