Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement custom section reading/writing (#2284) | Diego Frias | 2023-09-15 | 1 | -0/+6 |
| | |||||
* | 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 | -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 Clegg | 2023-04-20 | 1 | -1/+1 |
| | |||||
* | Move headers to include/wabt/ (#1998) | Alex Reinking | 2022-09-28 | 1 | -0/+424 |
This makes things easier for users and packagers of libwabt. |