wasm-tools 1.246.0

CLI tools for interoperating with WebAssembly files
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
// FAIL: component wit %

package a:b;

world c {
  @since(version = 0.2.0)
  import d:e/f-g-h@0.2.3;
}

package d:e@0.2.3 {
  interface f-g-h {}
}