guybedford / es-module-lexer

Low-overhead lexer dedicated to ES module parsing for fast analysis
MIT License
917 stars 48 forks source link

fix: asm.js memory allocations #109

Closed guybedford closed 2 years ago

guybedford commented 2 years ago

This refines the asm.js stack allocation sizes, including providing a constant stack size for the primary execution stack and allowing for ~4000 imports in the analysis.

There are also some minor footprint reductions.