ToolsThe story, in brief

Vercel Labs Ships scriptc, a TypeScript-to-Native Compiler That Leaves the JavaScript Engine Behind

Vercel Labs ships a TypeScript compiler that ditches the JavaScript engine entirely—faster startup, lower memory, but slower execution. What does it mean for edge deployment?

Paper-cut illustration of a coral software window opening into a three-dimensional drafting space.
New tools for building and creating with AI.AI illustration by KeyNews
The KeyNews take

Why it matters

scriptc is an experimental toolchain that compiles TypeScript to native code (C or WebAssembly) without a runtime, trading execution speed for startup time and memory footprint. It matters for practitioners considering edge or resource-constrained deployment models, but the tradeoffs and production readiness remain unclear.

The key facts

15 to know
  1. Vercel Labs project: scriptc TypeScript-to-native compiler

  2. Output targets: C and WebAssembly code

  3. No dependency on Node, V8, or JavaScript engine

  4. Type checking via TypeScript compiler retained

  5. Faster startup times reported

  6. Lower memory usage reported

  7. Slower execution speeds noted (vs Node baseline)

  8. Status: experimental

  9. No pricing, GA timeline, or production deployment data disclosed

  10. scriptc: experimental TypeScript-to-native compiler from Vercel Labs

  11. Outputs C or WebAssembly; uses TypeScript compiler for type checking

  12. Faster startup times and lower memory usage than Node reported

  13. Slower execution speeds than Node (tradeoff disclosed)

  14. No reliance on Node, V8, or JavaScript engine

  15. Status: initial benchmarks only; no GA date or production deployment data disclosed

Go to the source

InfoQ AI/MLinfoq.com

Publisher excerpt: Vercel Labs has introduced scriptc, an experimental compiler that converts TypeScript into small native executables without relying on Node, V8, or a JavaScript engine. It uses the TypeScript compiler for type checking and can output C or WebAssembly code. Initial benchmarks show faster startup…
Read original report
Back to today's editionMore tools news

Keep reading

Related stories

More from Tools