# Bun > https://bun.sh/ https://bun.sh/ > Develop, test, run, and bundle [JavaScript](https://wiki.g15e.com/pages/JavaScript.txt) & [TypeScript](https://wiki.g15e.com/pages/TypeScript.txt) projects—all with Bun. Bun is an all-in-one JavaScript runtime & toolkit designed for speed, complete with a bundler, test runner, and -compatible package manager. ## Articles - 2024-09-18 - [Compile and run C in JavaScript](https://bun.sh/blog/compile-and-run-c-in-js) - [Tiny C Compiler](https://wiki.g15e.com/pages/Tiny%20C%20Compiler.txt)를 써서 런타임에 C 소스를 컴파일하는 방식. 개발 경험은 Inline C가 지원되는 것과 거의 비슷하고, 런타임 오버헤드도 거의 없음.