wit-component 0.247.0

Tooling for working with `*.wit` and component files together.
Documentation
1
2
3
4
5
6
(module
  (import "foo:bar/a" "[resource-drop]r" (func (param i32)))
  (func (export "b#foo") (result i32)
    (i32.const 0)
  )
)