summaryrefslogtreecommitdiff
path: root/src/tools/spec-wrapper.h
Commit message (Expand)AuthorAgeFilesLines
* [Fuzzer] Simplify the hang limit mechanism (#5513)Alon Zakai2023-02-231-2/+1
* Make `Name` a pointer, length pair (#5122)Thomas Lively2022-10-111-1/+1
* Remove basic reference types (#4802)Thomas Lively2022-07-201-12/+0
* [Strings] Add string proposal types (#4755)Alon Zakai2022-06-291-2/+1
* Remove externref (#4633)Thomas Lively2022-05-041-3/+0
* Preserve Function HeapTypes (#3952)Thomas Lively2021-06-301-2/+2
* cleanup to allow binaryen to be built in more strict environments (#3566)walkingeyerobot2021-02-161-0/+3
* Remove exnref and br_on_exn (#3505)Heejin Ahn2021-01-221-3/+0
* [GC] Add dataref type (#3500)Alon Zakai2021-01-211-0/+2
* GC: Integrate eqref and i31ref types (#3141)Daniel Wirtz2020-09-191-0/+5
* Add anyref feature and type (#3109)Daniel Wirtz2020-09-101-0/+3
* Update reference types (#3084)Daniel Wirtz2020-09-091-2/+5
* 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
* Prepare for compound types that are single but not basic (#3046)Daniel Wirtz2020-08-171-1/+2
* Rename anyref to externref to match proposal change (#2900)Jay Phelps2020-06-101-1/+1
* Remove implicit conversion operators from Type (#2577)Thomas Lively2020-01-081-1/+1
* [NFC] Enforce use of `Type::` on type names (#2434)Thomas Lively2020-01-071-11/+11
* Add support for reference types proposal (#2451)Heejin Ahn2019-12-301-2/+6
* Remove FunctionType (#2510)Thomas Lively2019-12-111-1/+1
* Add string parameter to WASM_UNREACHABLE (#2499)Sam Clegg2019-12-051-1/+1
* Add initial support for anyref as an opaque type (#2294)Jay Phelps2019-08-201-0/+1
* Rename except_ref type to exnref (#2224)Heejin Ahn2019-07-141-1/+1
* Add except_ref type (#2081)Heejin Ahn2019-05-071-0/+1
* clang-tidy braces changes (#2075)Alon Zakai2019-05-011-1/+2
* Apply format changes from #2048 (#2059)Alon Zakai2019-04-261-8/+21
* Update v128.const text formats (#1934)Thomas Lively2019-03-191-1/+1
* Fuzzing v128 and associated bug fixes (#1827)Thomas Lively2018-12-141-1/+1
* Add v128 type (#1777)Thomas Lively2018-11-291-0/+1
* Remove default cases (#1757)Thomas Lively2018-11-271-2/+2
* Rename WasmType => Type (#1398)Alon Zakai2018-02-021-1/+1
* New fuzzer (#1126)Alon Zakai2017-08-111-0/+47