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.
HEAD.zip
1 parent b4c9194 commit 894c25bCopy full SHA for 894c25b
emsdk.py
@@ -44,7 +44,10 @@
44
45
emscripten_releases_download_url_template = "https://storage.googleapis.com/webassembly/emscripten-releases-builds/%s/%s/wasm-binaries.%s"
46
47
-emsdk_zip_download_url = 'https://github.com/emscripten-core/emsdk/archive/master.zip'
+# This was previously `master.zip` but we are transitioning to `main` and
48
+# `HEAD.zip` works for both cases. In future we could switch this to
49
+# `main.zip` perhaps.
50
+emsdk_zip_download_url = 'https://github.com/emscripten-core/emsdk/archive/HEAD.zip'
51
52
zips_subdir = 'zips/'
53
0 commit comments