summaryrefslogtreecommitdiff
path: root/src/tools/js-wrapper.h
Commit message (Expand)AuthorAgeFilesLines
* Make `Name` a pointer, length pair (#5122)Thomas Lively2022-10-111-4/+4
* Preserve Function HeapTypes (#3952)Thomas Lively2021-06-301-5/+5
* Fuzzing in JS VMs: Emit null for reference type params instead of 0 (#3774)Alon Zakai2021-04-061-4/+8
* Fuzzing in JS VMs: Print types when we have nothing better (#3773)Alon Zakai2021-04-061-1/+2
* cleanup to allow binaryen to be built in more strict environments (#3566)walkingeyerobot2021-02-161-0/+4
* 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