summaryrefslogtreecommitdiff
path: root/include/wabt/binary-reader-logging.h
Commit message (Collapse)AuthorAgeFilesLines
* Implement custom section reading/writing (#2284)Diego Frias2023-09-151-0/+6
|
* 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-3/+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/+424
This makes things easier for users and packagers of libwabt.