srctree

Andrew Kelley parent aa852f73 13973415
add missing field to module creation

Fixes a merge conflict with one of mlugg's recent branches.

inlinesplit
src/Compilation.zig added: 2, removed: 1, total 1
@@ -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,