ladybird/Userland/Libraries/LibWasm/AbstractMachine
Ali Mohammad Pur 06ffc0c4db LibWasm: Don't create useless temporary strings for trap reasons
These strings are only used when execution traps, so there's no reason
to create actual strings until that happens; instead switch to using
StringViews.
2021-07-06 17:55:00 +04:30
..
AbstractMachine.cpp LibWasm: Fix data section initialization bounds checking 2021-07-06 17:55:00 +04:30
AbstractMachine.h LibWasm: Limit module memory to 65536 pages 2021-07-06 17:55:00 +04:30
BytecodeInterpreter.cpp LibWasm: Don't create useless temporary strings for trap reasons 2021-07-06 17:55:00 +04:30
BytecodeInterpreter.h LibWasm: Don't create useless temporary strings for trap reasons 2021-07-06 17:55:00 +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