guybedford / es-module-lexer

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

Fix: Memory limits in asm.js build #107

Closed guybedford closed 2 years ago

guybedford commented 2 years ago

There was a regression in the asm.js build from the last work, resulting in stack memory limits being hit.

This resolves the allocation limits fixing overflow issues.