wit-component 0.225.0

Tooling for working with `*.wit` and component files together.
Documentation
(component
  (type (;0;)
    (instance
      (type (;0;) (list string))
      (type (;1;) (variant (case "strs" 0)))
      (export (;2;) "name" (type (eq 1)))
    )
  )
  (import "a:b/name" (instance (;0;) (type 0)))
  (alias export 0 "name" (type (;1;)))
  (import "name" (type (;2;) (eq 1)))
  (core module (;0;)
    (@producers
      (processed-by "wit-component" "$CARGO_PKG_VERSION")
      (processed-by "my-fake-bindgen" "123.45")
    )
  )
  (core instance (;0;) (instantiate 0))
  (component (;0;)
    (type (;0;) (list string))
    (type (;1;) (variant (case "num" u16) (case "strs" 0)))
    (export (;2;) "name2" (type 1))
    (type (;3;) (variant (case "strs" 0)))
    (export (;4;) "name" (type 3))
  )
  (instance (;1;) (instantiate 0))
  (export (;2;) "a:b/name" (instance 1))
  (@producers
    (processed-by "wit-component" "$CARGO_PKG_VERSION")
  )
)