add missing field to module creation

Fixes a merge conflict with one of mlugg's recent branches.
This commit is contained in:
Andrew Kelley 2024-03-10 18:22:53 -07:00
parent aa852f737b
commit 1397341540

View File

@ -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,