Vercel Labs releases scriptc native TypeScript compiler
scriptc is an experimental compiler from Vercel Labs that transforms ordinary TypeScript code into lightweight, self-contained native executables without embedding V8 or Node.js. It lowers typed IR into LLVM or C while incorporating a QuickJS fallback for uncompiled npm dependencies.
Native compilation for TypeScript without bundling V8 could revolutionize serverless edge computing by dramatically reducing binary size and startup latency.
- –Compiles TS to LLVM/C for lightweight standalone binaries (~170KB) with near-instantaneous startup.
- –Retains compatibility with standard TypeScript code without requiring special syntax or custom language extensions.
- –Includes a QuickJS dynamic execution fallback for uncompiled npm dependencies.
- –Currently experimental, with ongoing work required for full Node.js API and ecosystem parity.
DISCOVERED
1h ago
2026-07-28
PUBLISHED
1h ago
2026-07-28
RELEVANCE
AUTHOR
Github Awesome