ladybird/Libraries/LibWasm/AbstractMachine
Ali Mohammad Pur 292688e249 LibWasm: Validate tables, memories, globals, elements and data correctly
These sections are supposed to be validated with only the imported
globals.
2025-05-08 03:35:11 -06:00
..
AbstractMachine.cpp LibWasm: Make traps hold on to externally-managed data 2025-04-22 08:43:46 -06:00
AbstractMachine.h LibWasm: Make traps hold on to externally-managed data 2025-04-22 08:43:46 -06:00
BytecodeInterpreter.cpp LibWasm: Make traps hold on to externally-managed data 2025-04-22 08:43:46 -06:00
BytecodeInterpreter.h LibWasm: Make traps hold on to externally-managed data 2025-04-22 08:43:46 -06: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 LibWasm: Validate tables, memories, globals, elements and data correctly 2025-05-08 03:35:11 -06:00
Validator.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00