diff --git a/src/Compilation.zig b/src/Compilation.zig index 2bb80a9abe..13fb672042 100644 --- a/src/Compilation.zig +++ b/src/Compilation.zig @@ -3941,6 +3941,7 @@ fn workerDocsWasmFallible(comp: *Compilation, prog_node: *std.Progress.Node) any .cc_argv = &.{}, .parent = null, .builtin_mod = null, + .builtin_modules = null, // there is only one module in this compilation }); const bin_basename = try std.zig.binNameAlloc(arena, .{ .root_name = root_name,