Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename all occurences of AST (#413) | Ben Smith | 2017-05-04 | 1 | -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 Smith | 2016-12-27 | 1 | -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 Makefile | Ben Smith | 2016-04-01 | 1 | -0/+0 |