summaryrefslogtreecommitdiff
path: root/include/wabt/binary-reader-nop.h
Commit message (Collapse)AuthorAgeFilesLines
* binary/wat: Implement EHv4 (#2470)Soni L.2024-11-201-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 Winstein2024-11-081-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-071-0/+1
| | | local decl count != local count
* Implement custom section reading/writing (#2284)Diego Frias2023-09-151-0/+9
|
* Flip order of memory indexes on memory.copy (#2294)Keith Winstein2023-09-111-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 Winstein2023-09-061-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 Clegg2023-04-201-1/+1
|
* Move headers to include/wabt/ (#1998)Alex Reinking2022-09-281-0/+589
This makes things easier for users and packagers of libwabt.