zig/lib/fuzzer
Andrew Kelley 517cfb0dd1 fuzzing: progress towards web UI
* libfuzzer: close file after mmap
* fuzzer/main.js: connect with EventSource and debug dump the messages.
  currently this prints how many fuzzer runs have been attempted to
  console.log.
* extract some `std.debug.Info` logic into `std.debug.Coverage`.
  Prepares for consolidation across multiple different executables which
  share source files, and makes it possible to send all the
  PC/SourceLocation mapping data with 4 memcpy'd arrays.
* std.Build.Fuzz:
  - spawn a thread to watch the message queue and signal event
    subscribers.
  - track coverage map data
  - respond to /events URL with EventSource messages on a timer
2024-08-07 00:48:32 -07:00
..
wasm fuzzer: share zig to html rendering with autodocs 2024-08-07 00:48:32 -07:00
index.html fuzzer: share zig to html rendering with autodocs 2024-08-07 00:48:32 -07:00
main.js fuzzing: progress towards web UI 2024-08-07 00:48:32 -07:00