wit-component 0.225.0

Tooling for working with `*.wit` and component files together.
Documentation
(component
  (type (;0;)
    (instance
      (export (;0;) "a" (type (sub resource)))
      (type (;1;) (own 0))
      (type (;2;) (func (result 1)))
      (export (;0;) "[constructor]a" (func (type 2)))
      (export (;1;) "[static]a.other-new" (func (type 2)))
    )
  )
  (import "foo" (instance (;0;) (type 0)))
  (core module (;0;)
    (type (;0;) (func (result i32)))
    (type (;1;) (func (param i32)))
    (import "foo" "[constructor]a" (func (;0;) (type 0)))
    (import "foo" "[static]a.other-new" (func (;1;) (type 0)))
    (import "foo" "[resource-drop]a" (func (;2;) (type 1)))
    (@producers
      (processed-by "wit-component" "$CARGO_PKG_VERSION")
      (processed-by "my-fake-bindgen" "123.45")
    )
  )
  (alias export 0 "[constructor]a" (func (;0;)))
  (core func (;0;) (canon lower (func 0)))
  (alias export 0 "[static]a.other-new" (func (;1;)))
  (core func (;1;) (canon lower (func 1)))
  (alias export 0 "a" (type (;1;)))
  (core func (;2;) (canon resource.drop 1))
  (core instance (;0;)
    (export "[constructor]a" (func 0))
    (export "[static]a.other-new" (func 1))
    (export "[resource-drop]a" (func 2))
  )
  (core instance (;1;) (instantiate 0
      (with "foo" (instance 0))
    )
  )
  (@producers
    (processed-by "wit-component" "$CARGO_PKG_VERSION")
  )
)