summaryrefslogtreecommitdiff
path: root/src/type.h
Commit message (Expand)AuthorAgeFilesLines
* Clang-format codebase (#1684)Heejin Ahn2021-12-201-1/+1
* Fix type names for function references (#1787)Sam Clegg2021-12-131-10/+11
* Split base-types.h and string-format.h out of common.h (#1785)Sam Clegg2021-12-131-3/+3
* Support function references in parameters and results of functions and blocks...Dmitry Bezhetskov2021-11-161-4/+22
* Update exception handling support to current proposal (#1596)Asumu Takikawa2021-02-101-6/+1
* Fix bug when writing multi-value block type (#1533)Ben Smith2020-09-081-1/+1
* Add missing includes to type.h (#1491)Ng Zhi An2020-07-201-0/+3
* Reference types changes to remove subtyping (#1407)Ben Smith2020-05-281-39/+45
* Update testsuite (for SIMD) (#1373)Ben Smith2020-03-251-2/+4
* Parse ArrayTypes (#1364)Ben Smith2020-03-231-0/+1
* Initial pass parsing/reading struct (#1352)Ben Smith2020-03-091-0/+1
* Convert Type from an enum into a class (#1350)Ben Smith2020-02-281-93/+105
* Move the Type enum to its own file (#1344)Ben Smith2020-02-261-0/+125