Commit 1397341540

Andrew Kelley <andrew@ziglang.org>
2024-03-11 02:22:53
add missing field to module creation
Fixes a merge conflict with one of mlugg's recent branches.
1 parent aa852f7
Changed files (1)
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,