Fuzzing The Gleam Compiler
Summary
A hands-on exploration of fuzzing the Gleam compiler using structure-aware techniques. The author walks through initial LLM-based fuzzing, then shifts to a generation-based fuzzer that targets the Gleam parser and compiler, testing both Erlang and JavaScript outputs, identifying regressions, and discussing duplicate findings, workflow, and future work.