ladybird/Libraries/LibWasm/AbstractMachine
Undefine 7bccd65b4a LibWasm: Make sure try_table creates a new frame while validating
The spec says that while validating this opcode a new label should
be pushed.

Fixes a crash in instance.wast on WPT.
2025-10-19 17:28:11 +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: Cast to long double before checking if trunactions is in range 2025-10-19 17:28:11 +02:00
Validator.cpp LibWasm: Make sure try_table creates a new frame while validating 2025-10-19 17:28:11 +02:00
Validator.h LibWasm: Make sure try_table creates a new frame while validating 2025-10-19 17:28:11 +02:00