aboutsummaryrefslogtreecommitdiff
path: root/private_include
Commit message (Collapse)AuthorAgeFilesLines
* Add i32.xorXavier Del Campo Romero2025-11-151-0/+1
|
* Add select operatorXavier Del Campo Romero2025-11-151-0/+1
|
* Check memory linear accesses are within boundsXavier Del Campo Romero2025-11-151-0/+1
| | | | | | | | | 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.
* Add br_tableXavier Del Campo Romero2025-11-151-1/+2
| | | | | | | | | br_table is in fact a generalization of other branch types like br or br_if, since br_table contains several branches for the same pc inside the nw_lo section. Therefore, this kind of branch forced some changes to nwp_break and those relying on it.
* Add nwp_type_strXavier Del Campo Romero2025-11-151-0/+1
| | | | | This private function allows to decode an enum nw_type to a human-readable string.
* Add i32.shr_{s,u}Xavier Del Campo Romero2025-11-131-0/+2
|
* Add i32_{gt,le}_{s,u}Xavier Del Campo Romero2025-11-121-0/+4
|
* Add current_memory and grow_memory operatorsXavier Del Campo Romero2025-11-101-0/+1
|
* Add if and else operatorsXavier Del Campo Romero2025-11-101-1/+2
|
* Add i32.lt_uXavier Del Campo Romero2025-11-091-0/+1
|
* Add i32.shlXavier Del Campo Romero2025-11-091-0/+1
|
* Add i32_store8Xavier Del Campo Romero2025-11-061-0/+1
|
* First commitXavier Del Campo Romero2025-11-0612-0/+570