Switch language한국어
Back to the list

Vercel releases open source 'scriptc', which converts TypeScript to C and then compiles it into a native executable

TL;DR AI

Key summary

2 min read
  1. Vercel has open-sourced scriptc, a compiler that turns TypeScript into native executables.

  2. scriptc lowers TypeScript to a Typed IR, converts it to C, and then uses clang to build a native binary.

  3. It includes Node.js-compatible standard features, major APIs, and npm dependency resolution, with optional lightweight JS engine embedding.

  4. The goal is to ship smaller, faster TypeScript apps without requiring a Node.js runtime, improving distribution and startup speed.

Read the original