MCPcopy Index your code
hub / github.com/emscripten-core/emsdk / try_download

Function try_download

emsdk.py:1536–1537  ·  view source on GitHub ↗
(url)

Source from the content-addressed store, hash-verified

1534 url = urljoin(emsdk_packages_url, archive)
1535
1536 def try_download(url):
1537 return download_file(url, download_dir, not KEEP_DOWNLOADS, filename_prefix)
1538
1539 # Special hack for the wasm-binaries we transitioned from `.bzip2` to
1540 # `.xz`, but we can't tell from the version/url which one to use, so

Callers 1

download_and_extractFunction · 0.85

Calls 1

download_fileFunction · 0.85

Tested by

no test coverage detected