Back to Tsx

Distribution

notes/oxc-transform/distribution.md

4.23.91.2 KB
Original Source

Distribution

oxc-transform declares Node ^20.19.0 || >=22.12.0 (engines). Its native targets cover macOS, Windows, Linux, Android, FreeBSD x64, OpenHarmony, and WASI combinations (targets).

The generated loader chooses native and/or WASI initialization according to NAPI_RS_FORCE_WASI, and conditionally tries WebContainer fallback only when process.versions.webcontainer is present (loader); the WebContainer path can synchronously create a temporary package and run pnpm install during import (fallback). Linux selection can synchronously read ldd, generate a process report, or execute ldd --version (musl detection).