aboutsummaryrefslogtreecommitdiff
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
* Add select operatorXavier Del Campo Romero2025-11-151-0/+10
|
* Add br_tableXavier Del Campo Romero2025-11-151-1/+10
| | | | | | | | | 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.
* Fix prev_opXavier Del Campo Romero2025-11-121-1/+1
| | | | | | | | Assigning prev_op inside nwp_execute defeated the purpose because this function is meant to start the state machine for the given instruction. In other words, inspecting prev_op would in fact return the current opcode, instead of the previous opcode.
* Add current_memory and grow_memory operatorsXavier Del Campo Romero2025-11-101-0/+13
|
* Add if and else operatorsXavier Del Campo Romero2025-11-101-1/+10
|
* types.h: Formatting changesXavier Del Campo Romero2025-11-091-1/+1
|
* Add i32_store8Xavier Del Campo Romero2025-11-061-0/+1
|
* First commitXavier Del Campo Romero2025-11-065-0/+940