aboutsummaryrefslogtreecommitdiff
path: root/src/interp
Commit message (Collapse)AuthorAgeFilesLines
* Fix prev_opXavier Del Campo Romero2025-11-122-2/+5
| | | | | | | | 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 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-0627-0/+1275