wit-component 0.246.2

Tooling for working with `*.wit` and component files together.
Documentation
1
2
3
4
5
6
7
(module
  (@dylink.0 (needed "bar"))
  (import "env" "tag1" (tag (param i32)))
  (import "env" "tag2" (tag (param i32 i32)))
  (import "GOT.func" "bar" (global (mut i32)))
  (func (export "run") unreachable)
)