Sha256: b33c675b1c53801882baa4cae834a83978702236c683f0d4a053506c68f198f5

Contents?: true

Size: 168 Bytes

Versions: 3

Compression:

Stored size: 168 Bytes

Contents

package foo:bar

interface a {
  record x {
  }
}

interface b {
  use a.{x}
}

world w {
  export anon: interface {
    use b.{x as x2}
    use a.{x}
  }
  export a
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
wasmtime-13.0.0 ./ext/cargo-vendor/wit-parser-0.11.1/tests/ui/parse-fail/import-and-export5.wit
wasmtime-12.0.1 ./ext/cargo-vendor/wit-parser-0.9.2/tests/ui/parse-fail/import-and-export5.wit
wasmtime-12.0.0 ./ext/cargo-vendor/wit-parser-0.9.2/tests/ui/parse-fail/import-and-export5.wit