| ... | @@ -236,10 +236,10 @@ fn serveWasm( | ... | @@ -236,10 +236,10 @@ fn serveWasm( |
| 236 | const wasm_base_path = try buildWasmBinary(arena, context, optimize_mode); | 236 | const wasm_base_path = try buildWasmBinary(arena, context, optimize_mode); |
| 237 | const bin_name = try std.zig.binNameAlloc(arena, .{ | 237 | const bin_name = try std.zig.binNameAlloc(arena, .{ |
| 238 | .root_name = autodoc_root_name, | 238 | .root_name = autodoc_root_name, |
| 239 | .target = std.zig.system.resolveTargetQuery(std.Build.parseTargetQuery(.{ | 239 | .target = &(std.zig.system.resolveTargetQuery(std.Build.parseTargetQuery(.{ |
| 240 | .arch_os_abi = autodoc_arch_os_abi, | 240 | .arch_os_abi = autodoc_arch_os_abi, |
| 241 | .cpu_features = autodoc_cpu_features, | 241 | .cpu_features = autodoc_cpu_features, |
| 242 | }) catch unreachable) catch unreachable, | 242 | }) catch unreachable) catch unreachable), |
| 243 | .output_mode = .Exe, | 243 | .output_mode = .Exe, |
| 244 | }); | 244 | }); |
| 245 | // std.http.Server does not have a sendfile API yet. | 245 | // std.http.Server does not have a sendfile API yet. |