summaryrefslogtreecommitdiff
path: root/test/unit/test_web_limitations.py
Commit message (Collapse)AuthorAgeFilesLines
* Binary parser: Lift the limit on the number of locals (#6973)Jérôme Vouillon2024-09-301-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 Zakai2022-10-061-0/+22
Fixes emscripten-core/emscripten#17988