summaryrefslogtreecommitdiff
path: root/src/tools/js-wrapper.h
Commit message (Expand)AuthorAgeFilesLines
* Use const modifier when dealing with types (#3064)Daniel Wirtz2020-08-201-1/+1
* Replace Type::expand() with an iterator-based approach (#3061)Daniel Wirtz2020-08-191-1/+1
* Enable cross-VM fuzzing + related improvements to fuzz_opt.py (#2762)Alon Zakai2020-04-151-6/+6
* [NFC] Enforce use of `Type::` on type names (#2434)Thomas Lively2020-01-071-1/+1
* Remove FunctionType (#2510)Thomas Lively2019-12-111-4/+4
* Multivalue type creation and inspection (#2459)Thomas Lively2019-11-221-1/+1
* clang-tidy braces changes (#2075)Alon Zakai2019-05-011-1/+2
* Apply format changes from #2048 (#2059)Alon Zakai2019-04-261-11/+24
* NaN fuzzing improvements (#1913)Alon Zakai2019-02-191-1/+1
* Compare binaryen fuzz-exec to JS VMs (#1856)Alon Zakai2019-01-101-20/+28
* Fix fuzzing JS glue code (#1843)Alon Zakai2018-12-271-1/+17
* Rename WasmType => Type (#1398)Alon Zakai2018-02-021-2/+2
* New fuzzer (#1126)Alon Zakai2017-08-111-0/+89