aboutsummaryrefslogtreecommitdiff
path: root/src/op
Commit message (Collapse)AuthorAgeFilesLines
* Add if and else operatorsXavier Del Campo Romero2025-11-105-2/+80
|
* Add i32.lt_uXavier Del Campo Romero2025-11-092-0/+24
|
* Add i32.shlXavier Del Campo Romero2025-11-092-0/+24
|
* br_if.c: Consider both MSB and LSB for i64Xavier Del Campo Romero2025-11-071-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_store8Xavier Del Campo Romero2025-11-062-0/+91
|
* First commitXavier Del Campo Romero2025-11-0651-0/+2635