move netsurf and mimalloc into modules

This commit is contained in:
Pierre Tachoire
2024-06-17 16:29:00 +02:00
parent 68c8372493
commit f2a406d224
40 changed files with 127 additions and 88 deletions

View File

@@ -1,5 +1,5 @@
const std = @import("std");
const parser = @import("netsurf.zig");
const parser = @import("netsurf");
const Client = @import("async/Client.zig");
pub const UserContext = struct {