Vercel, TypeScript를 C 언어로 변환한 뒤 네이티브 실행 파일로 컴파일하는 'scriptc'를 오픈소스로 공개
Vercel releases open source 'scriptc', which converts TypeScript to C and then compiles it into a native executable

TL;DR AI
1분핵심 요약
Vercel이 TypeScript를 네이티브 실행 파일로 바꾸는 컴파일러 scriptc를 오픈소스로 공개했다.
scriptc는 TypeScript를 Typed IR로 낮춘 뒤 C 코드로 변환하고, clang으로 네이티브 바이너리를 생성한다.
Node.js 호환 표준 기능과 주요 API, npm 의존성 해석을 포함하며, 필요하면 경량 JavaScript 엔진도 임베드할 수 있다.
Node.js 런타임 없이 더 작고 빠른 TypeScript 앱을 배포해, 배포성과 시작 속도를 높이려는 목적이다.

