Bun
Develop, test, run, and bundle JavaScript & TypeScript projects—all with Bun. Bun is an all-in-one JavaScript runtime & toolkit designed for speed, complete with a bundler, test runner, and Node.js-compatible package manager.
Articles
- 2024-09-18 - Compile and run C in JavaScript
- Tiny C Compiler를 써서 런타임에 C 소스를 컴파일하는 방식. 개발 경험은 Inline C가 지원되는 것과 거의 비슷하고, 런타임 오버헤드도 거의 없음.