ladybird/Libraries/LibWasm/AbstractMachine
Luke Wilde 1ff15a3b44 LibWasm: Add missing tag section validation
This also removes the duplicate tag type.
2026-01-08 18:49:24 +01:00
..
AbstractMachine.cpp LibWasm: Better handle oversized table allocation requests 2025-12-12 19:12:53 +01:00
AbstractMachine.h LibWasm+LibWeb: Stub wasm-gc's heap reference types 2025-10-15 01:26:29 +02:00
BytecodeInterpreter.cpp LibWasm: Implement (n)madd/vetor dot arguments the right way 2025-12-12 19:12:53 +01: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 (n)madd/vetor dot arguments the right way 2025-12-12 19:12:53 +01:00
Validator.cpp LibWasm: Add missing tag section validation 2026-01-08 18:49:24 +01:00
Validator.h LibWasm: Make sure try_table creates a new frame while validating 2025-10-19 17:28:11 +02:00