summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Issue a nicer error message on wasm components. (#2515)Dan Gohman2024-12-061-0/+2
* interp: Implement EHv4 (#2512)Soni L.2024-11-201-0/+2
* binary/wat: Implement EHv4 (#2470)Soni L.2024-11-2011-1/+77
* Add support for the custom-page-sizes proposal (#2502)Keith Winstein2024-11-0812-20/+44
* [EH] Fix exnref's opcode (#2492)Heejin Ahn2024-10-211-1/+1
* type.h: Introduce ExnRef (#2489)Soni L.2024-10-171-1/+5
* wasm-interp: Fix catch handlers correctly (#2483)Soni L.2024-10-073-0/+3
* wasm2c: Use wrappers for function references (#2465)Soni L.2024-09-231-0/+7
* Add missing relocation types (and delete a non-existent one) (#2457)SingleAccretion2024-08-291-2/+6
* Avoid creating temporary vector copies when checking signature (#2435)Michael Bradshaw2024-06-241-0/+4
* Update opcode.def (#2434)ttt2024-06-221-14/+14
* Fix typo in token.def (#2433)Michael Bradshaw2024-06-211-1/+1
* Update testsuite and implement table64 (#2418)Sam Clegg2024-05-152-9/+13
* Update testsuite and corresponding update to comment parser (#2416)Sam Clegg2024-05-131-2/+2
* Add support for new WASM_SEGMENT_FLAG_RETAIN segment flag (#2399)Yuta Saito2024-03-111-0/+1
* Fix some whitespace in opcode.def. NFC (#2350)Sam Clegg2023-12-091-4/+4
* Add support for new WASM_SYMBOL_ABS symbol flag (#2305)Sam Clegg2023-11-281-1/+2
* Update ID for tag name subsection (#2336)Michael Williamson2023-11-271-6/+2
* wasm2c: implement the tail-call proposal (#2272)Keith Winstein2023-10-242-0/+15
* Rename wasm-opcodecnt to wasm-stats (#2298)Soni L2023-09-191-0/+0
* WastParser: replace CircularArray with internal TokenQueue (NFC) (#2300)Keith Winstein2023-09-182-125/+16
* Implement custom section reading/writing (#2284)Diego Frias2023-09-156-0/+41
* Flip order of memory indexes on memory.copy (#2294)Keith Winstein2023-09-116-10/+10
* Share reading/validation code between elem exprs & other const exprs (#2288)Keith Winstein2023-09-066-23/+9
* C++20 compatibility fixesShravan Narayan2023-07-022-3/+3
* wasm-objdump: Fix local numbering in disassembly (#2265)Michael Williamson2023-06-271-0/+1
* memory64: when enabled, check offset range at validation-time (#2253)Keith Winstein2023-06-121-10/+49
* WastParser: allow empty modules/scripts with warning (#2248)Keith Winstein2023-06-071-0/+1
* 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-082-2/+8
* wasm2c: Enable exceptions and simd according to command line flagsShravan Narayan2023-05-021-0/+3
* wasm-objdump: Include function names in "init functions" subsection (#2202)Sam Clegg2023-04-203-3/+3
* wasm2c: multiple .c outputs (#2146)Yuhan Deng2023-04-051-1/+18
* Improve lexing and parsing of invalid annotations (again) (#2166)Keith Winstein2023-03-101-1/+1
* Always do a full roundtrip in run-roundtrip.py (#1661)Sam Clegg2023-02-281-0/+4
* Replace MakeUnique with c++14 std::make_unique (#2152)Keith Winstein2023-02-275-53/+8
* 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