wit-component 0.238.0

Tooling for working with `*.wit` and component files together.
Documentation
(component
  (type (;0;)
    (instance
      (type (;0;) (record (field "f" u8)))
      (export (;1;) "name" (type (eq 0)))
    )
  )
  (import "foo:foo/name1" (instance (;0;) (type 0)))
  (alias export 0 "name" (type (;1;)))
  (type (;2;)
    (instance
      (alias outer 1 1 (type (;0;)))
      (export (;1;) "name" (type (eq 0)))
    )
  )
  (import "foo:foo/name2" (instance (;1;) (type 2)))
  (core module (;0;)
    (@producers
      (processed-by "wit-component" "$CARGO_PKG_VERSION")
      (processed-by "my-fake-bindgen" "123.45")
    )
  )
  (alias export 0 "name" (type (;3;)))
  (alias export 1 "name" (type (;4;)))
  (core instance (;0;) (instantiate 0))
  (alias export 0 "name" (type (;5;)))
  (alias export 1 "name" (type (;6;)))
  (component (;0;)
    (type (;0;) (record (field "f" u8)))
    (import "import-type-name" (type (;1;) (eq 0)))
    (import "import-type-name0" (type (;2;) (eq 1)))
    (export (;3;) "name" (type 1))
    (export (;4;) "name1" (type 2))
  )
  (instance (;2;) (instantiate 0
      (with "import-type-name" (type 5))
      (with "import-type-name0" (type 6))
    )
  )
  (export (;3;) "name" (instance 2))
  (@producers
    (processed-by "wit-component" "$CARGO_PKG_VERSION")
  )
)