Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove legacy asm.js tests (#3260) | Sam Clegg | 2020-10-19 | 1 | -4/+0 |
| | | | I don't think these files have been referenced since #3042 landed. | ||||
* | Support 4GB Memories (#1702) | Alon Zakai | 2018-10-15 | 1 | -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. |