summaryrefslogtreecommitdiff
path: root/include/wabt/interp
Commit message (Expand)AuthorAgeFilesLines
* interp: Implement EHv4 (#2512)Soni L.2024-11-201-0/+2
* Add support for the custom-page-sizes proposal (#2502)Keith Winstein2024-11-082-4/+6
* Update testsuite and implement table64 (#2418)Sam Clegg2024-05-151-0/+3
* Share reading/validation code between elem exprs & other const exprs (#2288)Keith Winstein2023-09-061-8/+2
* C++20 compatibility fixesShravan Narayan2023-07-021-2/+2
* Add ARM64 windows compatibility (#2140)Changqing Jing2023-02-091-2/+2
* Reduce code duplication in MemcpyEndianAware definition. NFC (#2087)Sam Clegg2022-12-011-10/+10
* Implement Relaxed SIMD proposal (#1994)Marcus Better2022-11-301-0/+6
* interp: Replace condition for including `type` field in `Value` (#2071)Remko Tronçon2022-11-161-1/+2
* Prefer `constexpr` over `static const`. NFC (#2065)Sam Clegg2022-11-152-6/+6
* Convert type checks to assertions in the interpreter. NFC (#2055)Sam Clegg2022-11-111-1/+1
* Fix WITH_WASI build (#2017)Sam Clegg2022-10-061-28/+0
* Move headers to include/wabt/ (#1998)Alex Reinking2022-09-288-0/+3016