componentize-qjs-cli 0.1.0

CLI for converting JavaScript to WebAssembly components using QuickJS
Documentation
1
2
3
4
5
package test:hello;

world hello {
    export greet: func(name: string) -> string;
}