ladybird/Libraries/LibWasm/AbstractMachine
Ali Mohammad Pur b97ad99014 LibWasm: Remove unnecessary C-style casts
Or replace them with static-cast when necessary.
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 LibWasm: Give some inline capacity to the frame and label stacks 2025-08-08 12:54:06 +02:00
BytecodeInterpreter.cpp LibWasm: Remove unnecessary C-style casts 2025-08-08 12:54:06 +02:00
BytecodeInterpreter.h LibWasm: Try really hard to avoid touching the value stack 2025-08-08 12:54:06 +02:00
Configuration.cpp LibWasm: Try really hard to avoid touching the value stack 2025-08-08 12:54:06 +02:00
Configuration.h LibWasm: Try really hard to avoid touching the value stack 2025-08-08 12:54:06 +02:00
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 LibWasm: Try really hard to avoid touching the value stack 2025-08-08 12:54:06 +02:00
Validator.h LibWasm: Hold on to the stack depth for expressions in the validator 2025-08-08 12:54:06 +02:00