github oven-sh/bun bun-v0.0.32
Bun v0.0.32

latest releases: bun-v1.1.29, bun-v1.1.28, bun-v1.1.27...
2 years ago

Bug fixes

  • [Linux] Fix Bun failing to start when the system-installed version of ICU didn't match the dynamically linked version. The fix here is to statically link ICU. This unfortunately doubles the binary size of Bun on Linux
  • Fix running bun bun on a networked filesystem. This is particularly relevant to WSL. The normal posix C function for moving files doesn't work if the source file is on a different mounted filesystem than the target. This fix detects the error and attempts to use sendfile() so that it copies the file faster than it would by reading the memory manually.

Don't miss a new bun release

NewReleases is sending notifications on new releases.