1 dépôt
Creating valid binary modules from arbitrary byte streams to fuzz runtime implementations.
Distinguishing note: Candidates focus on random numbers or data generators, not the generation of structurally valid binary modules.
Explore 1 awesome GitHub repository matching testing & quality assurance · Random Module Generation. Refine with filters or upvote what's useful.
Binaryen is a WebAssembly compiler toolchain and optimizer designed to transform, validate, and shrink binary modules. It provides a comprehensive intermediate representation framework that converts binary code into a single-assignment form to enable advanced program analysis and code transformation. The project includes a specialized transformation engine that applies iterative optimization passes to increase execution speed and reduce binary size. Additionally, it functions as a transpiler that translates WebAssembly binary modules into executable JavaScript for environments that lack nativ
Creates random test cases by converting arbitrary byte streams into valid modules to verify stability.