summaryrefslogtreecommitdiff
path: root/src/wasm-type.h
Commit message (Expand)AuthorAgeFilesLines
* [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