summaryrefslogtreecommitdiff
path: root/test/run-spec-wasm2c.py
Commit message (Expand)AuthorAgeFilesLines
* Suppress pass-failed warnings (#2404)Soni L2024-03-251-0/+3
* wasm2c: Implement big-endian SIMD (#2340)Soni L2024-02-061-1/+1
* wasm2c: atomic and shared mem operations using c11Shravan Narayan2024-01-301-12/+21
* Make run-spec-wasm2c platform-consistent (#2335)Soni L2023-11-281-6/+3
* wasm2c: Fix f64 harness (#2331)Soni L2023-11-201-1/+1
* wasm2c: Fix test harness UB with SIMD (#2327)Soni L2023-11-121-2/+5
* wasm2c: implement the tail-call proposal (#2272)Keith Winstein2023-10-241-0/+3
* [wasm2c] Add '-Wno-array-bounds' when building wasm2c output (#2293)Sam Clegg2023-09-081-0/+1
* wasm2c: partial support for atomic memory opsShravan Narayan2023-05-171-0/+3
* wasm2c: Fix typo in testing harness (#2234)Shravan Narayan2023-05-111-1/+1
* wasm2c: Enable exceptions and simd according to command line flagsShravan Narayan2023-05-021-3/+5
* wasm2c: multiple .c outputs (#2146)Yuhan Deng2023-04-051-4/+15
* wasm2c: implement the extended const expressions proposal (#2162)Keith Winstein2023-03-081-0/+3
* wasm2c: prettify/change name mangling (#2142)Keith Winstein2023-02-231-11/+19
* wasm2c: add SIMD support (#2119)Willy R. Vasquez2023-01-291-8/+56
* Rename before_args to after_argsKeith Winstein2023-01-251-1/+1
* wasm2c: move WASM2C_CFLAGS to end of compiler command lineKeith Winstein2023-01-251-2/+2
* wasm2c: serialize types at wasm2c-time (#2120)Keith Winstein2023-01-251-2/+0
* Fix wasm2c test runner (#2131)Sam Clegg2023-01-181-1/+1
* wasm2c: Initial implementation of memory64 (#2086)Sam Clegg2023-01-121-6/+15
* run-spec-wasm2c.py: split `run_spec_tests` function if it's too long (#2077)Keith Winstein2022-11-281-6/+21
* Honor CC environment variable in test/run-spec-wasm2c.py (#2052)Sam Clegg2022-11-111-0/+1
* BinaryReaderIR: fix mis-binding of tags with debug name (#2040)Keith Winstein2022-11-041-1/+3
* wasm2c: implement the reference-types proposal (#1887)Keith Winstein2022-10-031-3/+9
* wasm2c: implement the bulk memory operations proposal (#1877)Keith Winstein2022-09-211-0/+4
* wasm2c: support for module instancing (#1814)Yuhan Deng2022-09-161-12/+47
* wasm2c: implement the exception-handling proposal (#1930)Keith Winstein2022-07-141-0/+5
* wasm2c: run tests with -O2 on non-Windows (#1939)Keith Winstein2022-07-111-1/+8
* run-spec-wasm2c.py: fix failure to free module #0 (NFC) (#1904)Keith Winstein2022-04-201-1/+1
* wasm2c: export free() function to free module state (#1901)Keith Winstein2022-04-141-0/+5
* wasm2c: Always use a module prefix and set one by default (#1897)Sam Clegg2022-04-141-14/+16
* Remove signature mangling from wasm2c output (#1896)Sam Clegg2022-04-141-14/+1
* wasm2c: use signal handler to detect stack exhaustion (#1875)Keith Winstein2022-04-041-0/+1
* Add windows implementation of wasm2c runtime (#1843)Sam Clegg2022-03-091-14/+48
* wasm2c: run older versions of some spec tests (#1853)Keith Winstein2022-03-081-1/+5
* Build and run wasm2c-generated code under sanitizers in CI. NFC (#1856)Sam Clegg2022-03-081-0/+2
* Avoid passing signed char to islpha family of function on windows (#1847)Sam Clegg2022-03-031-7/+9
* Fix compiler warnings in wasm2c output (#1844)Sam Clegg2022-03-021-3/+8
* wasm2c: run multi-memory tests (#1834)Keith Winstein2022-02-171-1/+6
* Update testsuite (#1738)Sam Clegg2021-10-181-3/+8
* Avoid race between tests introduced in #1731 (#1733)Sam Clegg2021-10-141-5/+5
* Avoid changing directory in run-spec-wasm2c.py and honor --print-cmd. NFC (#1...Sam Clegg2021-10-141-15/+16
* Enable reference types by default (#1729)Sam Clegg2021-10-131-0/+1
* Enable bulk memory by default (#1728)Sam Clegg2021-10-131-0/+1
* wasm2c: Support multi-value (#1686)Soni L2021-07-141-1/+23
* Remove support for python2 (#1321)Sam Clegg2020-01-311-17/+4
* Update testsuite (#1275)Sam Clegg2020-01-091-33/+35
* run-tests.py works properly with python3 (#1285)Ben Smith2020-01-081-7/+8
* Switch python indentation from 2-space to 4-space (#1145)Sam Clegg2019-08-151-349/+349
* Run flake8 on the whole repository (#1144)Guanzhong Chen2019-08-151-4/+5