1
0
Fork 0
mirror of https://github.com/LadybirdBrowser/ladybird.git synced 2025-06-08 05:27:14 +09:00
ladybird/Libraries/LibWasm/AbstractMachine
Ali Mohammad Pur 83995ada1f LibWasm: Quit early in memory_fill if store_to_memory traps
We shouldn't try to run the next 'instruction' if we trap.
Unbreaks the memory-fill test in wpt.
2025-05-22 07:35:58 +01:00
..
AbstractMachine.cpp Meta: Enforce newlines around namespaces 2025-05-14 02:01:59 -06:00
AbstractMachine.h LibWasm: Make traps hold on to externally-managed data 2025-04-22 08:43:46 -06:00
BytecodeInterpreter.cpp LibWasm: Quit early in memory_fill if store_to_memory traps 2025-05-22 07:35:58 +01:00
BytecodeInterpreter.h LibWasm: Validate indirect calls at runtime 2025-05-22 07:35:58 +01:00
Configuration.cpp LibWasm: Make traps hold on to externally-managed data 2025-04-22 08:43:46 -06:00
Configuration.h
Interpreter.h LibWasm: Make traps hold on to externally-managed data 2025-04-22 08:43:46 -06:00
Operators.h
Validator.cpp Meta: Enforce newlines around namespaces 2025-05-14 02:01:59 -06:00
Validator.h