index
:
forks/wabt.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
run-spec-wasm2c.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Suppress pass-failed warnings (#2404)
Soni L
2024-03-25
1
-0
/
+3
*
wasm2c: Implement big-endian SIMD (#2340)
Soni L
2024-02-06
1
-1
/
+1
*
wasm2c: atomic and shared mem operations using c11
Shravan Narayan
2024-01-30
1
-12
/
+21
*
Make run-spec-wasm2c platform-consistent (#2335)
Soni L
2023-11-28
1
-6
/
+3
*
wasm2c: Fix f64 harness (#2331)
Soni L
2023-11-20
1
-1
/
+1
*
wasm2c: Fix test harness UB with SIMD (#2327)
Soni L
2023-11-12
1
-2
/
+5
*
wasm2c: implement the tail-call proposal (#2272)
Keith Winstein
2023-10-24
1
-0
/
+3
*
[wasm2c] Add '-Wno-array-bounds' when building wasm2c output (#2293)
Sam Clegg
2023-09-08
1
-0
/
+1
*
wasm2c: partial support for atomic memory ops
Shravan Narayan
2023-05-17
1
-0
/
+3
*
wasm2c: Fix typo in testing harness (#2234)
Shravan Narayan
2023-05-11
1
-1
/
+1
*
wasm2c: Enable exceptions and simd according to command line flags
Shravan Narayan
2023-05-02
1
-3
/
+5
*
wasm2c: multiple .c outputs (#2146)
Yuhan Deng
2023-04-05
1
-4
/
+15
*
wasm2c: implement the extended const expressions proposal (#2162)
Keith Winstein
2023-03-08
1
-0
/
+3
*
wasm2c: prettify/change name mangling (#2142)
Keith Winstein
2023-02-23
1
-11
/
+19
*
wasm2c: add SIMD support (#2119)
Willy R. Vasquez
2023-01-29
1
-8
/
+56
*
Rename before_args to after_args
Keith Winstein
2023-01-25
1
-1
/
+1
*
wasm2c: move WASM2C_CFLAGS to end of compiler command line
Keith Winstein
2023-01-25
1
-2
/
+2
*
wasm2c: serialize types at wasm2c-time (#2120)
Keith Winstein
2023-01-25
1
-2
/
+0
*
Fix wasm2c test runner (#2131)
Sam Clegg
2023-01-18
1
-1
/
+1
*
wasm2c: Initial implementation of memory64 (#2086)
Sam Clegg
2023-01-12
1
-6
/
+15
*
run-spec-wasm2c.py: split `run_spec_tests` function if it's too long (#2077)
Keith Winstein
2022-11-28
1
-6
/
+21
*
Honor CC environment variable in test/run-spec-wasm2c.py (#2052)
Sam Clegg
2022-11-11
1
-0
/
+1
*
BinaryReaderIR: fix mis-binding of tags with debug name (#2040)
Keith Winstein
2022-11-04
1
-1
/
+3
*
wasm2c: implement the reference-types proposal (#1887)
Keith Winstein
2022-10-03
1
-3
/
+9
*
wasm2c: implement the bulk memory operations proposal (#1877)
Keith Winstein
2022-09-21
1
-0
/
+4
*
wasm2c: support for module instancing (#1814)
Yuhan Deng
2022-09-16
1
-12
/
+47
*
wasm2c: implement the exception-handling proposal (#1930)
Keith Winstein
2022-07-14
1
-0
/
+5
*
wasm2c: run tests with -O2 on non-Windows (#1939)
Keith Winstein
2022-07-11
1
-1
/
+8
*
run-spec-wasm2c.py: fix failure to free module #0 (NFC) (#1904)
Keith Winstein
2022-04-20
1
-1
/
+1
*
wasm2c: export free() function to free module state (#1901)
Keith Winstein
2022-04-14
1
-0
/
+5
*
wasm2c: Always use a module prefix and set one by default (#1897)
Sam Clegg
2022-04-14
1
-14
/
+16
*
Remove signature mangling from wasm2c output (#1896)
Sam Clegg
2022-04-14
1
-14
/
+1
*
wasm2c: use signal handler to detect stack exhaustion (#1875)
Keith Winstein
2022-04-04
1
-0
/
+1
*
Add windows implementation of wasm2c runtime (#1843)
Sam Clegg
2022-03-09
1
-14
/
+48
*
wasm2c: run older versions of some spec tests (#1853)
Keith Winstein
2022-03-08
1
-1
/
+5
*
Build and run wasm2c-generated code under sanitizers in CI. NFC (#1856)
Sam Clegg
2022-03-08
1
-0
/
+2
*
Avoid passing signed char to islpha family of function on windows (#1847)
Sam Clegg
2022-03-03
1
-7
/
+9
*
Fix compiler warnings in wasm2c output (#1844)
Sam Clegg
2022-03-02
1
-3
/
+8
*
wasm2c: run multi-memory tests (#1834)
Keith Winstein
2022-02-17
1
-1
/
+6
*
Update testsuite (#1738)
Sam Clegg
2021-10-18
1
-3
/
+8
*
Avoid race between tests introduced in #1731 (#1733)
Sam Clegg
2021-10-14
1
-5
/
+5
*
Avoid changing directory in run-spec-wasm2c.py and honor --print-cmd. NFC (#1...
Sam Clegg
2021-10-14
1
-15
/
+16
*
Enable reference types by default (#1729)
Sam Clegg
2021-10-13
1
-0
/
+1
*
Enable bulk memory by default (#1728)
Sam Clegg
2021-10-13
1
-0
/
+1
*
wasm2c: Support multi-value (#1686)
Soni L
2021-07-14
1
-1
/
+23
*
Remove support for python2 (#1321)
Sam Clegg
2020-01-31
1
-17
/
+4
*
Update testsuite (#1275)
Sam Clegg
2020-01-09
1
-33
/
+35
*
run-tests.py works properly with python3 (#1285)
Ben Smith
2020-01-08
1
-7
/
+8
*
Switch python indentation from 2-space to 4-space (#1145)
Sam Clegg
2019-08-15
1
-349
/
+349
*
Run flake8 on the whole repository (#1144)
Guanzhong Chen
2019-08-15
1
-4
/
+5
[next]