2 Commits

Author SHA1 Message Date
Jérôme Vouillon
fcd8dfe7dd
Binary parser: Lift the limit on the number of locals (#6973)
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.
2024-09-30 12:37:09 -07:00
Alon Zakai
e8884de3c8
Warn on too many parameters for Web VMs (#5119)
Fixes emscripten-core/emscripten#17988
2022-10-06 18:30:27 +00:00