Sha256: 343bf3eeb13507dc168f1478ca452cf36964f002aad051f0283ff8a95ea40747

Contents?: true

Size: 173 Bytes

Versions: 23

Compression:

Stored size: 173 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

23 entries across 23 versions & 1 rubygems

Version Path
wasmtime-14.0.3 ./ext/cargo-vendor/wit-parser-0.12.1/tests/ui/parse-fail/import-and-export5.wit
wasmtime-14.0.1 ./ext/cargo-vendor/wit-parser-0.12.1/tests/ui/parse-fail/import-and-export5.wit
wasmtime-14.0.0 ./ext/cargo-vendor/wit-parser-0.12.1/tests/ui/parse-fail/import-and-export5.wit