Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | binary/wat: Implement EHv4 (#2470) | Soni L. | 2024-11-20 | 1 | -0/+5 |
| | | | | This pull request implements EHv4. Binary is mostly untested until interp is working. | ||||
* | Add support for the custom-page-sizes proposal (#2502) | Keith Winstein | 2024-11-08 | 1 | -2/+5 |
| | | | | This adds support in the binary/text parsers and writers, the validator and interpreter, and objdump (but not wasm2c). | ||||
* | wasm-interp: Fix catch handlers correctly (#2483) | Soni L. | 2024-10-07 | 1 | -0/+1 |
| | | | local decl count != local count | ||||
* | Implement custom section reading/writing (#2284) | Diego Frias | 2023-09-15 | 1 | -0/+9 |
| | |||||
* | Flip order of memory indexes on memory.copy (#2294) | Keith Winstein | 2023-09-11 | 1 | -1/+1 |
| | | | | Reflects change in the multi-memory proposal: https://github.com/WebAssembly/multi-memory/pull/29 | ||||
* | Share reading/validation code between elem exprs & other const exprs (#2288) | Keith Winstein | 2023-09-06 | 1 | -4/+2 |
| | | | | | | This continues the work from #1783 and reduces special handling of elem exprs, by treating them the same as other const expressions (init expressions). | ||||
* | wasm-objdump: Include function names in "init functions" subsection (#2202) | Sam Clegg | 2023-04-20 | 1 | -1/+1 |
| | |||||
* | Move headers to include/wabt/ (#1998) | Alex Reinking | 2022-09-28 | 1 | -0/+589 |
This makes things easier for users and packagers of libwabt. |