Add arm64 fastcomp releases to emsdk_manifest.json (#891)
This was missing from emsdk_manifest.json and should alow older fastcomp SDKs to be install on M1 apple hardware (in emulation mode). Fixes: #889
This commit is contained in:
@@ -128,6 +128,18 @@
|
|||||||
"activated_cfg": "LLVM_ROOT='%installation_dir%/fastcomp/bin';BINARYEN_ROOT='%installation_dir%';EMSCRIPTEN_ROOT='%installation_dir%/emscripten';EMSCRIPTEN_NATIVE_OPTIMIZER='%installation_dir%/bin/optimizer%.exe%'",
|
"activated_cfg": "LLVM_ROOT='%installation_dir%/fastcomp/bin';BINARYEN_ROOT='%installation_dir%';EMSCRIPTEN_ROOT='%installation_dir%/emscripten';EMSCRIPTEN_NATIVE_OPTIMIZER='%installation_dir%/bin/optimizer%.exe%'",
|
||||||
"emscripten_releases_hash": "%releases-tag%"
|
"emscripten_releases_hash": "%releases-tag%"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"id": "releases",
|
||||||
|
"version": "fastcomp-%releases-tag%",
|
||||||
|
"bitness": 64,
|
||||||
|
"arch": "aarch64",
|
||||||
|
"macos_url": "https://storage.googleapis.com/webassembly/emscripten-releases-builds/mac/%releases-tag%/wasm-binaries.tbz2",
|
||||||
|
"zipfile_prefix": "%releases-tag%-",
|
||||||
|
"install_path": "fastcomp",
|
||||||
|
"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": "clang",
|
"id": "clang",
|
||||||
@@ -639,6 +651,14 @@
|
|||||||
"arch": "x86_64",
|
"arch": "x86_64",
|
||||||
"custom_install_script": "emscripten_npm_install"
|
"custom_install_script": "emscripten_npm_install"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"version": "releases-fastcomp-%releases-tag%",
|
||||||
|
"bitness": 64,
|
||||||
|
"uses": ["node-14.15.5-64bit", "python-3.9.2-1-64bit", "releases-fastcomp-%releases-tag%-64bit"],
|
||||||
|
"os": "macos",
|
||||||
|
"arch": "aarch64",
|
||||||
|
"custom_install_script": "emscripten_npm_install"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"version": "releases-fastcomp-%releases-tag%",
|
"version": "releases-fastcomp-%releases-tag%",
|
||||||
"bitness": 64,
|
"bitness": 64,
|
||||||
|
|||||||
Reference in New Issue
Block a user