componentize-qjs-cli 0.1.0

CLI for converting JavaScript to WebAssembly components using QuickJS
Documentation
1
2
3
4
// Greet function exported to the component
function greet(name) {
    return `Hello, ${name}!`;
}