Sha256: 232397ddae7a857f3874b9ea7fc7629c56290a3afbe4688a52ee5bcf242ebdb6

Contents?: true

Size: 225 Bytes

Versions: 6

Compression:

Stored size: 225 Bytes

Contents

interface shared {
  type foo = u32
}

interface i1 {
  use self.shared.{foo}

  a: func() -> foo
}

interface i2 {
  use self.shared.{foo}

  a: func() -> foo
}

world the-world {
  import i1: self.i1
  import i2: self.i2
}

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
wasmtime-9.0.4 ./ext/cargo-vendor/wit-parser-0.7.1/tests/ui/world-diamond.wit
wasmtime-9.0.1 ./ext/cargo-vendor/wit-parser-0.7.1/tests/ui/world-diamond.wit
wasmtime-8.0.0 ./ext/cargo-vendor/wit-parser-0.6.4/tests/ui/world-diamond.wit
wasmtime-7.0.0 ./ext/cargo-vendor/wit-parser-0.6.4/tests/ui/world-diamond.wit
wasmtime-6.0.1 ./ext/cargo-vendor/wit-parser-0.6.2/tests/ui/world-diamond.wit
wasmtime-6.0.0 ./ext/cargo-vendor/wit-parser-0.6.2/tests/ui/world-diamond.wit