(url)
| 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 |
no test coverage detected