ladybird/Libraries/LibWasm/AbstractMachine
2025-08-08 12:54:06 +02:00
..
AbstractMachine.cpp LibWeb+LibWasm: Reject module instantiation with correct error type 2025-07-25 15:13:28 +02:00
AbstractMachine.h LibWeb+LibWasm: Reject module instantiation with correct error type 2025-07-25 15:13:28 +02: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: Avoid repeated shrinkage of value stack 2025-08-08 12:54:06 +02:00
Configuration.h
Interpreter.h LibWasm: Make traps hold on to externally-managed data 2025-04-22 08:43:46 -06:00
Operators.h LibWasm: Return canonical NaN for min/max/floor/ceil/truncate operations 2025-07-27 15:35:28 +02:00
Validator.cpp Meta: Enforce newlines around namespaces 2025-05-14 02:01:59 -06:00
Validator.h