summaryrefslogtreecommitdiff
path: root/fuzz-in/wasm
Commit message (Collapse)AuthorAgeFilesLines
* Rename all occurences of AST (#413)Ben Smith2017-05-041-0/+0
| | | | | | | | | | * ast.{cc,h} => ir.{cc,h} * binary-reader-ast.{cc,h} => binary-reader-ir.{cc,h} * ast-writer.{cc,h} => wat-writer.{cc,h} Everything else changes ast => wast. When deciding between wast vs. wat, the wat format should only allow for a single module, without assertions.
* Fix some binary reader bugs found by fuzzing (#261)Ben Smith2016-12-271-0/+0
| | | | | | * Change assertions in apply-names to failures * Fix off-by-one bug in binary-reader-ast get_label_at * Keep track of last known section code, so the same section cannot be specified twice, with a custom section between.
* add afl-fuzzing setup again to MakefileBen Smith2016-04-011-0/+0