aboutsummaryrefslogtreecommitdiff
path: root/src/interp/linear/load.c
Commit message (Collapse)AuthorAgeFilesLines
* Check memory linear accesses are within boundsXavier Del Campo Romero2025-11-151-1/+16
| | | | | | | | | 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-061-0/+39