| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 |
