1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-21 15:25:07 +00:00
serenity/Userland/Libraries/LibWasm/AbstractMachine
Ali Mohammad Pur b538e15548 LibWasm: Give traps a reason and display it when needed
This makes debugging wasm code a bit easier, as we now know what fails
instead of just "too bad, something went wrong".
2021-07-02 04:53:01 +04:30
..
AbstractMachine.cpp LibWasm: Give traps a reason and display it when needed 2021-07-02 04:53:01 +04:30
AbstractMachine.h LibWasm: Give traps a reason and display it when needed 2021-07-02 04:53:01 +04:30
BytecodeInterpreter.cpp LibWasm: Give traps a reason and display it when needed 2021-07-02 04:53:01 +04:30
BytecodeInterpreter.h LibWasm: Give traps a reason and display it when needed 2021-07-02 04:53:01 +04:30
Configuration.cpp LibWasm: Give traps a reason and display it when needed 2021-07-02 04:53:01 +04:30
Configuration.h LibWasm: ALWAYS_INLINE some very hot functions 2021-06-09 23:05:32 +04:30
Interpreter.h LibWasm: Give traps a reason and display it when needed 2021-07-02 04:53:01 +04:30