wit-component 0.238.0

Tooling for working with `*.wit` and component files together.
Documentation
(component
  (type (;0;)
    (instance
      (export (;0;) "a" (type (sub resource)))
      (type (;1;) (func))
      (export (;0;) "[static]a.f" (func (type 1)))
    )
  )
  (import "foo:bar/x" (instance (;0;) (type 0)))
  (core module (;0;)
    (type (;0;) (func))
    (import "foo:bar/x" "[static]a.f" (func (;0;) (type 0)))
    (@producers
      (processed-by "wit-component" "$CARGO_PKG_VERSION")
      (processed-by "my-fake-bindgen" "123.45")
    )
  )
  (alias export 0 "[static]a.f" (func (;0;)))
  (core func (;0;) (canon lower (func 0)))
  (core instance (;0;)
    (export "[static]a.f" (func 0))
  )
  (core instance (;1;) (instantiate 0
      (with "foo:bar/x" (instance 0))
    )
  )
  (@producers
    (processed-by "wit-component" "$CARGO_PKG_VERSION")
  )
)