replace zig-js-runtime

This commit is contained in:
Karl Seguin
2025-04-02 10:30:59 +08:00
parent 25dcae7648
commit b8d7744563
88 changed files with 5933 additions and 4124 deletions

View File

@@ -2,7 +2,7 @@ const std = @import("std");
const Uri = std.Uri;
const Allocator = std.mem.Allocator;
const WebApiURL = @import("url/url.zig").URL;
const WebApiURL = @import("browser/url/url.zig").URL;
pub const URL = struct {
uri: Uri,