summaryrefslogtreecommitdiff
path: root/test/empty_4GB.asm.js
Commit message (Collapse)AuthorAgeFilesLines
* Support 4GB Memories (#1702)Alon Zakai2018-10-151-0/+4
This fixes asm2wasm parsing of the max to allow 4GB, and also changes the internal Memory::kMaxValue values to reflect that. We used to use kMaxValue to also represent "no limit", so I split that out into kUnlimitedValue.