aboutsummaryrefslogtreecommitdiff
path: root/src/interp/ops.c
Commit message (Collapse)AuthorAgeFilesLines
* Add i32.xorXavier Del Campo Romero2025-11-151-1/+1
|
* Add select operatorXavier Del Campo Romero2025-11-151-1/+1
|
* Add br_tableXavier Del Campo Romero2025-11-151-1/+1
| | | | | | | | | 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 Romero2025-11-131-2/+2
|
* Add i32_{gt,le}_{s,u}Xavier Del Campo Romero2025-11-121-4/+4
|
* Add current_memory and grow_memory operatorsXavier Del Campo Romero2025-11-101-2/+2
|
* Add if and else operatorsXavier Del Campo Romero2025-11-101-2/+2
|
* Add i32.lt_uXavier Del Campo Romero2025-11-091-1/+1
|
* Add i32.shlXavier Del Campo Romero2025-11-091-1/+1
|
* Add i32_store8Xavier Del Campo Romero2025-11-061-1/+1
|
* First commitXavier Del Campo Romero2025-11-061-0/+278