Package Exports
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@patch-up/bun) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Bun
Bun is a fast all-in-one JavaScript runtime. https://bun.sh
Install
npm install -g bun
Upgrade
bun upgrade
Supported Platforms
- macOS, arm64 (Apple Silicon)
- macOS, x64
- macOS, x64 (without AVX2 instructions)
- Linux, arm64
- Linux, x64
- Linux, x64 (without AVX2 instructions)
- Windows
- Windows (without AVX2 instructions)
Future Platforms
- Unix-like variants such as FreeBSD, OpenBSD, etc.
- Android and iOS