Sha256: 35fc5a8d6fb358eb85a58380c31b40b0099950b1cd510065850ce5555bce234f

Contents?: true

Size: 232 Bytes

Versions: 2

Compression:

Stored size: 232 Bytes

Contents

package foo:foo

interface shared-items {
  type foo = u32
}

interface i1 {
  use shared-items.{foo}

  a: func() -> foo
}

interface i2 {
  use shared-items.{foo}

  a: func() -> foo
}

world the-world {
  import i1
  import i2
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
wasmtime-12.0.1 ./ext/cargo-vendor/wit-parser-0.9.2/tests/ui/world-diamond.wit
wasmtime-12.0.0 ./ext/cargo-vendor/wit-parser-0.9.2/tests/ui/world-diamond.wit