| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add i32.xor | Xavier Del Campo Romero | 2025-11-15 | 1 | -0/+1 |
| | | |||||
| * | Add select operator | Xavier Del Campo Romero | 2025-11-15 | 1 | -0/+1 |
| | | |||||
| * | Check memory linear accesses are within bounds | Xavier Del Campo Romero | 2025-11-15 | 1 | -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_table | Xavier Del Campo Romero | 2025-11-15 | 1 | -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_str | Xavier Del Campo Romero | 2025-11-15 | 1 | -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 Romero | 2025-11-13 | 1 | -0/+2 |
| | | |||||
| * | Add i32_{gt,le}_{s,u} | Xavier Del Campo Romero | 2025-11-12 | 1 | -0/+4 |
| | | |||||
| * | Add current_memory and grow_memory operators | Xavier Del Campo Romero | 2025-11-10 | 1 | -0/+1 |
| | | |||||
| * | Add if and else operators | Xavier Del Campo Romero | 2025-11-10 | 1 | -1/+2 |
| | | |||||
| * | Add i32.lt_u | Xavier Del Campo Romero | 2025-11-09 | 1 | -0/+1 |
| | | |||||
| * | Add i32.shl | Xavier Del Campo Romero | 2025-11-09 | 1 | -0/+1 |
| | | |||||
| * | Add i32_store8 | Xavier Del Campo Romero | 2025-11-06 | 1 | -0/+1 |
| | | |||||
| * | First commit | Xavier Del Campo Romero | 2025-11-06 | 12 | -0/+570 |
