wit-component 0.8.3

Tooling for working with `*.wit` and component files together.
Documentation
1
2
3
4
5
interface a {
  use a.the-name.the-iface.{ty}
  use b.the-name.the-iface.{ty as ty2}
}