🎁 New User? Get 20% off your first purchase with code NEWUSER20 Register Now →
Menu

Categories

Bun 1.2 Released: Full Express Compatibility and SQLite WASM Fallback

Bun 1.2 Released: Full Express Compatibility and SQLite WASM Fallback

Oven has released Bun 1.2, continuing to close compatibility gaps with Node.js while pushing runtime performance forward.

Express 4 and 5 Fully Compatible

Bun's Node compatibility layer now passes the complete Express.js test suite for both v4 and v5. Production apps built on Express, including those using popular middleware like Helmet, Passport, and Multer, typically run without changes — often 30-50% faster due to the Zig-based HTTP server underneath.

SQLite WASM Fallback

For environments where the native SQLite binary can't be loaded (some serverless platforms, FIPS-compliant systems), Bun now ships a WASM-compiled SQLite that's drop-in compatible with bun:sqlite. Performance overhead is 15-25% but functionality is identical.

Windows Performance

File-system operations on Windows are 2-3x faster thanks to native NTFS APIs replacing the POSIX compatibility shim. bun install on a typical Next.js project drops from 12s to under 5s.

Share this article:
Dargslan Editorial Team (Dargslan)
About the Author

Dargslan Editorial Team (Dargslan)

Collective of Software Developers, System Administrators, DevOps Engineers, and IT Authors

Dargslan is an independent technology publishing collective formed by experienced software developers, system administrators, and IT specialists.

The Dargslan editorial team works collaboratively to create practical, hands-on technology books focused on real-world use cases. Each publication is developed, reviewed, and...

Programming Languages Linux Administration Web Development Cybersecurity Networking

Stay Updated

Subscribe to our newsletter for the latest tutorials, tips, and exclusive offers.