wit-component 0.246.2

Tooling for working with `*.wit` and component files together.
Documentation
(component
  (type (;0;)
    (component
      (type (;0;)
        (instance
          (type (;0;) u8)
          (export (;1;) "a" (type (eq 0)))
          (export (;2;) "b" (type (eq 1)))
          (type (;3;) (func (param "a" 1) (result 2)))
          (export (;0;) "f" (func (type 3)))
        )
      )
      (export (;0;) "foo:foo/foo" (instance (type 0)))
    )
  )
  (export (;1;) "foo" (type 0))
  (type (;2;)
    (component
      (type (;0;)
        (component
          (type (;0;)
            (instance
              (type (;0;) u8)
              (export (;1;) "a" (type (eq 0)))
              (export (;2;) "b" (type (eq 1)))
              (type (;3;) (func (param "a" 1) (result 2)))
              (export (;0;) "f" (func (type 3)))
            )
          )
          (import "foo:foo/foo" (instance (;0;) (type 0)))
          (type (;1;)
            (instance
              (type (;0;) u8)
              (export (;1;) "a" (type (eq 0)))
              (export (;2;) "b" (type (eq 1)))
              (type (;3;) (func (param "a" 1) (result 2)))
              (export (;0;) "f" (func (type 3)))
            )
          )
          (export (;1;) "foo:foo/foo" (instance (type 1)))
        )
      )
      (export (;0;) "foo:foo/my-world" (component (type 0)))
    )
  )
  (export (;3;) "my-world" (type 2))
  (@custom "package-docs" "\01{}")
  (@producers
    (processed-by "wit-component" "$CARGO_PKG_VERSION")
  )
)