Tag
Wasmer used OpenAI's Codex to build Edge.js, a Node.js runtime for edge computing running inside a WebAssembly sandbox, reducing development from a year to two weeks.
Bun.Image is a zero-dependency chainable image pipeline for decoding, resizing, rotating, and re-encoding JPEG, PNG, WebP, HEIC, and AVIF, running off-thread and inspired by Sharp.
An analysis of Bun's controversial rewrite from Zig to Rust using AI-generated code, raising concerns about 6,755 AI-written commits merged without human review and the risks of AI-translated code in production.
Bun, the JavaScript runtime and package manager, has merged a rewrite of its core from Zig to Rust, potentially improving performance and maintainability.
A developer named Jarred successfully rewrote parts of the Bun runtime in Rust, achieving a 99.8% pass rate on the existing test suite, highlighting a discussion on engineering ambition.
Sumner successfully ported 960,000 lines of Bun runtime code from Zig to Rust using Anthropic's Claude AI, demonstrating the significant efficiency potential of AI in code rewriting.