You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Whenever I update Node.js for use in the Emscripten project, I struggle to find which operating system versions are the minimum requirements for Node.js
For example, Node.js 24.7.0: does it work on macOS 11? does it run on Windows 10 version 21H1 (build 19043) for X64 arch? does it target Windows 11 21H2 (build 22000) for Windows on Arm64? Should it support armv7l?
It would be great for each Node.js doc page (e.g. https://nodejs.org/docs/latest/api/ ) to have a section "Minimum Required Operating System Versions" to make this easier to discover.