mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 18:38:55 +00:00
* Update to latest SIMDUTF * Fix issue with `Headers.toJSON` having an incorrect size set with set-cookie header * [node:http] Fix `undefined` when multiple Set-Cookie headers are sent * Count UTF8 byteLength for headers This is not necessary, just being cautious. * Update http-hello.node.mjs * Be 100% sure the test isn't caching anything * move this up --------- Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com>
npm install
bun run ffi
bun run log
bun run gzip
bun run async
bun run sqlite
# to use custom version of bun/deno/node binary
BUN=path/to/bun bun run ffi
# or edit .env file