wasm-tools 1.246.0

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