aboutsummaryrefslogtreecommitdiff
path: root/test/bun.js/ffi.test.fixture.callback.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2022-12-30Upgrade WebKitGravatar Jarred Sumner 1-2/+3
2022-12-11cleanup some testsGravatar Jarred Sumner 1-0/+3
2022-11-09Add bun-types, add typechecking, add `child_process` types (#1475)Gravatar Colin McDonnell 1-3/+0
* Add bun-types to packages * Improve typing * Fix types in tests * Fix dts tests * Run formatter * Fix all type errors * Add strict mode, fix type errors * Add ffi changes * Move workflows to root * Add workflows * Remove labeler * Add child_process types * Fix synthetic defaults issue * Remove docs * Move scripts * Run prettier * Include examples in typechecking * captureStackTrace types * moved captureStackTrace types to globals * Address reviews Co-authored-by: Colin McDonnell <colinmcd@alum.mit.edu> Co-authored-by: Dylan Conway <dylan.conway567@gmail.com>
2022-11-08Stack allocate arguments to make it actually threadsafeGravatar Jarred Sumner 1-2/+1
2022-11-02[bun:ffi] Implement `JSCallback` so C can call into JSGravatar Jarred Sumner 1-17/+22
2022-09-221 event loop per thread. Instead of 3.Gravatar Jarred Sumner 1-12/+23
uWebSockets and uSockets will need to be upgraded to match the changes. Previously: - Bun had a separate kqueue/eventfd just for async wakeups. - Bun had a separate kqueue/epoll just for reading files non-blocking in the same thread This commit unifies it into one event loop per thread
2022-08-28More reliable macOS event loop (#1166)Gravatar Jarred Sumner 1-4/+7
* More reliable macOS event loop * Reduce CPU usage of idling * Add another implementation * Add benchmark Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com>
2022-08-28support pass null as NULL ptr (#1160)Gravatar Zilin Zhu 1-0/+6
2022-08-27Update WebKit (#1165)Gravatar Jarred Sumner 1-3/+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-10Commit snapshotGravatar Jarred Sumner 1-1/+5
2022-07-31Fix: move bun, Webkit and zig urls from Jarred-Sumner to oven-sh. (#944)Gravatar Oran Simhony 1-1/+1
* Fix: move bun, Webkit and zig urls from Jarred-Sumner to oven-sh. * Fix: changed urls from types.d.ts to base bun-types repo.
2022-07-10Update GitHub URL to match new repo URL (#547)Gravatar Aurora Luna Takemi 1-1/+1
* Update repo URLs * GitHub URL update * Revert accidental URL changes
2022-06-22change the directory structurejarred/renameGravatar Jarred Sumner 1-0/+270