Skip to content
Runtime

Bun

Official site

Playbooks for Bun

  1. Diagnosing a Bun panic loading a native addon

    Confirms the failure is specific to Bun (by checking the same code under plain Node) before treating it as a Bun compatibility regression, then checks for a documented compatible module/Bun version pairing to pin to. This is intentionally left diagnostic rather than prescriptive beyond that point: Bun's native-addon compatibility is an evolving, partial implementation, and asserting a specific cause for a specific version pair without checking that pair's actual changelog/issues would be a guess, not a fact.

    Unverifiedno reproductions yetWhy this confidence?

Versions