Skip to content

Commit 0cf75a8

Browse files
robertsLandoclaude
andauthored
docs: add in-depth comparison vs Bun and Deno (#249)
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>
1 parent 8f6c728 commit 0cf75a8

2 files changed

Lines changed: 243 additions & 0 deletions

File tree

docs-site/.vitepress/config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ export default withMermaid({
7777
{ text: 'What is pkg?', link: '/guide/' },
7878
{ text: 'Getting started', link: '/guide/getting-started' },
7979
{ text: 'SEA vs Standard', link: '/guide/sea-vs-standard' },
80+
{ text: 'pkg vs Bun vs Deno', link: '/guide/vs-bun-deno' },
8081
{ text: 'Migration from vercel/pkg', link: '/guide/migration' },
8182
],
8283
},

0 commit comments

Comments
 (0)