summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWasm/Constants.h
AgeCommit message (Expand)Author
2021-09-05LibWasm: Move the vector size limit to Constants.h and increase it a bitAli Mohammad Pur
2021-08-31LibWasm: Limit the number of function localsAli Mohammad Pur
2021-07-12LibWasm: Use AK::StackInfo to track stack sizeAli Mohammad Pur
2021-07-06LibWasm: Tweak the implementation-defined limits a bitAli Mohammad Pur
2021-07-02LibWasm: Give traps a reason and display it when neededAli Mohammad Pur
2021-06-22LibWasm: Limit the call stack depth and the number of executed instsAli Mohammad Pur
2021-05-17LibWasm: Implement memory.grow, memory.size and dropAli Mohammad Pur
2021-05-08LibWasm: Start implementing a basic WebAssembly binary format parserAli Mohammad Pur