summaryrefslogtreecommitdiff
path: root/test/spec-wasm2c-prefix.c
Commit message (Expand)AuthorAgeFilesLines
* Update testsuite and implement table64 (#2418)Sam Clegg2024-05-151-0/+6
* Update testsuite and corresponding update to comment parser (#2416)Sam Clegg2024-05-131-0/+2
* wasm2c: Implement big-endian SIMD (#2340)Soni L2024-02-061-0/+37
* wasm2c runtime: fix mis-nesting of def'n of os_has_altstack_installed (#2346)Keith Winstein2023-12-051-0/+59
* wasm2c: Fix test harness UB with SIMD (#2327)Soni L2023-11-121-2/+14
* wasm2c: Enable exceptions and simd according to command line flagsShravan Narayan2023-05-021-0/+1
* wasm2c: prettify/change name mangling (#2142)Keith Winstein2023-02-231-22/+18
* wasm2c: add SIMD support (#2119)Willy R. Vasquez2023-01-291-29/+53
* wasm2c: serialize types at wasm2c-time (#2120)Keith Winstein2023-01-251-2/+7
* wasm2c: Initial implementation of memory64 (#2086)Sam Clegg2023-01-121-1/+1
* fix wasm2c tests on 32-bit (#2124)rathann2023-01-081-1/+1
* Update testsuite (#2054)Sam Clegg2022-11-131-0/+4
* wasm2c: implement the reference-types proposal (#1887)Keith Winstein2022-10-031-3/+38
* wasm2c: support for module instancing (#1814)Yuhan Deng2022-09-161-26/+49
* wasm2c: implement the exception-handling proposal (#1930)Keith Winstein2022-07-141-0/+11
* Remove signature mangling from wasm2c output (#1896)Sam Clegg2022-04-141-10/+8
* wasm2c: use signal handler to detect stack exhaustion (#1875)Keith Winstein2022-04-041-0/+2
* Add windows implementation of wasm2c runtime (#1843)Sam Clegg2022-03-091-2/+2
* wasm2c: Add wasm_rt_strerror to covert trap code to string (#1848)Sam Clegg2022-03-031-11/+15
* wasm2c: Support multi-value (#1686)Soni L2021-07-141-0/+27
* Bump third_party/testsuite to TOT (#1623)Ng Zhi An2021-03-041-0/+2
* Separate out wasm-rt.h and wasm-rt-impl.{c,h} (#813)Ben Smith2018-03-201-103/+7
* Update testsuite (#757)Ben Smith2018-02-131-20/+22
* Add wasm2c tool (#710)Ben Smith2018-01-081-0/+323