We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06f80e9 commit a041420Copy full SHA for a041420
scripts/emsdk-fetch.sh
@@ -18,7 +18,7 @@ then
18
if git clone --no-tags --depth 1 --single-branch --branch main https://github.com/emscripten-core/emsdk.git
19
then
20
pushd emsdk
21
- git checkout 91f8563a9d1a4a0ec03bbb2be23485367d85a091
+ #git checkout 91f8563a9d1a4a0ec03bbb2be23485367d85a091
22
./emsdk install ${EMFLAVOUR:-latest}
23
./emsdk activate ${EMFLAVOUR:-latest}
24
pushd upstream/emscripten
0 commit comments