summaryrefslogtreecommitdiff
path: root/include/wabt/ir.h
Commit message (Expand)AuthorAgeFilesLines
* binary/wat: Implement EHv4 (#2470)Soni L.2024-11-201-1/+28
* Add support for the custom-page-sizes proposal (#2502)Keith Winstein2024-11-081-0/+1
* wasm2c: Use wrappers for function references (#2465)Soni L.2024-09-231-0/+7
* wasm2c: implement the tail-call proposal (#2272)Keith Winstein2023-10-241-0/+14
* Implement custom section reading/writing (#2284)Diego Frias2023-09-151-0/+12
* Flip order of memory indexes on memory.copy (#2294)Keith Winstein2023-09-111-5/+5
* wasm2c: partial support for atomic memory opsShravan Narayan2023-05-171-0/+1
* Track use of SIMD and exceptions in IR, and CWriter includes support only if ...Keith Winstein2023-05-081-0/+8
* Implement Relaxed SIMD proposal (#1994)Marcus Better2022-11-301-1/+49
* Switch from `typedef` to using `using` in C++ code. NFC (#2066)Sam Clegg2022-11-151-74/+74
* Prefer `constexpr` over `static const`. NFC (#2065)Sam Clegg2022-11-151-1/+1
* Move headers to include/wabt/ (#1998)Alex Reinking2022-09-281-0/+1435