Re: Bump default minimum node version for generated code?

2023-04-18 Thread Alon Zakai
On Tue, Apr 18, 2023 at 9:14 AM 'Sam Clegg' via emscripten-discuss < emscripten-discuss@googlegroups.com> wrote: > Note that there are three distinct node versions at play in the emscripten > world. One has already been bumped. and one we plan to bump, and one we > don't have plans to change. >

Re: Bump default minimum node version for generated code?

2023-04-18 Thread 'Sam Clegg' via emscripten-discuss
Note that there are three distinct node versions at play in the emscripten world. One has already been bumped. and one we plan to bump, and one we don't have plans to change. 1. Min version required to run output code (this is only the default can can be lowered via setting): 10.19.0 -> 15.

Re: Bump default minimum node version for generated code?

2023-04-18 Thread Jukka Jylänki
This sounds good to me. Ulhas has a good point about the version numbers, a LTS might be more desirable. Another thing to note is that Node 10.19 supported Windows 7, and starting from Node 14.x, Windows 8.1 or higher is required. So this change does mean dropping Windows 7 support. I think it is