myid port (wip)

This commit is contained in:
2026-05-12 23:11:15 +02:00
parent 8d45a93e6e
commit 572f4be896
10 changed files with 278 additions and 839 deletions

View File

@@ -4,7 +4,7 @@ pub fn build(b: *std.Build) void {
const target = b.standardTargetOptions(.{});
const optimize = b.standardOptimizeOption(.{});
const module = b.addModule("http", .{
const module = b.addModule("web", .{
.root_source_file = b.path("src/root.zig"),
.target = target,
.optimize = optimize,