Tag
The prime-bun project has been updated to map integration paths for Bun 1.4.0 features, using parallel RLM workers to implement prototypes concurrently with significant speedup.
The article critiques Bun's 1.4 Rust rewrite for causing development delays, over-reliance on AI coding with Claude, and eroding community trust due to repeated false promises.
Buz is a fork of the Bun JavaScript runtime that uses modern Zig, achieving sub-1 second incremental builds.
Claude Code, Anthropic's AI code assistant, has started using a Rust port of Bun as its JavaScript runtime, resulting in a 10% startup improvement on Linux, though the change went largely unnoticed. The article confirms the use of Bun v1.4.0 in the Claude Code binary via embedded Rust source files.
Claude Code v2.1.181+ uses the Rust port of Bun, resulting in a 10% faster startup on Linux. Evidence shows it ships with a preview version of Bun v1.4.0.
Bun, the JavaScript runtime and toolchain, is being rewritten from Zig to Rust to improve memory safety and stability, addressing a long tail of use-after-free and memory leak bugs.
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.
Deno is a modern JavaScript, TypeScript, and WebAssembly runtime with secure defaults, built on V8, Rust, and Tokio, designed as a secure and developer-friendly alternative to Node.js.
Node.js is an open-source, cross-platform JavaScript runtime environment. This repository contains the source code, documentation, release types, and contribution guidelines for the project.