Skip to content

Commit

Permalink
fuzzer: Fix --zig-lib-dir for client-side WASM.
Browse files Browse the repository at this point in the history
  • Loading branch information
gcoakes committed Sep 6, 2024
1 parent f29bdd6 commit 75ce2c3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/std/Build/Fuzz/WebServer.zig
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,8 @@ fn buildWasmBinary(
try std.fmt.allocPrint(arena, "-MWalk={}", .{walk_src_path}), //
"--dep", "Walk", //
try std.fmt.allocPrint(arena, "-Mhtml_render={}", .{html_render_src_path}), //
"--zig-lib-dir",
ws.zig_lib_directory.path orelse ".",
"--listen=-",
});

Expand Down

0 comments on commit 75ce2c3

Please sign in to comment.