Saturday, July 01, 2023

tool: Javy: JavaScript => WASM

 bytecodealliance/javy: JS to WebAssembly toolchain @GitHub

Javy takes your JavaScript code, and executes it in a WebAssembly embedded JavaScript runtime. Javy can create very small Wasm modules in the 1 to 16 KB range with use of dynamic linking. The default static linking produces modules that are at least 869 KB in size.

Rust, Apache license