wit-component 0.246.2

Tooling for working with `*.wit` and component files together.
Documentation
1
2
3
4
5
6
;; This test ensures that the `_initialize` function is hooked up to execute
;; when the component is instantiated.
(module
  (func (export "a") unreachable)
  (func (export "_initialize") unreachable)
)