wasm-tools 1.246.2

CLI tools for interoperating with WebAssembly files
Documentation
1
2
3
4
5
6
7
8
// RUN: wit-dylib --validate % | strip -t

package the:test;

world adapter {
  import x: func();
  export y: func();
}