When running solc-js tests on Node.js v25+, compilation of older Solidity compiler versions (e.g., v0.4.20) fails with a RangeError: Maximum call stack size exceeded error. The issue affects older Emscripten-compiled soljson.js binaries. Node.js v24 and earlier seems to work correctly.