summaryrefslogtreecommitdiff
path: root/include/wabt/common.h
Commit message (Expand)AuthorAgeFilesLines
* binary/wat: Implement EHv4 (#2470)Soni L.2024-11-201-0/+8
* Add support for the custom-page-sizes proposal (#2502)Keith Winstein2024-11-081-8/+12
* Add missing relocation types (and delete a non-existent one) (#2457)SingleAccretion2024-08-291-2/+6
* Add support for new WASM_SEGMENT_FLAG_RETAIN segment flag (#2399)Yuta Saito2024-03-111-0/+1
* Add support for new WASM_SYMBOL_ABS symbol flag (#2305)Sam Clegg2023-11-281-1/+2
* C++20 compatibility fixesShravan Narayan2023-07-021-1/+1
* Replace MakeUnique with c++14 std::make_unique (#2152)Keith Winstein2023-02-271-1/+0
* Use inline keyword over WABT_INLINE. NFC (#2092)Sam Clegg2022-12-021-3/+3
* Reduce code duplication in MemcpyEndianAware definition. NFC (#2087)Sam Clegg2022-12-011-10/+2
* Prefer `constexpr` over `static const`. NFC (#2065)Sam Clegg2022-11-151-3/+3
* Move headers to include/wabt/ (#1998)Alex Reinking2022-09-281-0/+465