| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | call_import.c: Fix prev_ret | Xavier Del Campo Romero | 2025-11-12 | 1 | -2/+8 |
| | | | | | | | | So far, this variable was only being assigned by unwind.c, which is called only for WebAssembly functions. However, it is still mandatory to report the last returned value from imported functions, too, as prev_ret is relied upon by operators such as `drop`. | ||||
| * | call_import.c: Always set ci->pc | Xavier Del Campo Romero | 2025-11-09 | 1 | -2/+2 |
| | | | | | | | Otherwise, imports without parameters would jump to `call` directly without assigning ci->pc first, so that nwp_interp_resume would read incorrectly from offset 0. | ||||
| * | First commit | Xavier Del Campo Romero | 2025-11-06 | 1 | -0/+477 |
