summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Add ARM64 windows compatibility (#2140)Changqing Jing2023-02-091-2/+2
* wasm2c: serialize types at wasm2c-time (#2120)Keith Winstein2023-01-251-0/+31
* Use inline keyword over WABT_INLINE. NFC (#2092)Sam Clegg2022-12-022-4/+4
* Reduce code duplication in MemcpyEndianAware definition. NFC (#2087)Sam Clegg2022-12-012-20/+12
* Implement Relaxed SIMD proposal (#1994)Marcus Better2022-11-308-8/+92
* wasm2c: handle duplicate names across module fields (#2035)Keith Winstein2022-11-301-1/+1
* interp: Replace condition for including `type` field in `Value` (#2071)Remko Tronçon2022-11-161-1/+2
* Switch from `typedef` to using `using` in C++ code. NFC (#2066)Sam Clegg2022-11-1511-112/+112
* Prefer `constexpr` over `static const`. NFC (#2065)Sam Clegg2022-11-159-19/+19
* Use C++ versions of standard headers. NFC (#2064)Sam Clegg2022-11-154-6/+6
* add missing include (#2063)walkingeyerobot2022-11-151-0/+1
* Update testsuite (#2054)Sam Clegg2022-11-131-2/+5
* Convert type checks to assertions in the interpreter. NFC (#2055)Sam Clegg2022-11-111-1/+1
* Align `memory.copy` arg types with `memory64` proposal (#2024)Adam Bratschi-Kaye2022-11-011-1/+1
* Simplify part of type-checker. NFC (#2031)Sam Clegg2022-10-312-11/+1
* Fix WITH_WASI build (#2017)Sam Clegg2022-10-061-28/+0
* WastLexer: log lexing errors directly (#2013)Keith Winstein2022-10-031-6/+12
* Add tokens test + adjust Wast lexing to match updated spec (#2001)Keith Winstein2022-10-031-4/+8
* Move headers to include/wabt/ (#1998)Alex Reinking2022-09-2865-0/+12859