Sha256: 82ca9865f586a5839adee9d8d90a519aead5ead715c2607125e878286f0ce847

Contents?: true

Size: 260 Bytes

Versions: 23

Compression:

Stored size: 260 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;
  import a: func();
}

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/world-diamond.wit
wasmtime-14.0.1 ./ext/cargo-vendor/wit-parser-0.12.1/tests/ui/world-diamond.wit
wasmtime-14.0.0 ./ext/cargo-vendor/wit-parser-0.12.1/tests/ui/world-diamond.wit