Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Binary parser: Lift the limit on the number of locals (#6973) | Jérôme Vouillon | 2024-09-30 | 1 | -0/+16 |
| | | | | | | | This raises the number of locals accepted by the binary parser to the absolute limit in the spec. A warning is now printed when writing a binary file if the Web limit of 50,000 locals is exceeded. Fixes #6968. | ||||
* | Warn on too many parameters for Web VMs (#5119) | Alon Zakai | 2022-10-06 | 1 | -0/+22 |
Fixes emscripten-core/emscripten#17988 |