| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add i32.xor | Xavier Del Campo Romero | 2025-11-15 | 2 | -0/+24 |
| | | |||||
| * | Add select operator | Xavier Del Campo Romero | 2025-11-15 | 2 | -0/+120 |
| | | |||||
| * | Add br_table | Xavier Del Campo Romero | 2025-11-15 | 6 | -4/+103 |
| | | | | | | | | | | 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 i32.shr_{s,u} | Xavier Del Campo Romero | 2025-11-13 | 3 | -0/+48 |
| | | |||||
| * | Add i32_{gt,le}_{s,u} | Xavier Del Campo Romero | 2025-11-12 | 5 | -0/+96 |
| | | |||||
| * | Do not explicitly initialize static variables to zero | Xavier Del Campo Romero | 2025-11-10 | 11 | -11/+11 |
| | | | | | This is redundant according to the C standard. | ||||
| * | Add current_memory and grow_memory operators | Xavier Del Campo Romero | 2025-11-10 | 3 | -0/+153 |
| | | |||||
| * | Add if and else operators | Xavier Del Campo Romero | 2025-11-10 | 5 | -2/+80 |
| | | |||||
| * | Add i32.lt_u | Xavier Del Campo Romero | 2025-11-09 | 2 | -0/+24 |
| | | |||||
| * | Add i32.shl | Xavier Del Campo Romero | 2025-11-09 | 2 | -0/+24 |
| | | |||||
| * | br_if.c: Consider both MSB and LSB for i64 | Xavier Del Campo Romero | 2025-11-07 | 1 | -1/+1 |
| | | | | | | Otherwise, values such as 0x100000000 (i.e., the 32th-bit is set) would not cause a branch because only the lower 32 bits would be tested. | ||||
| * | Add i32_store8 | Xavier Del Campo Romero | 2025-11-06 | 2 | -0/+91 |
| | | |||||
| * | First commit | Xavier Del Campo Romero | 2025-11-06 | 51 | -0/+2635 |
