ladybird/Libraries/LibWasm/AbstractMachine
Ali Mohammad Pur d79d5b70a5 LibWasm: Validate indirect calls at runtime
This is required by the spec, and also unbreaks all of the call-indirect
wpt tests.
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: Validate indirect calls at runtime 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 Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
Interpreter.h LibWasm: Make traps hold on to externally-managed data 2025-04-22 08:43:46 -06:00
Operators.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
Validator.cpp Meta: Enforce newlines around namespaces 2025-05-14 02:01:59 -06:00
Validator.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00