ladybird/Libraries/LibWasm/AbstractMachine
2025-10-15 01:26:29 +02:00
..
AbstractMachine.cpp LibWasm: Move the interpreter IP out of the configuration object 2025-08-26 15:20:33 +02:00
AbstractMachine.h LibWasm: Avoid frequent re/deallocations while validating expressions 2025-10-01 23:47:29 +02:00
BytecodeInterpreter.cpp LibWasm: Add support for proposal 'tail-call' 2025-10-15 01:26:29 +02:00
BytecodeInterpreter.h LibWasm: Add support for proposal 'tail-call' 2025-10-15 01:26:29 +02:00
Configuration.cpp LibWasm: Add support for proposal 'tail-call' 2025-10-15 01:26:29 +02:00
Configuration.h LibWasm: Add support for proposal 'tail-call' 2025-10-15 01:26:29 +02:00
Interpreter.h LibWasm: Make traps hold on to externally-managed data 2025-04-22 08:43:46 -06:00
Operators.h LibWasm: Fix Negate::name() to return "neg" 2025-09-06 01:06:58 +02:00
Validator.cpp LibWasm: Add support for proposal 'tail-call' 2025-10-15 01:26:29 +02:00
Validator.h LibWasm: Avoid frequent re/deallocations while validating expressions 2025-10-01 23:47:29 +02:00