aboutsummaryrefslogtreecommitdiff
path: root/src/interp/linear
Commit message (Collapse)AuthorAgeFilesLines
* Check memory linear accesses are within boundsXavier Del Campo Romero2025-11-154-2/+55
| | | | | | | | | WebAssembly defines how many pages of linear memory are owned by the instance on startup. This limit can then be bumped via the grow_memory operator. Therefore, accesses outside the defined bounds are considered an exception.
* First commitXavier Del Campo Romero2025-11-063-0/+90