Merge pull request #302 from lightpanda-io/zig-async-io

Use zig-async-io for xhr requests
This commit is contained in:
Francis Bouvier
2024-11-21 16:52:36 +01:00
committed by GitHub
18 changed files with 198 additions and 2352 deletions

View File

@@ -30,6 +30,7 @@ const apiweb = @import("apiweb.zig");
pub const Types = jsruntime.reflect(apiweb.Interfaces);
pub const UserContext = apiweb.UserContext;
pub const IO = @import("asyncio").Wrapper(jsruntime.Loop);
const log = std.log.scoped(.cli);