javy-codegen 4.0.0

Wasm generation library for use with Javy
Documentation
1
2
3
4
5
6
7
8
9
export function log() {
    console.log("Hello from function!");
}

export function log2() {
    console.log("Hello from function2!");
}

console.log("Hello from top-level scope");