Sha256: 9f6585715a6180016cd5c5c17f1cecae8393e28c8c772afc941b05c8ea1e56d9

Contents?: true

Size: 229 Bytes

Versions: 6

Compression:

Stored size: 229 Bytes

Contents

interface foo {
  type x = u32
}

default interface something-else {
  type y = u64
}

interface bar {
  use self.foo.{x}
  use pkg.foo.foo.{x as x2}
  use pkg.foo.{y}
  use self.something-else.{y as y2}
  use pkg.bar.{a-name}
}

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/multi-file/foo.wit
wasmtime-9.0.1 ./ext/cargo-vendor/wit-parser-0.7.1/tests/ui/multi-file/foo.wit
wasmtime-8.0.0 ./ext/cargo-vendor/wit-parser-0.6.4/tests/ui/multi-file/foo.wit
wasmtime-7.0.0 ./ext/cargo-vendor/wit-parser-0.6.4/tests/ui/multi-file/foo.wit
wasmtime-6.0.1 ./ext/cargo-vendor/wit-parser-0.6.2/tests/ui/multi-file/foo.wit
wasmtime-6.0.0 ./ext/cargo-vendor/wit-parser-0.6.2/tests/ui/multi-file/foo.wit