Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-12-01 | Reduce memory usage in Bun.serve() by up to 3x (#1569) | 1 | -0/+0 | ||
* Update WebKit * Use 5x less memory in Bun.serve() * Update Dockerfile.devcontainer * Update async-overhead.mjs Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> | |||||
2022-11-25 | Upgrade WebKit | 1 | -0/+0 | ||
2022-10-28 | Upgrade WebKit | 1 | -0/+0 | ||
2022-10-09 | Update WebKit | 1 | -0/+0 | ||
2022-10-09 | Update WebKit | 1 | -0/+0 | ||
2022-10-02 | Fix test expectation counter | 1 | -0/+0 | ||
2022-09-25 | Fix `console.log` not printing an empty line | 1 | -0/+0 | ||
Depends on https://github.com/oven-sh/WebKit/actions/runs/3123884691/jobs/5066828848 Fixes https://github.com/oven-sh/bun/issues/1276 | |||||
2022-09-20 | Update WebKit | 1 | -0/+0 | ||
2022-09-17 | Update WebKit | 1 | -0/+0 | ||
2022-09-08 | [bun:ffi] Implement `read.{u8,i8,i16,i32,u16,u32,ptr,intptr}` | 1 | -0/+0 | ||
`read` in `bun:ffi` lets you read data from a pointer without creating a new DataView/ArrayBufferView ``` import {read} from 'bun:ffi'; expect(read.i8(ptr_, i)).toBe(view.getInt8(i, true)); expect(read.i16(ptr_, i)).toBe(view.getInt16(i, true)); expect(read.i32(ptr_, i)).toBe(view.getInt32(i, true)); expect(read.u8(ptr_, i)).toBe(view.getUint8(i, true)); expect(read.u16(ptr_, i)).toBe(view.getUint16(i, true)); expect(read.u32(ptr_, i)).toBe(view.getUint32(i, true)); } ``` | |||||
2022-08-27 | Update WebKit (#1165) | 1 | -0/+0 | ||
* Update WebKit * Fix `DataView` and non-8 bit sized typed arrays with TextDecoder * New WebKit Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> | |||||
2022-08-20 | Update WebKit | 1 | -0/+0 | ||
2022-08-17 | Move around some things | 1 | -0/+0 | ||
2022-08-13 | Update WebKit | 1 | -0/+0 | ||
2022-08-12 | Update WebKit | 1 | -0/+0 | ||
2022-08-12 | Update WebKit | 1 | -0/+0 | ||
2022-08-09 | [node compat] Improve fs.copyFileSync performance on macOS | 1 | -0/+0 | ||
2022-08-01 | Use WebKit LTO builds where appropriate | 1 | -0/+0 | ||
2022-07-28 | Update WebKit | 1 | -0/+0 | ||
2022-07-27 | Upgrade WebKit in Dockerfile | 1 | -0/+0 | ||
2022-07-27 | Update WebKit | 1 | -0/+0 | ||
2022-07-22 | Update WebKit | 1 | -0/+0 | ||
2022-07-22 | Canary builds (Linux) (#824)canary | 1 | -0/+0 | ||
* wip * WIP: * WIP * WIP * WIP * WIP * WIP * Update WebKit * WIP * WIP * WIP * WIP * WIP * WIP * WIP * WIP * Update WebKit * WIP * WIP * WIP * WIP * Workaround missing system calls * WIP * WIP * WIP * WIP * WIP * WIP * WIP * Fix baseline detection * WIP * strip debug symbol * Auto-generate canary build Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> | |||||
2022-07-04 | 0! | 1 | -0/+0 | ||
2022-07-02 | Update WebKit | 1 | -0/+0 | ||
2022-06-22 | change the directory structurejarred/rename | 1 | -0/+0 | ||