javy-codegen 4.0.0

Wasm generation library for use with Javy
Documentation
1
2
3
4
5
6
package local:test;

world exported-logs {
  export log: func();
  export log2: func();
}