Age | Commit message (Expand) | Author |
---|---|---|
2021-09-05 | LibWasm: Move the vector size limit to Constants.h and increase it a bit | Ali Mohammad Pur |
2021-08-31 | LibWasm: Limit the number of function locals | Ali Mohammad Pur |
2021-07-12 | LibWasm: Use AK::StackInfo to track stack size | Ali Mohammad Pur |
2021-07-06 | LibWasm: Tweak the implementation-defined limits a bit | Ali Mohammad Pur |
2021-07-02 | LibWasm: Give traps a reason and display it when needed | Ali Mohammad Pur |
2021-06-22 | LibWasm: Limit the call stack depth and the number of executed insts | Ali Mohammad Pur |
2021-05-17 | LibWasm: Implement memory.grow, memory.size and drop | Ali Mohammad Pur |
2021-05-08 | LibWasm: Start implementing a basic WebAssembly binary format parser | Ali Mohammad Pur |