147 строки
5.1 KiB
JSON
147 строки
5.1 KiB
JSON
{
|
|
"tools": [
|
|
{
|
|
"id": "llvm",
|
|
"version": "10.0.0",
|
|
"url": "https://github.com/dotnet/llvm-project.git",
|
|
"custom_is_installed_script": "lie_and_say_yes",
|
|
"only_supports_wasm": true,
|
|
"activated_path": "%installation_dir%/bin",
|
|
"activated_cfg": "LLVM_ROOT='%installation_dir%/bin'",
|
|
"activated_env": "LLVM_ROOT=%installation_dir%/bin;EMCC_WASM_BACKEND=1",
|
|
"cmake_build_type": "Release"
|
|
},
|
|
{
|
|
"id": "releases",
|
|
"version": "%releases-tag%",
|
|
"bitness": 64,
|
|
"arch": "x86_64",
|
|
"linux_url": "https://storage.googleapis.com/webassembly/emscripten-releases-builds/linux/%releases-tag%/wasm-binaries.tar.xz",
|
|
"macos_url": "https://storage.googleapis.com/webassembly/emscripten-releases-builds/mac/%releases-tag%/wasm-binaries.tar.xz",
|
|
"windows_url": "https://storage.googleapis.com/webassembly/emscripten-releases-builds/win/%releases-tag%/wasm-binaries.zip",
|
|
"download_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": "%releases-tag%",
|
|
"bitness": 64,
|
|
"arch": "arm64",
|
|
"macos_url": "https://storage.googleapis.com/webassembly/emscripten-releases-builds/mac/%releases-tag%/wasm-binaries-arm64.tar.xz",
|
|
"linux_url": "https://storage.googleapis.com/webassembly/emscripten-releases-builds/linux/%releases-tag%/wasm-binaries-arm64.tar.xz",
|
|
"download_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": "node",
|
|
"version": "10.0.0",
|
|
"activated_path": "%installation_dir%/bin",
|
|
"activated_cfg": "NODE_JS='%installation_dir%/bin/node%.exe%'",
|
|
"activated_env": "EMSDK_NODE=%installation_dir%/bin/node%.exe%",
|
|
"custom_is_installed_script": "lie_and_say_yes"
|
|
},
|
|
{
|
|
"id": "python",
|
|
"version": "10.0.0",
|
|
"activated_cfg": "PYTHON='%installation_dir%/bin/python3%.exe%'",
|
|
"activated_env": "EMSDK_PYTHON=%installation_dir%/bin/python3;SSL_CERT_FILE=%installation_dir%/lib/python3.11/site-packages/certifi/cacert.pem",
|
|
"custom_is_installed_script": "lie_and_say_yes"
|
|
},
|
|
{
|
|
"id": "emscripten",
|
|
"version": "10.0.0",
|
|
"append_bitness": false,
|
|
"url": "https://github.com/dotnet/emscripten.git",
|
|
"git_branch": "dotnet/main",
|
|
"activated_cfg": "EMSCRIPTEN_ROOT='%installation_dir%'",
|
|
"activated_path": "%installation_dir%",
|
|
"activated_env": "EMSCRIPTEN=%installation_dir%",
|
|
"cmake_build_type": "Release",
|
|
"custom_is_installed_script": "lie_and_say_yes"
|
|
},
|
|
{
|
|
"id": "binaryen",
|
|
"version": "10.0.0",
|
|
"url": "https://github.com/dotnet/binaryen.git",
|
|
"git_branch": "dotnet/main",
|
|
"activated_cfg": "BINARYEN_ROOT='%installation_dir%'",
|
|
"activated_path": "%installation_dir%/bin",
|
|
"activated_env": "BINARYEN_ROOT=%installation_dir%",
|
|
"cmake_build_type": "Release",
|
|
"custom_is_installed_script": "lie_and_say_yes"
|
|
}
|
|
],
|
|
|
|
"sdks": [
|
|
{
|
|
"version": "main",
|
|
"uses": ["python-10.0.0", "llvm-10.0.0", "node-10.0.0", "emscripten-10.0.0", "binaryen-10.0.0"],
|
|
"os": "win"
|
|
},
|
|
{
|
|
"version": "main",
|
|
"uses": ["python-10.0.0", "llvm-10.0.0", "node-10.0.0", "emscripten-10.0.0", "binaryen-10.0.0"],
|
|
"os": "macos"
|
|
},
|
|
{
|
|
"version": "main",
|
|
"uses": ["llvm-10.0.0", "emscripten-10.0.0", "binaryen-10.0.0"],
|
|
"os": "linux"
|
|
},
|
|
{
|
|
"version": "releases-%releases-tag%",
|
|
"bitness": 64,
|
|
"uses": ["releases-%releases-tag%-64bit"],
|
|
"os": "linux",
|
|
"arch": "x86_64",
|
|
"custom_install_script": "emscripten_npm_install"
|
|
},
|
|
{
|
|
"version": "releases-%releases-tag%",
|
|
"bitness": 64,
|
|
"uses": ["releases-%releases-tag%-64bit"],
|
|
"os": "linux",
|
|
"arch": "aarch64",
|
|
"custom_install_script": "emscripten_npm_install"
|
|
},
|
|
{
|
|
"version": "releases-%releases-tag%",
|
|
"bitness": 64,
|
|
"uses": ["node-10.0.0", "python-10.0.0", "releases-%releases-tag%-64bit"],
|
|
"os": "macos",
|
|
"arch": "x86_64",
|
|
"custom_install_script": "emscripten_npm_install"
|
|
},
|
|
{
|
|
"version": "releases-%releases-tag%",
|
|
"bitness": 64,
|
|
"uses": ["node-10.0.0", "python-10.0.0", "releases-%releases-tag%-64bit"],
|
|
"os": "macos",
|
|
"arch": "arm64",
|
|
"custom_install_script": "emscripten_npm_install"
|
|
},
|
|
{
|
|
"version": "releases-%releases-tag%",
|
|
"bitness": 64,
|
|
"uses": ["node-10.0.0", "python-10.0.0", "releases-%releases-tag%-64bit"],
|
|
"os": "win",
|
|
"arch": "x86_64",
|
|
"custom_install_script": "emscripten_npm_install"
|
|
},
|
|
{
|
|
"version": "releases-%releases-tag%",
|
|
"bitness": 64,
|
|
"uses": ["node-10.0.0", "python-10.0.0", "releases-%releases-tag%-64bit"],
|
|
"os": "win",
|
|
"arch": "aarch64",
|
|
"custom_install_script": "emscripten_npm_install"
|
|
}
|
|
]
|
|
}
|