docs: add in-depth comparison vs Bun and Deno#249
Merged
robertsLando merged 1 commit intomainfrom Apr 18, 2026
Merged
Conversation
Adds docs-site/guide/vs-bun-deno.md covering native addon support, bundle format, cross-compile, bytecode, binary size, plus a real @anthropic-ai/claude-code bundling case study across all three tools. Includes a self-critical verdict section to prevent the page from reading as marketing. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
docs-site/guide/vs-bun-deno.md) covering native addons, bundle format, cross-compile, bytecode, and binary size across@yao-pkg/pkg(Standard + SEA),bun build --compile, anddeno compile.@anthropic-ai/claude-code@1.0.100with all three tools — the last pre-native ESM release, which stresses ESM + top-level await, WASM assets, vendored binaries, and optional native deps. Includes measured binary sizes (108 MB → 194 MB) and best-of-5 cold-start times (797 ms → 1256 ms).Test plan
yarn lint:stylepasses on the new page and config changenpm run docs:buildinsidedocs-site/completes cleanly (generatesdist/guide/vs-bun-deno.html)🤖 Generated with Claude Code