wai.h

WASM Interpreter
git clone git://source.orangerot.dev:/wai.h.git
Log | Files | Refs | README | LICENSE

DateCommit messageAuthorFiles+-
2025-05-22 03:50refactor: have instruction as macro to generate enum, functions and arrayOrangerot1+95-78
2025-05-20 12:44refactor: have instructions in array instead of switch-caseOrangerot1+97-97
2025-05-15 20:25refactor: get rid of warningsOrangerot1+18-21
2025-05-15 19:58feat: local function variables on stackOrangerot1+22-18
2025-05-14 15:43feat: store func_type; implement function paramters and results on stackOrangerot2+236-112
2025-05-11 22:52feat: use types of values in stack and instructionsOrangerot1+119-39
2025-05-10 17:47Add parsing of export tableCSDUMMI1+32-9
2025-05-10 16:42Fix buffer overflow error by only supplying st_size to fread onceCSDUMMI2+2-4
2025-05-10 15:47Use u_char instead of char to avoid buffer overflow errorCSDUMMI1+11-11
2025-05-10 15:45doc: add README and gitignoreOrangerot2+38-0
2025-05-10 15:19Initial CommitOrangerot4+1074-0