| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Check memory linear accesses are within bounds | Xavier Del Campo Romero | 2025-11-15 | 4 | -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 commit | Xavier Del Campo Romero | 2025-11-06 | 3 | -0/+90 |
