zig/lib/fuzzer
Andrew Kelley f6f1ecf0f9 more optimized and correct management of 8-bit PC counters
* Upgrade from u8 to usize element types.
  - WebAssembly assumes u64. It should probably try to be target-aware
    instead.
* Move the covered PC bits to after the header so it goes on the same
  page with the other rapidly changing memory (the header stats).

depends on the semantics of accepted proposal #19755

closes #20994
2024-08-08 21:46:36 -07:00
..
wasm more optimized and correct management of 8-bit PC counters 2024-08-08 21:46:36 -07:00
index.html fuzzer web UI: render PCs with red or green depending on coverage 2024-08-07 00:48:32 -07:00
main.js fuzzer web ui: fail scrolling into view gracefully 2024-08-07 00:48:32 -07:00