Vercel's TypeScript Compiler Beats WebAssembly
scriptc is Vercel Labs' TypeScript-to-native compiler. It takes TypeScript, emits LLVM IR, and links a real native binary — no Node, no V8, no JavaScript engine in the output. I'd seen it beat node on a toy benchmark and…