mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-14 10:56:35 +02:00
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.