ladybird/Libraries/LibWasm/AbstractMachine
Ali Mohammad Pur 92c0cbc453 LibWasm+LibWeb: Stub wasm-gc's heap reference types
WPT inserts these into all modules regardless of whether they're used,
so let's just parse and ignore them.
2025-10-15 01:26:29 +02:00
..
AbstractMachine.cpp LibWasm: Implement parsing/validation for proposal exception-handling 2025-10-15 01:26:29 +02:00
AbstractMachine.h LibWasm+LibWeb: Stub wasm-gc's heap reference types 2025-10-15 01:26:29 +02:00
BytecodeInterpreter.cpp LibWasm: Implement parsing/validation for proposal exception-handling 2025-10-15 01:26:29 +02:00
BytecodeInterpreter.h LibWasm: Implement proposal 'relaxed-simd' 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: Implement proposal 'relaxed-simd' 2025-10-15 01:26:29 +02:00
Validator.cpp LibWasm: Implement parsing/validation for proposal exception-handling 2025-10-15 01:26:29 +02:00
Validator.h LibWasm: Implement parsing/validation for proposal exception-handling 2025-10-15 01:26:29 +02:00