Age | Commit message (Expand) | Author |
---|---|---|
2025-05-20 | refactor: have instructions in array instead of switch-case | Orangerot |
2025-05-15 | refactor: get rid of warnings | Orangerot |
2025-05-15 | feat: local function variables on stack | Orangerot |
2025-05-14 | feat: store func_type; implement function paramters and results on stack | Orangerot |
2025-05-12 | feat: use types of values in stack and instructions | Orangerot |
2025-05-10 | Add parsing of export table | CSDUMMI |
2025-05-10 | Fix buffer overflow error by only supplying st_size to fread once | CSDUMMI |
2025-05-10 | Use u_char instead of char to avoid buffer overflow error | CSDUMMI |
2025-05-10 | Initial Commit | Orangerot |