wit-component 0.257.1

Tooling for working with `*.wit` and component files together.
Documentation
1
2
3
4
5
6
;;! return-call-ref = true

(module
  (import "old" "log" (func (param i32 i32)))
  (memory (export "memory") 1)
)