ladybird/Libraries/LibWasm/AbstractMachine
Undefine 07c86542b6 LibWasm: Properly read and validate limits for I64 memories and tables
Since memory64 got merged into the spec the minimum value for limits
is now actualy 64-bit and the maximum sizes for memories and tables
for I64 address types were increased.

Fixes 5 tests in memory64.wast nad 8 tests in table64.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: Properly read and validate limits for I64 memories and tables 2025-10-19 17:28:11 +02:00
Validator.h LibWasm: Properly read and validate limits for I64 memories and tables 2025-10-19 17:28:11 +02:00