Re: Dropping support for Ubuntu/Bionic by upgrading to nodejs v18

2024-05-28 Thread 'Sam Clegg' via emscripten-discuss
OK, this change is happening now. The emsdk version of node has been updated from v16 to v18. If you see an that look like `node: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.28' not found (required by node)`, that means the version of linux you are running on is no longer supported by emsdk

Dropping support for Ubuntu/Bionic by upgrading to nodejs v18

2024-05-21 Thread 'Sam Clegg' via emscripten-discuss
Hi all, In emsdk we currently support running on distributions as old as Ubuntu/Bionic 18.04. However, we are attempting to upgrade the version of node we ship/use from v16 to v18, Node dropped support for Ubuntu/Bionic with v18, so we are now proposing to do that same. See: https://github.com