Skip to content

Commit

Permalink
Create manifest SDK entries for ARM64 emscripten-releases builds (#816)
Browse files Browse the repository at this point in the history
This allows emsdk to download the new ARM64 binaries from
the emscripten-releases builders.
  • Loading branch information
dschuff authored May 11, 2021
1 parent 544dd6c commit b33aaaf
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions emsdk_manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,18 @@
"activated_cfg": "LLVM_ROOT='%installation_dir%/bin';BINARYEN_ROOT='%installation_dir%';EMSCRIPTEN_ROOT='%installation_dir%/emscripten'",
"emscripten_releases_hash": "%releases-tag%"
},
{
"id": "releases",
"version": "upstream-%releases-tag%",
"bitness": 64,
"arch": "aarch64",
"macos_url": "https://storage.googleapis.com/webassembly/emscripten-releases-builds/mac/%releases-tag%/wasm-binaries-arm64.tbz2",
"zipfile_prefix": "%releases-tag%-",
"install_path": "upstream",
"activated_path": "%installation_dir%/emscripten",
"activated_cfg": "LLVM_ROOT='%installation_dir%/bin';BINARYEN_ROOT='%installation_dir%';EMSCRIPTEN_ROOT='%installation_dir%/emscripten'",
"emscripten_releases_hash": "%releases-tag%"
},
{
"id": "releases",
"version": "fastcomp-%releases-tag%",
Expand Down Expand Up @@ -597,6 +609,14 @@
"arch": "x86_64",
"custom_install_script": "emscripten_npm_install"
},
{
"version": "releases-upstream-%releases-tag%",
"bitness": 64,
"uses": ["node-14.15.5-64bit", "python-3.9.2-1-64bit", "releases-upstream-%releases-tag%-64bit"],
"os": "macos",
"arch": "aarch64",
"custom_install_script": "emscripten_npm_install"
},
{
"version": "releases-upstream-%releases-tag%",
"bitness": 64,
Expand Down

0 comments on commit b33aaaf

Please sign in to comment.