Sha256: 4c920ba13211fdeeabdb53341c983f002263c464f4bae2829b0dadae3308cbe8

Contents?: true

Size: 442 Bytes

Versions: 23

Compression:

Stored size: 442 Bytes

Contents

package foo:foo;

interface foo {
  use bar.{the-type};
}

interface bar {
  type the-type = u32;
}

interface baz {
  use foo.{the-type};
  use bar.{the-type as test};
}

interface empty {
}

interface use-from-empty {
  use empty.{};
  use empty.{};
}

interface use-multiple {
  use baz.{the-type, test};

  some-function: func(x: the-type) -> test;
}

interface trailing-comma {
  use foo.{the-type,};

  record the-foo { a: the-type }
}

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
wasmtime-29.0.0 ./ext/cargo-vendor/wit-parser-0.221.2/tests/ui/use.wit
wasmtime-28.0.0 ./ext/cargo-vendor/wit-parser-0.221.2/tests/ui/use.wit
wasmtime-27.0.0 ./ext/cargo-vendor/wit-parser-0.219.1/tests/ui/use.wit
wasmtime-26.0.0 ./ext/cargo-vendor/wit-parser-0.218.0/tests/ui/use.wit
wasmtime-25.0.2 ./ext/cargo-vendor/wit-parser-0.217.0/tests/ui/use.wit
wasmtime-25.0.1 ./ext/cargo-vendor/wit-parser-0.217.0/tests/ui/use.wit
wasmtime-25.0.0 ./ext/cargo-vendor/wit-parser-0.217.0/tests/ui/use.wit
wasmtime-24.0.0 ./ext/cargo-vendor/wit-parser-0.215.0/tests/ui/use.wit
wasmtime-23.0.2 ./ext/cargo-vendor/wit-parser-0.212.0/tests/ui/use.wit
wasmtime-22.0.0 ./ext/cargo-vendor/wit-parser-0.209.1/tests/ui/use.wit
wasmtime-21.0.1 ./ext/cargo-vendor/wit-parser-0.207.0/tests/ui/use.wit
wasmtime-20.0.2 ./ext/cargo-vendor/wit-parser-0.202.0/tests/ui/use.wit
wasmtime-20.0.0 ./ext/cargo-vendor/wit-parser-0.202.0/tests/ui/use.wit
wasmtime-18.0.3 ./ext/cargo-vendor/wit-parser-0.13.2/tests/ui/use.wit
wasmtime-17.0.1 ./ext/cargo-vendor/wit-parser-0.13.0/tests/ui/use.wit
wasmtime-17.0.0 ./ext/cargo-vendor/wit-parser-0.13.0/tests/ui/use.wit
wasmtime-16.0.0 ./ext/cargo-vendor/wit-parser-0.13.0/tests/ui/use.wit
wasmtime-15.0.1 ./ext/cargo-vendor/wit-parser-0.13.0/tests/ui/use.wit
wasmtime-15.0.0 ./ext/cargo-vendor/wit-parser-0.13.0/tests/ui/use.wit
wasmtime-14.0.4 ./ext/cargo-vendor/wit-parser-0.12.1/tests/ui/use.wit