Age | Commit message (Expand) | Author |
---|---|---|
2021-08-12 | LibWasm: Replace memory write macros with templated functions | Ali Mohammad Pur |
2021-08-12 | LibWasm: Replace the numeric operation macros with templated functions | Ali Mohammad Pur |
2021-07-17 | LibWasm: Inline some very hot functions | Ali Mohammad Pur |
2021-07-17 | Revert "LibWasm: Some more performance stuff (#8812)" | Ali Mohammad Pur |
2021-07-17 | LibWasm: Some more performance stuff (#8812) | Ali Mohammad Pur |
2021-07-12 | LibWasm: Use AK::StackInfo to track stack size | Ali Mohammad Pur |
2021-07-06 | LibWasm: Don't create useless temporary strings for trap reasons | Ali Mohammad Pur |
2021-07-02 | LibWasm: Give traps a reason and display it when needed | Ali Mohammad Pur |
2021-06-05 | LibWasm: Move Wasm::BytecodeInterpreter into its own header | Sahan Fernando |