summaryrefslogtreecommitdiff
path: root/wai.c
AgeCommit message (Expand)Author
2025-05-20refactor: have instructions in array instead of switch-caseOrangerot
2025-05-15refactor: get rid of warningsOrangerot
2025-05-15feat: local function variables on stackOrangerot
2025-05-14feat: store func_type; implement function paramters and results on stackOrangerot
2025-05-12feat: use types of values in stack and instructionsOrangerot
2025-05-10Add parsing of export tableCSDUMMI
2025-05-10Fix buffer overflow error by only supplying st_size to fread onceCSDUMMI
2025-05-10Use u_char instead of char to avoid buffer overflow errorCSDUMMI
2025-05-10Initial CommitOrangerot