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.
Suggested Solution
Replace .txt in the file linked above with .json
The text was updated successfully, but these errors were encountered:
Russell-Newton
added a commit
to Russell-Newton/emscripten-sdk-npm
that referenced
this issue
Sep 26, 2022
Problem
This PR in the emsdk repo replaced
emscripten-releases-tags.txt
withemscripten-releases-tags.json
. Parsing this file works exactly like the.txt
version. This makes the getReleasesTags function incommon.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 withemscripten-build
as a dependency.Suggested Solution
Replace
.txt
in the file linked above with.json
The text was updated successfully, but these errors were encountered: