Closed VirtualTim closed 2 days ago
Default MIN_NODE_VERSION does not match the minimum version reported in the release notes.
MIN_NODE_VERSION
In settings.js we have: https://github.com/emscripten-core/emscripten/blob/06cebfca51f908d3bc6897113330e45a77010db2/src/settings.js#L1930-L1931
In the release notes we have (3.1.48): https://github.com/emscripten-core/emscripten/blob/06cebfca51f908d3bc6897113330e45a77010db2/ChangeLog.md?plain=1#L420-L422 and (3.1.42): https://github.com/emscripten-core/emscripten/blob/06cebfca51f908d3bc6897113330e45a77010db2/ChangeLog.md?plain=1#L531-L534
I'm assuming that MIN_NODE_VERSION in settings.js should just be changed to 162000, and the comment updated.
Actually, re-reading things again, I think it might be correct as is. One node is the internal NodsJS Emscripten uses in it's build process, and the other is the runtime target.
Default
MIN_NODE_VERSION
does not match the minimum version reported in the release notes.In settings.js we have: https://github.com/emscripten-core/emscripten/blob/06cebfca51f908d3bc6897113330e45a77010db2/src/settings.js#L1930-L1931
In the release notes we have (3.1.48): https://github.com/emscripten-core/emscripten/blob/06cebfca51f908d3bc6897113330e45a77010db2/ChangeLog.md?plain=1#L420-L422 and (3.1.42): https://github.com/emscripten-core/emscripten/blob/06cebfca51f908d3bc6897113330e45a77010db2/ChangeLog.md?plain=1#L531-L534
I'm assuming that
MIN_NODE_VERSION
in settings.js should just be changed to 162000, and the comment updated.