summaryrefslogtreecommitdiff
path: root/test/wasm2c/spec
Commit message (Expand)AuthorAgeFilesLines
* Update testsuite and implement table64 (#2418)Sam Clegg2024-05-1513-1/+73
* Update testsuite and corresponding update to comment parser (#2416)Sam Clegg2024-05-1312-11/+17
* wasm2c: atomic and shared mem operations using c11Shravan Narayan2024-01-301-20/+31
* Update testsuite (#2287)Keith Winstein2023-10-245-6/+12
* wasm2c: implement the tail-call proposal (#2272)Keith Winstein2023-10-242-0/+12
* wasm2c: partial support for atomic memory opsShravan Narayan2023-05-171-0/+543
* wasm2c: update simde submodule to 0.7.4-rc4 and add remaining tests (#2225)Keith Winstein2023-05-045-0/+25
* Add new tests (#2168)Keith Winstein2023-03-1338-0/+227
* Update testsuite (#2167)Keith Winstein2023-03-132-2/+2
* wasm2c: implement the extended const expressions proposal (#2162)Keith Winstein2023-03-083-0/+18
* wasm2c: add SIMD support (#2119)Willy R. Vasquez2023-01-2952-0/+268
* wasm2c: Initial implementation of memory64 (#2086)Sam Clegg2023-01-1213-0/+78
* Update testsuite (#2054)Sam Clegg2022-11-134-1/+7
* Add tokens test + adjust Wast lexing to match updated spec (#2001)Keith Winstein2022-10-031-0/+5
* wasm2c: implement the reference-types proposal (#1887)Keith Winstein2022-10-0323-31/+144
* wasm2c: implement the bulk memory operations proposal (#1877)Keith Winstein2022-09-217-0/+37
* wasm2c: implement the exception-handling proposal (#1930)Keith Winstein2022-07-148-0/+73
* wasm2c: run multi-memory tests (#1834)Keith Winstein2022-02-175-0/+30
* wasm2c: bounds-check active data loads (#1829)Keith Winstein2022-02-171-0/+5
* Update third_party/testsuite. NFC (#1752)Sam Clegg2021-11-041-1/+1
* Update testsuite (#1738)Sam Clegg2021-10-1810-63/+0
* wasm2c: Support multi-value (#1686)Soni L2021-07-148-7026/+16
* wasm2c: Support saturating-float-to-int (#1680)Soni L2021-06-281-705/+2
* wasm2c: Support sign-extend (#1679)Soni L2021-06-252-1467/+4
* Bump third_party/testsuite to TOT (#1623)Ng Zhi An2021-03-041-1/+1
* Update testsuite; fix conversion errors (#1502)Ben Smith2020-07-2911-27/+9192
* Reference types changes to remove subtyping (#1407)Ben Smith2020-05-285-17/+2
* Update testsuite (#1424)Ben Smith2020-05-1311-0/+11
* Update testsuite (#1381)Ben Smith2020-03-272-0/+10
* Update testsuite (#1275)Sam Clegg2020-01-091-1/+1
* Run update-spec-tests.py and add resulting missing tests (#1263)Sam Clegg2019-12-121-0/+5
* Update spec testsuite (#1237)Sam Clegg2019-11-224-4/+4
* Update spec testsuite (#1111)Ben Smith2019-07-162-2/+3
* Update testsuite (#1071)Ben Smith2019-04-241-0/+5
* Update testsuite; fix linking spec test (#1055)Ben Smith2019-04-032-2/+2
* The great renaming (#985)Ben Smith2018-12-1910-23/+18
* Update to the lastest spec testsuite (#953)Ben Smith2018-11-078-8/+8
* Update testsuite (#942)Ben Smith2018-11-0513-13/+13
* Update testsuite (#901)Ben Smith2018-08-248-8/+8
* [wasm2c] Add spec tests; fix update-spec-tests.py (#891)Ben Smith2018-08-144-0/+20
* Update testsuite; enable mut. globals by default (#884)Ben Smith2018-08-036-6/+6
* Update testsuite (#757)Ben Smith2018-02-135-16/+16
* Add wasm2c tool (#710)Ben Smith2018-01-0869-0/+369