summaryrefslogtreecommitdiff
path: root/src/wasm-type.h
Commit message (Expand)AuthorAgeFilesLines
* GC: Integrate eqref and i31ref types (#3141)Daniel Wirtz2020-09-191-1/+3
* Add anyref feature and type (#3109)Daniel Wirtz2020-09-101-7/+8
* Update reference types (#3084)Daniel Wirtz2020-09-091-2/+6
* Stack utils (#3083)Thomas Lively2020-09-071-3/+27
* Add new compound Rtt type (#3076)Daniel Wirtz2020-08-261-24/+96
* Add new compound Signature, Struct and Array types (#3012)Daniel Wirtz2020-08-241-65/+135
* 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-6/+53
* Prepare for compound types that are single but not basic (#3046)Daniel Wirtz2020-08-171-4/+43
* Rename anyref to externref to match proposal change (#2900)Jay Phelps2020-06-101-1/+1
* Move std::hash specializations into the std namespace (#2835)Thomas Lively2020-05-061-2/+6
* Use direct pointers as Type IDs (#2745)Thomas Lively2020-04-131-15/+13
* Handle tuples in Asyncify call support (#2743)Thomas Lively2020-04-091-0/+5
* Performance optimizations for Type (#2733)Thomas Lively2020-04-091-3/+7
* Handle multivalue returns in the interpreter (#2684)Thomas Lively2020-03-101-0/+15
* Remove implicit conversion operators from Type (#2577)Thomas Lively2020-01-081-12/+18
* [NFC] Enforce use of `Type::` on type names (#2434)Thomas Lively2020-01-071-12/+0
* Add support for reference types proposal (#2451)Heejin Ahn2019-12-301-1/+23
* Move Type-related functions into Type class (NFC) (#2556)Heejin Ahn2019-12-291-5/+15
* Remove FunctionType (#2510)Thomas Lively2019-12-111-1/+1
* Refactor and optimize binary writing type collection (#2478)Alon Zakai2019-11-261-4/+5
* Remove FunctionType from Event (#2466)Thomas Lively2019-11-251-0/+20
* Multivalue type creation and inspection (#2459)Thomas Lively2019-11-221-18/+45
* [NFC] Make Type a class instead of enum (#2433)Thomas Lively2019-11-131-13/+50
* 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
* wasm2js: avoid reinterprets (#2094)Alon Zakai2019-05-101-0/+1
* Add except_ref type (#2081)Heejin Ahn2019-05-071-0/+2
* Fix formatting of some comments (NFC) (#2091)Heejin Ahn2019-05-061-3/+4
* Validate that types match features (#1949)Thomas Lively2019-03-181-0/+3
* Add v128 type (#1777)Thomas Lively2018-11-291-0/+2
* Some simple integer math opts (#1504)Alon Zakai2018-04-111-1/+2
* Rename WasmType => Type (#1398)Alon Zakai2018-02-021-7/+7
* Wasm h to cpp (#926)jgravelle-google2017-03-101-0/+42