| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add select operator | Xavier Del Campo Romero | 2025-11-15 | 1 | -0/+10 |
| | | |||||
| * | Add br_table | Xavier Del Campo Romero | 2025-11-15 | 1 | -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_op | Xavier Del Campo Romero | 2025-11-12 | 1 | -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 operators | Xavier Del Campo Romero | 2025-11-10 | 1 | -0/+13 |
| | | |||||
| * | Add if and else operators | Xavier Del Campo Romero | 2025-11-10 | 1 | -1/+10 |
| | | |||||
| * | types.h: Formatting changes | Xavier Del Campo Romero | 2025-11-09 | 1 | -1/+1 |
| | | |||||
| * | Add i32_store8 | Xavier Del Campo Romero | 2025-11-06 | 1 | -0/+1 |
| | | |||||
| * | First commit | Xavier Del Campo Romero | 2025-11-06 | 5 | -0/+940 |
