wasm-tools 1.253.0

CLI tools for interoperating with WebAssembly files
Documentation
1
2
3
4
(module $a
  (type (;0;) (func))
  (import "a" "a" (func (;0;) (type 0)))
)