Scriptc by Vercel: TypeScript-to-Native compiler, no JavaScript engine in binary
Summary
Scriptc is a TypeScript-to-native compiler that eliminates the need for a JavaScript engine in the binary, compiling TS to standalone native executables. The project emphasizes static analysis, differential testing against Node, and a dynamic mode with an embedded QuickJS engine, with performance and size metrics highlighted.