2019-08-27 11:47:57 -07:00
|
|
|
{
|
|
|
|
|
"tools": [
|
2019-12-16 23:59:15 +02:00
|
|
|
{
|
|
|
|
|
"id": "llvm-git",
|
2021-02-17 19:11:07 -08:00
|
|
|
"version": "main",
|
2019-12-16 23:59:15 +02:00
|
|
|
"bitness": 32,
|
|
|
|
|
"install_path": "llvm/git",
|
2021-01-28 17:49:46 -08:00
|
|
|
"git_branch": "main",
|
2019-12-16 23:59:15 +02:00
|
|
|
"url": "https://github.com/llvm/llvm-project.git",
|
2020-07-20 17:33:54 -07:00
|
|
|
"custom_install_script": "build_llvm",
|
2019-12-16 23:59:15 +02:00
|
|
|
"only_supports_wasm": true,
|
2023-01-09 04:53:13 -08:00
|
|
|
"activated_path": "%installation_dir%/%llvm_build_bin_dir%",
|
|
|
|
|
"activated_cfg": "LLVM_ROOT='%installation_dir%/%llvm_build_bin_dir%'",
|
|
|
|
|
"activated_env": "LLVM_ROOT=%installation_dir%/%llvm_build_bin_dir%;EMCC_WASM_BACKEND=1",
|
2019-12-16 23:59:15 +02:00
|
|
|
"cmake_build_type": "Release"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"id": "llvm-git",
|
2021-02-17 19:11:07 -08:00
|
|
|
"version": "main",
|
2019-12-16 23:59:15 +02:00
|
|
|
"bitness": 64,
|
|
|
|
|
"install_path": "llvm/git",
|
2021-01-28 17:49:46 -08:00
|
|
|
"git_branch": "main",
|
2019-12-16 23:59:15 +02:00
|
|
|
"url": "https://github.com/llvm/llvm-project.git",
|
2020-07-20 17:33:54 -07:00
|
|
|
"custom_install_script": "build_llvm",
|
2019-12-16 23:59:15 +02:00
|
|
|
"only_supports_wasm": true,
|
2023-01-09 04:53:13 -08:00
|
|
|
"activated_path": "%installation_dir%/%llvm_build_bin_dir%",
|
|
|
|
|
"activated_cfg": "LLVM_ROOT='%installation_dir%/%llvm_build_bin_dir%'",
|
|
|
|
|
"activated_env": "LLVM_ROOT=%installation_dir%/%llvm_build_bin_dir%;EMCC_WASM_BACKEND=1",
|
2019-08-27 11:47:57 -07:00
|
|
|
"cmake_build_type": "Release"
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
{
|
|
|
|
|
"id": "releases",
|
2023-01-13 20:11:55 -08:00
|
|
|
"version": "%releases-tag%",
|
2019-08-27 11:47:57 -07:00
|
|
|
"bitness": 64,
|
|
|
|
|
"arch": "x86_64",
|
2023-09-21 15:16:34 -07:00
|
|
|
"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",
|
2019-08-27 11:47:57 -07:00
|
|
|
"windows_url": "https://storage.googleapis.com/webassembly/emscripten-releases-builds/win/%releases-tag%/wasm-binaries.zip",
|
2023-07-10 14:04:24 -07:00
|
|
|
"download_prefix": "%releases-tag%-",
|
2019-08-27 11:47:57 -07:00
|
|
|
"install_path": "upstream",
|
|
|
|
|
"activated_path": "%installation_dir%/emscripten",
|
2019-08-28 11:20:14 -07:00
|
|
|
"activated_cfg": "LLVM_ROOT='%installation_dir%/bin';BINARYEN_ROOT='%installation_dir%';EMSCRIPTEN_ROOT='%installation_dir%/emscripten'",
|
2020-09-10 16:32:23 -07:00
|
|
|
"emscripten_releases_hash": "%releases-tag%"
|
2019-08-27 11:47:57 -07:00
|
|
|
},
|
2021-05-11 08:40:06 -07:00
|
|
|
{
|
|
|
|
|
"id": "releases",
|
2023-01-13 20:11:55 -08:00
|
|
|
"version": "%releases-tag%",
|
2021-05-11 08:40:06 -07:00
|
|
|
"bitness": 64,
|
2023-06-27 13:46:33 -07:00
|
|
|
"arch": "arm64",
|
2023-09-21 15:16:34 -07:00
|
|
|
"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",
|
2023-07-10 14:04:24 -07:00
|
|
|
"download_prefix": "%releases-tag%-",
|
2021-05-11 08:40:06 -07:00
|
|
|
"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%"
|
|
|
|
|
},
|
2019-08-27 11:47:57 -07:00
|
|
|
|
2024-05-28 12:12:17 -07:00
|
|
|
{
|
|
|
|
|
"id": "node",
|
|
|
|
|
"version": "18.20.3",
|
|
|
|
|
"bitness": 32,
|
|
|
|
|
"arch": "x86",
|
|
|
|
|
"windows_url": "node-v18.20.3-win-x86.zip",
|
|
|
|
|
"activated_path": "%installation_dir%/bin",
|
|
|
|
|
"activated_path_skip": "node",
|
|
|
|
|
"activated_cfg": "NODE_JS='%installation_dir%/bin/node%.exe%'",
|
|
|
|
|
"activated_env": "EMSDK_NODE=%installation_dir%/bin/node%.exe%"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"id": "node",
|
|
|
|
|
"version": "18.20.3",
|
|
|
|
|
"arch": "arm",
|
|
|
|
|
"bitness": 32,
|
|
|
|
|
"linux_url": "node-v18.20.3-linux-armv7l.tar.xz",
|
|
|
|
|
"activated_path": "%installation_dir%/bin",
|
|
|
|
|
"activated_path_skip": "node",
|
|
|
|
|
"activated_cfg": "NODE_JS='%installation_dir%/bin/node%.exe%'",
|
|
|
|
|
"activated_env": "EMSDK_NODE=%installation_dir%/bin/node%.exe%"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"id": "node",
|
|
|
|
|
"version": "18.20.3",
|
|
|
|
|
"bitness": 64,
|
|
|
|
|
"arch": "x86_64",
|
|
|
|
|
"macos_url": "node-v18.20.3-darwin-x64.tar.gz",
|
|
|
|
|
"windows_url": "node-v18.20.3-win-x64.zip",
|
|
|
|
|
"linux_url": "node-v18.20.3-linux-x64.tar.xz",
|
|
|
|
|
"activated_path": "%installation_dir%/bin",
|
|
|
|
|
"activated_path_skip": "node",
|
|
|
|
|
"activated_cfg": "NODE_JS='%installation_dir%/bin/node%.exe%'",
|
|
|
|
|
"activated_env": "EMSDK_NODE=%installation_dir%/bin/node%.exe%"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"id": "node",
|
|
|
|
|
"version": "18.20.3",
|
|
|
|
|
"arch": "arm64",
|
|
|
|
|
"bitness": 64,
|
|
|
|
|
"macos_url": "node-v18.20.3-darwin-arm64.tar.gz",
|
|
|
|
|
"linux_url": "node-v18.20.3-linux-arm64.tar.xz",
|
|
|
|
|
"activated_path": "%installation_dir%/bin",
|
|
|
|
|
"activated_path_skip": "node",
|
|
|
|
|
"activated_cfg": "NODE_JS='%installation_dir%/bin/node%.exe%'",
|
|
|
|
|
"activated_env": "EMSDK_NODE=%installation_dir%/bin/node%.exe%"
|
|
|
|
|
},
|
|
|
|
|
|
2023-04-11 11:17:46 -07:00
|
|
|
|
2024-10-18 14:20:02 -07:00
|
|
|
{
|
|
|
|
|
"id": "node",
|
|
|
|
|
"version": "20.18.0",
|
|
|
|
|
"bitness": 32,
|
|
|
|
|
"arch": "x86",
|
|
|
|
|
"windows_url": "node-v20.18.0-win-x86.zip",
|
|
|
|
|
"activated_path": "%installation_dir%/bin",
|
|
|
|
|
"activated_path_skip": "node",
|
|
|
|
|
"activated_cfg": "NODE_JS='%installation_dir%/bin/node%.exe%'",
|
|
|
|
|
"activated_env": "EMSDK_NODE=%installation_dir%/bin/node%.exe%"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"id": "node",
|
|
|
|
|
"version": "20.18.0",
|
|
|
|
|
"arch": "arm",
|
|
|
|
|
"bitness": 32,
|
|
|
|
|
"linux_url": "node-v20.18.0-linux-armv7l.tar.xz",
|
|
|
|
|
"activated_path": "%installation_dir%/bin",
|
|
|
|
|
"activated_path_skip": "node",
|
|
|
|
|
"activated_cfg": "NODE_JS='%installation_dir%/bin/node%.exe%'",
|
|
|
|
|
"activated_env": "EMSDK_NODE=%installation_dir%/bin/node%.exe%"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"id": "node",
|
|
|
|
|
"version": "20.18.0",
|
|
|
|
|
"bitness": 64,
|
|
|
|
|
"arch": "x86_64",
|
|
|
|
|
"macos_url": "node-v20.18.0-darwin-x64.tar.gz",
|
|
|
|
|
"windows_url": "node-v20.18.0-win-x64.zip",
|
|
|
|
|
"linux_url": "node-v20.18.0-linux-x64.tar.xz",
|
|
|
|
|
"activated_path": "%installation_dir%/bin",
|
|
|
|
|
"activated_path_skip": "node",
|
|
|
|
|
"activated_cfg": "NODE_JS='%installation_dir%/bin/node%.exe%'",
|
|
|
|
|
"activated_env": "EMSDK_NODE=%installation_dir%/bin/node%.exe%"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"id": "node",
|
|
|
|
|
"version": "20.18.0",
|
|
|
|
|
"arch": "arm64",
|
|
|
|
|
"bitness": 64,
|
|
|
|
|
"windows_url": "node-v20.18.0-win-arm64.zip",
|
|
|
|
|
"macos_url": "node-v20.18.0-darwin-arm64.tar.gz",
|
|
|
|
|
"linux_url": "node-v20.18.0-linux-arm64.tar.xz",
|
|
|
|
|
"activated_path": "%installation_dir%/bin",
|
|
|
|
|
"activated_path_skip": "node",
|
|
|
|
|
"activated_cfg": "NODE_JS='%installation_dir%/bin/node%.exe%'",
|
|
|
|
|
"activated_env": "EMSDK_NODE=%installation_dir%/bin/node%.exe%"
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
|
2025-05-30 01:00:30 +03:00
|
|
|
{
|
|
|
|
|
"id": "node",
|
|
|
|
|
"version": "22.16.0",
|
|
|
|
|
"bitness": 32,
|
|
|
|
|
"arch": "x86",
|
|
|
|
|
"windows_url": "node-v22.16.0-win-x86.zip",
|
|
|
|
|
"activated_path": "%installation_dir%/bin",
|
|
|
|
|
"activated_path_skip": "node",
|
|
|
|
|
"activated_cfg": "NODE_JS='%installation_dir%/bin/node%.exe%'",
|
|
|
|
|
"activated_env": "EMSDK_NODE=%installation_dir%/bin/node%.exe%"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"id": "node",
|
|
|
|
|
"version": "22.16.0",
|
|
|
|
|
"arch": "arm",
|
|
|
|
|
"bitness": 32,
|
|
|
|
|
"linux_url": "node-v22.16.0-linux-armv7l.tar.xz",
|
|
|
|
|
"activated_path": "%installation_dir%/bin",
|
|
|
|
|
"activated_path_skip": "node",
|
|
|
|
|
"activated_cfg": "NODE_JS='%installation_dir%/bin/node%.exe%'",
|
|
|
|
|
"activated_env": "EMSDK_NODE=%installation_dir%/bin/node%.exe%"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"id": "node",
|
|
|
|
|
"version": "22.16.0",
|
|
|
|
|
"bitness": 64,
|
|
|
|
|
"arch": "x86_64",
|
|
|
|
|
"windows_url": "node-v22.16.0-win-x64.zip",
|
|
|
|
|
"macos_url": "node-v22.16.0-darwin-x64.tar.gz",
|
|
|
|
|
"linux_url": "node-v22.16.0-linux-x64.tar.xz",
|
|
|
|
|
"activated_path": "%installation_dir%/bin",
|
|
|
|
|
"activated_path_skip": "node",
|
|
|
|
|
"activated_cfg": "NODE_JS='%installation_dir%/bin/node%.exe%'",
|
|
|
|
|
"activated_env": "EMSDK_NODE=%installation_dir%/bin/node%.exe%"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"id": "node",
|
|
|
|
|
"version": "22.16.0",
|
|
|
|
|
"arch": "arm64",
|
|
|
|
|
"bitness": 64,
|
|
|
|
|
"windows_url": "node-v22.16.0-win-arm64.zip",
|
|
|
|
|
"macos_url": "node-v22.16.0-darwin-arm64.tar.gz",
|
|
|
|
|
"linux_url": "node-v22.16.0-linux-arm64.tar.xz",
|
|
|
|
|
"activated_path": "%installation_dir%/bin",
|
|
|
|
|
"activated_path_skip": "node",
|
|
|
|
|
"activated_cfg": "NODE_JS='%installation_dir%/bin/node%.exe%'",
|
|
|
|
|
"activated_env": "EMSDK_NODE=%installation_dir%/bin/node%.exe%"
|
|
|
|
|
},
|
2025-08-27 16:24:20 +03:00
|
|
|
{
|
|
|
|
|
"id": "node-big-endian-crosscompile",
|
|
|
|
|
"version": "22.16.0",
|
|
|
|
|
"arch": "x86_64",
|
|
|
|
|
"bitness": 64,
|
|
|
|
|
"linux_url": "https://nodejs.org/download/release/v22.16.0/node-v22.16.0-linux-s390x.tar.gz",
|
|
|
|
|
"activated_path": "%installation_dir%/bin",
|
|
|
|
|
"activated_path_skip": "node",
|
|
|
|
|
"activated_cfg": "NODE_JS_TEST=['qemu-s390x', '-L', '/usr/s390x-linux-gnu/', '%installation_dir%/bin/node']"
|
|
|
|
|
},
|
2025-09-03 00:41:18 +03:00
|
|
|
|
|
|
|
|
{
|
|
|
|
|
"id": "node",
|
|
|
|
|
"version": "24.7.0",
|
|
|
|
|
"bitness": 64,
|
|
|
|
|
"arch": "x86_64",
|
|
|
|
|
"windows_url": "node-v24.7.0-win-x64.zip",
|
|
|
|
|
"macos_url": "node-v24.7.0-darwin-x64.tar.gz",
|
|
|
|
|
"linux_url": "node-v24.7.0-linux-x64.tar.xz",
|
|
|
|
|
"activated_path": "%installation_dir%/bin",
|
|
|
|
|
"activated_path_skip": "node",
|
|
|
|
|
"activated_cfg": "NODE_JS='%installation_dir%/bin/node%.exe%'",
|
|
|
|
|
"activated_env": "EMSDK_NODE=%installation_dir%/bin/node%.exe%"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"id": "node",
|
|
|
|
|
"version": "24.7.0",
|
|
|
|
|
"arch": "arm64",
|
|
|
|
|
"bitness": 64,
|
|
|
|
|
"windows_url": "node-v24.7.0-win-arm64.zip",
|
|
|
|
|
"macos_url": "node-v24.7.0-darwin-arm64.tar.gz",
|
|
|
|
|
"linux_url": "node-v24.7.0-linux-arm64.tar.xz",
|
|
|
|
|
"activated_path": "%installation_dir%/bin",
|
|
|
|
|
"activated_path_skip": "node",
|
|
|
|
|
"activated_cfg": "NODE_JS='%installation_dir%/bin/node%.exe%'",
|
|
|
|
|
"activated_env": "EMSDK_NODE=%installation_dir%/bin/node%.exe%"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"id": "node-big-endian-crosscompile",
|
|
|
|
|
"version": "24.7.0",
|
|
|
|
|
"arch": "x86_64",
|
|
|
|
|
"bitness": 64,
|
|
|
|
|
"linux_url": "node-v24.7.0-linux-s390x.tar.gz",
|
|
|
|
|
"activated_path": "%installation_dir%/bin",
|
|
|
|
|
"activated_path_skip": "node",
|
|
|
|
|
"activated_cfg": "NODE_JS_TEST=['qemu-s390x', '-L', '/usr/s390x-linux-gnu/', '%installation_dir%/bin/node']"
|
|
|
|
|
},
|
|
|
|
|
|
2025-08-27 16:24:20 +03:00
|
|
|
{
|
|
|
|
|
"id": "node",
|
|
|
|
|
"version": "nightly",
|
|
|
|
|
"bitness": 64,
|
|
|
|
|
"install_path": "node/%latest_downloaded_node_nightly_dir%",
|
|
|
|
|
"custom_install_script": "download_node_nightly",
|
|
|
|
|
"activated_path": "node/%latest_downloaded_node_nightly_dir%/bin",
|
|
|
|
|
"activated_path_skip": "node",
|
|
|
|
|
"activated_cfg": "NODE_JS='%installation_dir%/bin/node%.exe%'",
|
|
|
|
|
"activated_env": "EMSDK_NODE=%installation_dir%/bin/node%.exe%",
|
|
|
|
|
"url": "https://nodejs.org/download/nightly/%version%/node-%version%-%os%-%arch%.%zip_suffix%",
|
|
|
|
|
"git_branch": "nightly"
|
|
|
|
|
},
|
2025-05-30 01:00:30 +03:00
|
|
|
|
|
|
|
|
|
2022-03-21 16:16:44 +00:00
|
|
|
{
|
|
|
|
|
"id": "python",
|
|
|
|
|
"version": "3.9.2-nuget",
|
|
|
|
|
"bitness": 64,
|
|
|
|
|
"arch": "x86_64",
|
|
|
|
|
"windows_url": "python-3.9.2-4-amd64+pywin32.zip",
|
|
|
|
|
"activated_cfg": "PYTHON='%installation_dir%/python.exe'",
|
|
|
|
|
"activated_env": "EMSDK_PYTHON=%installation_dir%/python.exe"
|
|
|
|
|
},
|
2021-03-16 09:43:02 +02:00
|
|
|
{
|
|
|
|
|
"id": "python",
|
2022-01-27 07:09:53 -08:00
|
|
|
"version": "3.9.2",
|
2021-03-16 09:43:02 +02:00
|
|
|
"bitness": 64,
|
|
|
|
|
"arch": "x86_64",
|
|
|
|
|
"windows_url": "python-3.9.2-1-embed-amd64+pywin32.zip",
|
|
|
|
|
"activated_cfg": "PYTHON='%installation_dir%/python.exe'",
|
|
|
|
|
"activated_env": "EMSDK_PYTHON=%installation_dir%/python.exe"
|
2020-07-21 10:21:02 -07:00
|
|
|
},
|
2021-03-12 17:29:56 +02:00
|
|
|
{
|
|
|
|
|
"id": "python",
|
2022-01-27 07:09:53 -08:00
|
|
|
"version": "3.9.2",
|
2021-03-12 17:29:56 +02:00
|
|
|
"bitness": 64,
|
|
|
|
|
"arch": "x86_64",
|
2022-01-31 11:37:32 -08:00
|
|
|
"macos_url": "python-3.9.2-3-macos-x86_64.tar.gz",
|
2021-03-12 17:29:56 +02:00
|
|
|
"activated_cfg": "PYTHON='%installation_dir%/bin/python3'",
|
|
|
|
|
"activated_env": "EMSDK_PYTHON=%installation_dir%/bin/python3;SSL_CERT_FILE=%installation_dir%/lib/python3.9/site-packages/certifi/cacert.pem"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"id": "python",
|
2022-01-27 07:09:53 -08:00
|
|
|
"version": "3.9.2",
|
2021-03-12 17:29:56 +02:00
|
|
|
"bitness": 64,
|
2023-06-27 13:46:33 -07:00
|
|
|
"arch": "arm64",
|
2021-03-12 17:29:56 +02:00
|
|
|
"macos_url": "python-3.9.2-1-macos-arm64.tar.gz",
|
|
|
|
|
"activated_cfg": "PYTHON='%installation_dir%/bin/python3'",
|
|
|
|
|
"activated_env": "EMSDK_PYTHON=%installation_dir%/bin/python3;SSL_CERT_FILE=%installation_dir%/lib/python3.9/site-packages/certifi/cacert.pem"
|
|
|
|
|
},
|
2025-05-28 23:20:03 +03:00
|
|
|
|
|
|
|
|
{
|
|
|
|
|
"id": "python",
|
|
|
|
|
"version": "3.13.3",
|
|
|
|
|
"bitness": 64,
|
|
|
|
|
"arch": "x86_64",
|
|
|
|
|
"windows_url": "python-3.13.3-0-win-amd64.zip",
|
|
|
|
|
"activated_cfg": "PYTHON='%installation_dir%/python.exe'",
|
|
|
|
|
"activated_env": "EMSDK_PYTHON=%installation_dir%/python.exe"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"id": "python",
|
|
|
|
|
"version": "3.13.3",
|
|
|
|
|
"bitness": 64,
|
|
|
|
|
"arch": "arm64",
|
|
|
|
|
"windows_url": "python-3.13.3-0-win-arm64.zip",
|
|
|
|
|
"activated_cfg": "PYTHON='%installation_dir%/python.exe'",
|
|
|
|
|
"activated_env": "EMSDK_PYTHON=%installation_dir%/python.exe"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"id": "python",
|
|
|
|
|
"version": "3.13.3",
|
|
|
|
|
"bitness": 64,
|
|
|
|
|
"arch": "x86_64",
|
|
|
|
|
"macos_url": "python-3.13.3-0-macos-x86_64.tar.gz",
|
|
|
|
|
"activated_cfg": "PYTHON='%installation_dir%/bin/python3'",
|
|
|
|
|
"activated_env": "EMSDK_PYTHON=%installation_dir%/bin/python3;SSL_CERT_FILE=%installation_dir%/lib/python3.13/site-packages/certifi/cacert.pem"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"id": "python",
|
|
|
|
|
"version": "3.13.3",
|
|
|
|
|
"bitness": 64,
|
|
|
|
|
"arch": "arm64",
|
|
|
|
|
"macos_url": "python-3.13.3-0-macos-arm64.tar.gz",
|
|
|
|
|
"activated_cfg": "PYTHON='%installation_dir%/bin/python3'",
|
|
|
|
|
"activated_env": "EMSDK_PYTHON=%installation_dir%/bin/python3;SSL_CERT_FILE=%installation_dir%/lib/python3.13/site-packages/certifi/cacert.pem"
|
|
|
|
|
},
|
|
|
|
|
|
2025-10-08 00:09:14 +03:00
|
|
|
{
|
|
|
|
|
"id": "firefox",
|
|
|
|
|
"version": "68.12.0esr",
|
|
|
|
|
"bitness": 64,
|
|
|
|
|
"url": "downloaded via mozdownload script, but a dummy directive is placed here so emsdk understands this Tool to be downloaded from the web",
|
|
|
|
|
"activated_cfg": "EMSDK_ACTIVATED_TEST_BROWSER=%installation_dir%/%macos_app_bundle_prefix%firefox%.exe%",
|
|
|
|
|
"activated_env": "EMTEST_BROWSER=%installation_dir%/%macos_app_bundle_prefix%firefox%.exe%",
|
|
|
|
|
"custom_install_script": "download_firefox",
|
|
|
|
|
"is_old": true
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"id": "firefox",
|
|
|
|
|
"version": "78.15.0esr",
|
|
|
|
|
"bitness": 64,
|
|
|
|
|
"url": "downloaded via mozdownload script, but a dummy directive is placed here so emsdk understands this Tool to be downloaded from the web",
|
|
|
|
|
"activated_cfg": "EMSDK_ACTIVATED_TEST_BROWSER=%installation_dir%/%macos_app_bundle_prefix%firefox%.exe%",
|
|
|
|
|
"activated_env": "EMTEST_BROWSER=%installation_dir%/%macos_app_bundle_prefix%firefox%.exe%",
|
|
|
|
|
"custom_install_script": "download_firefox",
|
|
|
|
|
"is_old": true
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"id": "firefox",
|
|
|
|
|
"version": "91.13.0esr",
|
|
|
|
|
"bitness": 64,
|
|
|
|
|
"url": "downloaded via mozdownload script, but a dummy directive is placed here so emsdk understands this Tool to be downloaded from the web",
|
|
|
|
|
"activated_cfg": "EMSDK_ACTIVATED_TEST_BROWSER=%installation_dir%/%macos_app_bundle_prefix%firefox%.exe%",
|
|
|
|
|
"activated_env": "EMTEST_BROWSER=%installation_dir%/%macos_app_bundle_prefix%firefox%.exe%",
|
|
|
|
|
"custom_install_script": "download_firefox",
|
|
|
|
|
"is_old": true
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"id": "firefox",
|
|
|
|
|
"version": "102.15.1esr",
|
|
|
|
|
"bitness": 64,
|
|
|
|
|
"url": "downloaded via mozdownload script, but a dummy directive is placed here so emsdk understands this Tool to be downloaded from the web",
|
|
|
|
|
"activated_cfg": "EMSDK_ACTIVATED_TEST_BROWSER=%installation_dir%/%macos_app_bundle_prefix%firefox%.exe%",
|
|
|
|
|
"activated_env": "EMTEST_BROWSER=%installation_dir%/%macos_app_bundle_prefix%firefox%.exe%",
|
|
|
|
|
"custom_install_script": "download_firefox",
|
|
|
|
|
"is_old": true
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"id": "firefox",
|
|
|
|
|
"version": "115.28.0esr",
|
|
|
|
|
"bitness": 64,
|
|
|
|
|
"url": "downloaded via mozdownload script, but a dummy directive is placed here so emsdk understands this Tool to be downloaded from the web",
|
|
|
|
|
"activated_cfg": "EMSDK_ACTIVATED_TEST_BROWSER=%installation_dir%/%macos_app_bundle_prefix%firefox%.exe%",
|
|
|
|
|
"activated_env": "EMTEST_BROWSER=%installation_dir%/%macos_app_bundle_prefix%firefox%.exe%",
|
|
|
|
|
"custom_install_script": "download_firefox",
|
|
|
|
|
"is_old": true
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"id": "firefox",
|
|
|
|
|
"version": "128.14.0esr",
|
|
|
|
|
"bitness": 64,
|
|
|
|
|
"url": "downloaded via mozdownload script, but a dummy directive is placed here so emsdk understands this Tool to be downloaded from the web",
|
|
|
|
|
"activated_cfg": "EMSDK_ACTIVATED_TEST_BROWSER=%installation_dir%/%macos_app_bundle_prefix%firefox%.exe%",
|
|
|
|
|
"activated_env": "EMTEST_BROWSER=%installation_dir%/%macos_app_bundle_prefix%firefox%.exe%",
|
|
|
|
|
"custom_install_script": "download_firefox"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"id": "firefox",
|
|
|
|
|
"version": "140.3.1esr",
|
|
|
|
|
"bitness": 64,
|
|
|
|
|
"url": "downloaded via mozdownload script, but a dummy directive is placed here so emsdk understands this Tool to be downloaded from the web",
|
|
|
|
|
"activated_cfg": "EMSDK_ACTIVATED_TEST_BROWSER=%installation_dir%/%macos_app_bundle_prefix%firefox%.exe%",
|
|
|
|
|
"activated_env": "EMTEST_BROWSER=%installation_dir%/%macos_app_bundle_prefix%firefox%.exe%",
|
|
|
|
|
"custom_install_script": "download_firefox"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"id": "firefox",
|
|
|
|
|
"version": "latest",
|
|
|
|
|
"bitness": 64,
|
|
|
|
|
"url": "downloaded via mozdownload script, but a dummy directive is placed here so emsdk understands this Tool to be downloaded from the web",
|
|
|
|
|
"git_branch": "dummy field, to instruct emsdk to attempt to reinstall this tool even if it is installed, to check for new version",
|
|
|
|
|
"activated_cfg": "EMSDK_ACTIVATED_TEST_BROWSER=%actual_installation_dir%/%macos_app_bundle_prefix%firefox%.exe%",
|
|
|
|
|
"activated_env": "EMTEST_BROWSER=%actual_installation_dir%/%macos_app_bundle_prefix%firefox%.exe%",
|
|
|
|
|
"custom_install_script": "download_firefox",
|
|
|
|
|
"custom_is_installed_script": "is_firefox_installed"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"id": "firefox",
|
|
|
|
|
"version": "latest-esr",
|
|
|
|
|
"bitness": 64,
|
|
|
|
|
"url": "downloaded via mozdownload script, but a dummy directive is placed here so emsdk understands this Tool to be downloaded from the web",
|
|
|
|
|
"git_branch": "dummy field, to instruct emsdk to attempt to reinstall this tool even if it is installed, to check for new version",
|
|
|
|
|
"activated_cfg": "EMSDK_ACTIVATED_TEST_BROWSER=%actual_installation_dir%/%macos_app_bundle_prefix%firefox%.exe%",
|
|
|
|
|
"activated_env": "EMTEST_BROWSER=%actual_installation_dir%/%macos_app_bundle_prefix%firefox%.exe%",
|
|
|
|
|
"custom_install_script": "download_firefox",
|
|
|
|
|
"custom_is_installed_script": "is_firefox_installed"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"id": "firefox",
|
|
|
|
|
"version": "latest-beta",
|
|
|
|
|
"bitness": 64,
|
|
|
|
|
"url": "downloaded via mozdownload script, but a dummy directive is placed here so emsdk understands this Tool to be downloaded from the web",
|
|
|
|
|
"git_branch": "dummy field, to instruct emsdk to attempt to reinstall this tool even if it is installed, to check for new version",
|
|
|
|
|
"activated_cfg": "EMSDK_ACTIVATED_TEST_BROWSER=%actual_installation_dir%/%macos_app_bundle_prefix%firefox%.exe%",
|
|
|
|
|
"activated_env": "EMTEST_BROWSER=%actual_installation_dir%/%macos_app_bundle_prefix%firefox%.exe%",
|
|
|
|
|
"custom_install_script": "download_firefox",
|
|
|
|
|
"custom_is_installed_script": "is_firefox_installed"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"id": "firefox",
|
|
|
|
|
"version": "nightly",
|
|
|
|
|
"bitness": 64,
|
|
|
|
|
"url": "downloaded via mozdownload script, but a dummy directive is placed here so emsdk understands this Tool to be downloaded from the web",
|
|
|
|
|
"git_branch": "dummy field, to instruct emsdk to attempt to reinstall this tool even if it is installed, to check for new version",
|
|
|
|
|
"activated_cfg": "EMSDK_ACTIVATED_TEST_BROWSER=%actual_installation_dir%/%macos_app_bundle_prefix%firefox%.exe%",
|
|
|
|
|
"activated_env": "EMTEST_BROWSER=%actual_installation_dir%/%macos_app_bundle_prefix%firefox%.exe%",
|
|
|
|
|
"custom_install_script": "download_firefox",
|
|
|
|
|
"custom_is_installed_script": "is_firefox_installed"
|
|
|
|
|
},
|
|
|
|
|
|
2019-08-27 11:47:57 -07:00
|
|
|
{
|
|
|
|
|
"id": "emscripten",
|
|
|
|
|
"version": "tag-%tag%",
|
|
|
|
|
"bitness": 32,
|
|
|
|
|
"append_bitness": false,
|
2021-03-14 18:43:16 +01:00
|
|
|
"windows_url": "https://github.com/emscripten-core/emscripten/archive/%tag%.zip",
|
|
|
|
|
"unix_url": "https://github.com/emscripten-core/emscripten/archive/%tag%.tar.gz",
|
2023-07-10 14:04:24 -07:00
|
|
|
"download_prefix": "emscripten-e",
|
2023-12-18 11:40:24 -08:00
|
|
|
"activated_cfg": "EMSCRIPTEN_ROOT='%installation_dir%'",
|
2019-08-27 11:47:57 -07:00
|
|
|
"activated_path": "%installation_dir%",
|
2024-01-03 10:25:06 -08:00
|
|
|
"activated_env": "EMSCRIPTEN=%installation_dir%",
|
|
|
|
|
"custom_install_script": "emscripten_npm_install"
|
2019-08-27 11:47:57 -07:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"id": "emscripten",
|
|
|
|
|
"version": "tag-%tag%",
|
|
|
|
|
"bitness": 64,
|
|
|
|
|
"append_bitness": false,
|
2021-03-14 18:43:16 +01:00
|
|
|
"windows_url": "https://github.com/emscripten-core/emscripten/archive/%tag%.zip",
|
|
|
|
|
"unix_url": "https://github.com/emscripten-core/emscripten/archive/%tag%.tar.gz",
|
2023-12-18 11:40:24 -08:00
|
|
|
"activated_cfg": "EMSCRIPTEN_ROOT='%installation_dir%'",
|
2019-08-27 11:47:57 -07:00
|
|
|
"activated_path": "%installation_dir%",
|
2024-01-03 10:25:06 -08:00
|
|
|
"activated_env": "EMSCRIPTEN=%installation_dir%",
|
|
|
|
|
"custom_install_script": "emscripten_npm_install"
|
2019-08-27 11:47:57 -07:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"id": "emscripten",
|
|
|
|
|
"version": "%precompiled_tag%",
|
2021-03-14 18:43:16 +01:00
|
|
|
"windows_url": "https://github.com/emscripten-core/emscripten/archive/%precompiled_tag%.zip",
|
|
|
|
|
"unix_url": "https://github.com/emscripten-core/emscripten/archive/%precompiled_tag%.tar.gz",
|
2019-08-27 11:47:57 -07:00
|
|
|
"activated_cfg": "EMSCRIPTEN_ROOT='%installation_dir%'",
|
|
|
|
|
"activated_path": "%installation_dir%",
|
|
|
|
|
"activated_env": "EMSCRIPTEN=%installation_dir%"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"id": "binaryen",
|
|
|
|
|
"version": "tag-%binaryen_tag%",
|
|
|
|
|
"bitness": 32,
|
|
|
|
|
"append_bitness": false,
|
|
|
|
|
"windows_url": "https://github.com/WebAssembly/binaryen/archive/%binaryen_tag%.zip",
|
|
|
|
|
"unix_url": "https://github.com/WebAssembly/binaryen/archive/%binaryen_tag%.tar.gz",
|
2023-07-10 14:04:24 -07:00
|
|
|
"download_prefix": "binaryen-e",
|
2019-08-27 11:47:57 -07:00
|
|
|
"activated_cfg": "BINARYEN_ROOT='%installation_dir%%generator_prefix%_64bit_binaryen'",
|
|
|
|
|
"activated_path": "%installation_dir%%generator_prefix%_64bit_binaryen/bin",
|
|
|
|
|
"activated_env": "BINARYEN_ROOT=%installation_dir%%generator_prefix%_64bit_binaryen",
|
|
|
|
|
"cmake_build_type": "Release",
|
|
|
|
|
"custom_install_script": "build_binaryen",
|
|
|
|
|
"custom_is_installed_script": "is_binaryen_installed",
|
|
|
|
|
"custom_uninstall_script": "uninstall_binaryen"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"id": "binaryen",
|
|
|
|
|
"version": "tag-%binaryen_tag%",
|
|
|
|
|
"bitness": 64,
|
|
|
|
|
"append_bitness": false,
|
|
|
|
|
"windows_url": "https://github.com/WebAssembly/binaryen/archive/%binaryen_tag%.zip",
|
|
|
|
|
"unix_url": "https://github.com/WebAssembly/binaryen/archive/%binaryen_tag%.tar.gz",
|
2023-07-10 14:04:24 -07:00
|
|
|
"download_prefix": "binaryen-e",
|
2019-08-27 11:47:57 -07:00
|
|
|
"activated_cfg": "BINARYEN_ROOT='%installation_dir%%generator_prefix%_64bit_binaryen'",
|
|
|
|
|
"activated_path": "%installation_dir%%generator_prefix%_64bit_binaryen/bin",
|
|
|
|
|
"activated_env": "BINARYEN_ROOT=%installation_dir%%generator_prefix%_64bit_binaryen",
|
|
|
|
|
"cmake_build_type": "Release",
|
|
|
|
|
"custom_install_script": "build_binaryen",
|
|
|
|
|
"custom_is_installed_script": "is_binaryen_installed",
|
|
|
|
|
"custom_uninstall_script": "uninstall_binaryen"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"id": "emscripten",
|
2021-03-08 15:52:14 -08:00
|
|
|
"version": "main",
|
2019-08-27 11:47:57 -07:00
|
|
|
"bitness": 32,
|
|
|
|
|
"append_bitness": false,
|
2020-01-14 13:59:15 -08:00
|
|
|
"url": "https://github.com/emscripten-core/emscripten.git",
|
2021-03-08 15:52:14 -08:00
|
|
|
"git_branch": "main",
|
2020-09-21 16:59:19 -07:00
|
|
|
"activated_cfg": "EMSCRIPTEN_ROOT='%installation_dir%'",
|
2019-08-27 11:47:57 -07:00
|
|
|
"activated_path": "%installation_dir%",
|
2020-09-21 16:59:19 -07:00
|
|
|
"activated_env": "EMSCRIPTEN=%installation_dir%",
|
2019-08-27 11:47:57 -07:00
|
|
|
"cmake_build_type": "Release",
|
2020-09-21 16:59:19 -07:00
|
|
|
"custom_install_script": "emscripten_npm_install"
|
2019-08-27 11:47:57 -07:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"id": "emscripten",
|
2021-03-08 15:52:14 -08:00
|
|
|
"version": "main",
|
2019-08-27 11:47:57 -07:00
|
|
|
"bitness": 64,
|
|
|
|
|
"append_bitness": false,
|
2020-01-14 13:59:15 -08:00
|
|
|
"url": "https://github.com/emscripten-core/emscripten.git",
|
2021-03-08 15:52:14 -08:00
|
|
|
"git_branch": "main",
|
2020-09-21 16:59:19 -07:00
|
|
|
"activated_cfg": "EMSCRIPTEN_ROOT='%installation_dir%'",
|
2019-08-27 11:47:57 -07:00
|
|
|
"activated_path": "%installation_dir%",
|
2020-09-21 16:59:19 -07:00
|
|
|
"activated_env": "EMSCRIPTEN=%installation_dir%",
|
2019-08-27 11:47:57 -07:00
|
|
|
"cmake_build_type": "Release",
|
2020-09-21 16:59:19 -07:00
|
|
|
"custom_install_script": "emscripten_npm_install"
|
2019-08-27 11:47:57 -07:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"id": "binaryen",
|
2021-03-09 11:13:09 -08:00
|
|
|
"version": "main",
|
2019-08-27 11:47:57 -07:00
|
|
|
"bitness": 32,
|
|
|
|
|
"append_bitness": false,
|
|
|
|
|
"url": "https://github.com/WebAssembly/binaryen.git",
|
2021-01-21 18:57:59 -08:00
|
|
|
"git_branch": "main",
|
2019-08-27 11:47:57 -07:00
|
|
|
"activated_cfg": "BINARYEN_ROOT='%installation_dir%%generator_prefix%_32bit_binaryen'",
|
|
|
|
|
"activated_path": "%installation_dir%%generator_prefix%_32bit_binaryen/bin",
|
|
|
|
|
"activated_env": "BINARYEN_ROOT=%installation_dir%%generator_prefix%_32bit_binaryen",
|
|
|
|
|
"cmake_build_type": "Release",
|
|
|
|
|
"custom_install_script": "build_binaryen",
|
|
|
|
|
"custom_is_installed_script": "is_binaryen_installed",
|
|
|
|
|
"custom_uninstall_script": "uninstall_binaryen"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"id": "binaryen",
|
2021-03-08 08:33:25 -08:00
|
|
|
"version": "main",
|
2019-08-27 11:47:57 -07:00
|
|
|
"bitness": 64,
|
|
|
|
|
"append_bitness": false,
|
|
|
|
|
"url": "https://github.com/WebAssembly/binaryen.git",
|
2021-01-21 18:57:59 -08:00
|
|
|
"git_branch": "main",
|
2019-08-27 11:47:57 -07:00
|
|
|
"activated_cfg": "BINARYEN_ROOT='%installation_dir%%generator_prefix%_64bit_binaryen'",
|
|
|
|
|
"activated_path": "%installation_dir%%generator_prefix%_64bit_binaryen/bin",
|
|
|
|
|
"activated_env": "BINARYEN_ROOT=%installation_dir%%generator_prefix%_64bit_binaryen",
|
|
|
|
|
"cmake_build_type": "Release",
|
|
|
|
|
"custom_install_script": "build_binaryen",
|
|
|
|
|
"custom_is_installed_script": "is_binaryen_installed",
|
|
|
|
|
"custom_uninstall_script": "uninstall_binaryen"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"id": "mingw",
|
|
|
|
|
"version": "7.1.0",
|
|
|
|
|
"bitness": 64,
|
|
|
|
|
"windows_url": "mingw_7.1.0_64bit.zip",
|
|
|
|
|
"activated_cfg": "MINGW_ROOT='%installation_dir%'",
|
|
|
|
|
"activated_path": "%installation_dir%/bin"
|
2021-03-15 09:15:26 +02:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"id": "ninja",
|
|
|
|
|
"version": "git-release",
|
|
|
|
|
"bitness": 64,
|
|
|
|
|
"url": "https://github.com/ninja-build/ninja.git",
|
|
|
|
|
"git_branch": "release",
|
|
|
|
|
"activated_cfg": "NINJA=%installation_dir%/bin",
|
|
|
|
|
"activated_path": "%installation_dir%/bin",
|
|
|
|
|
"cmake_build_type": "Release",
|
|
|
|
|
"custom_install_script": "build_ninja"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"id": "ccache",
|
|
|
|
|
"version": "git-emscripten",
|
|
|
|
|
"bitness": 64,
|
|
|
|
|
"url": "https://github.com/juj/ccache.git",
|
|
|
|
|
"git_branch": "emscripten",
|
|
|
|
|
"activated_path": "%installation_dir%/bin",
|
2021-03-17 17:26:19 +02:00
|
|
|
"activated_env": "_EMCC_CCACHE=1;CCACHE_CONFIGPATH=%installation_dir%/emcc_ccache.conf",
|
2021-03-15 09:15:26 +02:00
|
|
|
"cmake_build_type": "Release",
|
|
|
|
|
"custom_install_script": "build_ccache"
|
2019-08-27 11:47:57 -07:00
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
|
|
|
|
|
"sdks": [
|
2019-12-16 23:59:15 +02:00
|
|
|
{
|
2023-01-13 20:11:55 -08:00
|
|
|
"version": "main",
|
2019-12-17 21:52:41 +02:00
|
|
|
"bitness": 64,
|
2025-05-30 01:00:30 +03:00
|
|
|
"uses": ["python-3.13.3-64bit", "llvm-git-main-64bit", "node-22.16.0-64bit", "emscripten-main-64bit", "binaryen-main-64bit"],
|
2019-08-27 11:47:57 -07:00
|
|
|
"os": "win"
|
|
|
|
|
},
|
|
|
|
|
{
|
2023-01-13 20:11:55 -08:00
|
|
|
"version": "main",
|
2019-08-27 11:47:57 -07:00
|
|
|
"bitness": 64,
|
2025-05-30 01:00:30 +03:00
|
|
|
"uses": ["python-3.13.3-64bit", "llvm-git-main-64bit", "node-22.16.0-64bit", "emscripten-main-64bit", "binaryen-main-64bit"],
|
2020-07-21 12:26:30 -07:00
|
|
|
"os": "macos"
|
2019-08-27 11:47:57 -07:00
|
|
|
},
|
|
|
|
|
{
|
2023-01-13 20:11:55 -08:00
|
|
|
"version": "main",
|
2019-08-27 11:47:57 -07:00
|
|
|
"bitness": 64,
|
2025-05-30 01:00:30 +03:00
|
|
|
"uses": ["llvm-git-main-64bit", "node-22.16.0-64bit", "emscripten-main-64bit", "binaryen-main-64bit"],
|
2019-08-27 11:47:57 -07:00
|
|
|
"os": "linux"
|
|
|
|
|
},
|
2020-04-15 20:10:44 -04:00
|
|
|
{
|
2023-01-13 20:11:55 -08:00
|
|
|
"version": "main",
|
2020-04-15 20:10:44 -04:00
|
|
|
"bitness": 32,
|
2021-03-08 15:52:14 -08:00
|
|
|
"uses": ["llvm-git-main-32bit", "emscripten-main-32bit", "binaryen-main-32bit"],
|
2020-04-15 20:10:44 -04:00
|
|
|
"os": "linux"
|
|
|
|
|
},
|
2019-08-27 11:47:57 -07:00
|
|
|
{
|
2023-01-13 20:11:55 -08:00
|
|
|
"version": "releases-%releases-tag%",
|
2019-08-27 11:47:57 -07:00
|
|
|
"bitness": 64,
|
2025-05-30 01:00:30 +03:00
|
|
|
"uses": ["node-22.16.0-64bit", "releases-%releases-tag%-64bit"],
|
2020-01-10 22:11:38 +02:00
|
|
|
"os": "linux",
|
|
|
|
|
"custom_install_script": "emscripten_npm_install"
|
2019-08-27 11:47:57 -07:00
|
|
|
},
|
|
|
|
|
{
|
2023-01-13 20:11:55 -08:00
|
|
|
"version": "releases-%releases-tag%",
|
2019-08-27 11:47:57 -07:00
|
|
|
"bitness": 64,
|
2025-05-30 01:00:30 +03:00
|
|
|
"uses": ["node-22.16.0-64bit", "python-3.13.3-64bit", "releases-%releases-tag%-64bit"],
|
2020-07-21 12:26:30 -07:00
|
|
|
"os": "macos",
|
2021-03-12 17:29:56 +02:00
|
|
|
"arch": "x86_64",
|
2020-01-10 22:11:38 +02:00
|
|
|
"custom_install_script": "emscripten_npm_install"
|
2019-08-27 11:47:57 -07:00
|
|
|
},
|
2021-05-11 08:40:06 -07:00
|
|
|
{
|
2023-01-13 20:11:55 -08:00
|
|
|
"version": "releases-%releases-tag%",
|
2021-05-11 08:40:06 -07:00
|
|
|
"bitness": 64,
|
2025-05-30 01:00:30 +03:00
|
|
|
"uses": ["node-22.16.0-64bit", "python-3.13.3-64bit", "releases-%releases-tag%-64bit"],
|
2021-05-11 08:40:06 -07:00
|
|
|
"os": "macos",
|
2023-06-27 13:46:33 -07:00
|
|
|
"arch": "arm64",
|
2021-05-11 08:40:06 -07:00
|
|
|
"custom_install_script": "emscripten_npm_install"
|
|
|
|
|
},
|
2019-08-27 11:47:57 -07:00
|
|
|
{
|
2023-01-13 20:11:55 -08:00
|
|
|
"version": "releases-%releases-tag%",
|
2019-08-27 11:47:57 -07:00
|
|
|
"bitness": 64,
|
2025-05-30 01:00:30 +03:00
|
|
|
"uses": ["node-22.16.0-64bit", "python-3.13.3-64bit", "releases-%releases-tag%-64bit"],
|
2020-01-10 22:11:38 +02:00
|
|
|
"os": "win",
|
|
|
|
|
"custom_install_script": "emscripten_npm_install"
|
2019-08-27 11:47:57 -07:00
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|