Bun 2.0: Now with Full Windows Support and Compiled Binaries
bun.sh

The fast JavaScript runtime Bun has reached version 2.0. This release brings stable performance on Windows and a new capability to compile TypeScript scripts into standalone executables.

// BASH
bun build ./index.ts --compile --outfile my-app.exe
PUBLISHED: FEB 24TOPIC: DEVEST TIME: 4 MINS