A WebAssembly shim for esbuild targeting Android x64 platforms, version 0.15.18. This package is part of the esbuild ecosystem and is automatically installed when using esbuild on Android x64. It provides a WebAssembly build of esbuild for environments where native binaries are not available. The release cadence matches esbuild's main releases. Differentiators: platform-specific package for Android x64, enabling esbuild usage in Android environments such as Termux. No other package serves this specific platform.
npm install esbuild-android-64No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Demonstrates that esbuild-android-64 is automatically used when esbuild is installed on Android x64 – no direct import needed.
Uninstall esbuild-android-64 and install esbuild instead: npm uninstall esbuild-android-64 && npm install esbuild
Use the main 'esbuild' package. It will automatically install the correct platform binary.
Update Node.js to >=12 and install esbuild@latest.
Use require('esbuild') or import from 'esbuild'.This package is not meant for browsers; use esbuild in a Node.js environment.
This package is only for Android x64. On other platforms, esbuild will install the correct package automatically.
No dependency data recorded yet.