ladybird/Userland/Libraries/LibWasm/AbstractMachine
Diego cf6aa77816 LibWasm: Fix memory limits validator discrepancy
The spec allows the maximum size of the linear memory to be 2^16.
However, we previously only allowed 2^16-1, which caused a spec
compliance issue.
2024-06-01 00:28:48 +02:00
..
AbstractMachine.cpp LibWasm: Remove uses of AK::Result 2024-03-12 17:10:47 +01:00
AbstractMachine.h LibWasm: Fix reference-to-stack-local from {Memory,Table}Instance 2024-03-30 21:21:23 +01:00
BytecodeInterpreter.cpp LibWasm: Remove uses of AK::Result 2024-03-12 17:10:47 +01:00
BytecodeInterpreter.h LibWasm: Implement 15 more SIMD instructions 2024-02-18 23:50:50 +01:00
Configuration.cpp
Configuration.h
Interpreter.h
Operators.h LibWasm: Remove uses of AK::Result 2024-03-12 17:10:47 +01:00
Validator.cpp LibWasm: Fix memory limits validator discrepancy 2024-06-01 00:28:48 +02:00
Validator.h LibWasm: Fix memory limits validator discrepancy 2024-06-01 00:28:48 +02:00