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
Emscripten is now unsupported. I'll close this.
Like other Emscripten issues, it'll be listed on the GitHub project for anyone who wants to support the platform unofficially or bring support back.
Bug report
Emscripten-node builds should be portable to other platforms. Copying an emscripten-build to a windows machine throws an error on startup:
The root cause I believe is here:
cpython/Python/fileutils.c
Line 1993 in 656167d
Emscripten builds don't define MS_WINDOWS (and they shouldn't) but the emscripten-node build has to be able to handle running on windows too.
Your environment
The text was updated successfully, but these errors were encountered: