### Version 12 ### Platform ? ### Subsystem _No response_ ### What steps will reproduce the bug? I'm getting a few reports in https://github.com/guybedford/cjs-module-lexer/issues/61#issuecomment-925666019 that cpanel environments running Node.js 12 may be hitting a Wasm out of memory issue in the Wasm allocation requirements for the lexer. It is worth keeping an eye on these issues from a reliability perspective. Note this path is only hit when importing CommonJS from an ES module for the first time as well, so it won't be soon on all boots but only as users adopt ES modules. ### How often does it reproduce? Is there a required condition? It seems to be very low memory environments. ### What is the expected behavior? _No response_ ### What do you see instead? WebAssembly.instantiate throwing an out of memory error. ### Additional information _No response_