Merge pull request #421 from lightpanda-io/upgrade-tigerbeetle
Some checks are pending
wpt / web platform tests (push) Waiting to run
wpt / perf-fmt (push) Blocked by required conditions
zig-test / zig build dev (push) Waiting to run
zig-test / zig build release (push) Waiting to run
zig-test / zig test (push) Waiting to run
zig-test / perf-fmt (push) Blocked by required conditions
zig-test / demo-puppeteer (push) Blocked by required conditions

upgrade tigerbeetle
This commit is contained in:
Pierre Tachoire
2025-02-12 14:46:35 +01:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -27,7 +27,7 @@ const AcceptError = jsruntime.IO.AcceptError;
const RecvError = jsruntime.IO.RecvError; const RecvError = jsruntime.IO.RecvError;
const SendError = jsruntime.IO.SendError; const SendError = jsruntime.IO.SendError;
const CloseError = jsruntime.IO.CloseError; const CloseError = jsruntime.IO.CloseError;
const CancelError = jsruntime.IO.CancelError; const CancelError = jsruntime.IO.CancelOneError;
const TimeoutError = jsruntime.IO.TimeoutError; const TimeoutError = jsruntime.IO.TimeoutError;
const MsgBuffer = @import("msg.zig").Buffer; const MsgBuffer = @import("msg.zig").Buffer;