wit-component 0.247.0

Tooling for working with `*.wit` and component files together.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
(module
  (type (;0;) (func))
  (table (;0;) 1 1 funcref)
  (memory (;0;) 65536 (pagesize 0x1))
  (global (;0;) (mut i32) i32.const 1024)
  (export "memory" (memory 0))
  (func (;0;) (type 0))
  (func (;1;) (type 0)
    call 0
    call 0
  )
)