wit-component 0.246.2

Tooling for working with `*.wit` and component files together.
Documentation
1
2
3
4
5
6
(module
  (memory (export "memory") 1)
  (func (export "cabi_realloc") (param i32 i32 i32 i32) (result i32) unreachable)
  (func (export "a") (result i32) unreachable)
  (func (export "cabi_post_a") (param i32) unreachable)
)