How? Enter PorfforPorffor is my JS engine/runtime that compiles JavaScript ahead-of-time to WebAssembly and native binaries. What does that actually mean? You can compile JS files to tiny (<1MB), fast (millisecond-level) binaries: ~$ bat hi.js ─────┬────────────────────────────────────── 1 │ console.log("hello blog!") ─────┴────────────────────────────────────── ~$ porf native hi.js hi [271ms] com

