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
This PR in the emsdk repo replaced emscripten-releases-tags.txt with emscripten-releases-tags.json. Parsing this file works exactly like the .txt version. This makes the getReleasesTags function in common.js fail.
I noticed this issue when I attempted to make use of emscripten-build in a project. I believe the issue also arises when attempting to install emscripten-sdk
Steps to Reproduce
Attempt to use npx emscripten build in a project with emscripten-build as a dependency.