summaryrefslogtreecommitdiff
path: root/test/empty_4GB.asm.js
Commit message (Collapse)AuthorAgeFilesLines
* Remove legacy asm.js tests (#3260)Sam Clegg2020-10-191-4/+0
| | | I don't think these files have been referenced since #3042 landed.
* 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.