| ... | ... | @@ -236,10 +236,10 @@ fn serveWasm( |
| 236 | 236 | const wasm_base_path = try buildWasmBinary(arena, context, optimize_mode); |
| 237 | 237 | const bin_name = try std.zig.binNameAlloc(arena, .{ |
| 238 | 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 | 240 | .arch_os_abi = autodoc_arch_os_abi, |
| 241 | 241 | .cpu_features = autodoc_cpu_features, |
| 242 | | }) catch unreachable) catch unreachable, |
| 242 | }) catch unreachable) catch unreachable), |
| 243 | 243 | .output_mode = .Exe, |
| 244 | 244 | }); |
| 245 | 245 | // std.http.Server does not have a sendfile API yet. |