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
|
|
|
|
|
|
|
|
{
|
|
|
|
|
"id": "node",
|
|
|
|
|
"version": "8.9.1",
|
|
|
|
|
"bitness": 32,
|
|
|
|
|
"arch": "x86",
|
|
|
|
|
"windows_url": "node-v8.9.1-win-x86.zip",
|
|
|
|
|
"linux_url": "node-v8.9.1-linux-x86.tar.xz",
|
|
|
|
|
"activated_path": "%installation_dir%/bin",
|
|
|
|
|
"activated_cfg": "NODE_JS='%installation_dir%/bin/node%.exe%'",
|
2021-03-16 09:43:02 +02:00
|
|
|
"activated_env": "EMSDK_NODE=%installation_dir%/bin/node%.exe%",
|
|
|
|
|
"is_old": true
|
2019-08-27 11:47:57 -07:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"id": "node",
|
|
|
|
|
"version": "8.9.1",
|
|
|
|
|
"arch": "arm",
|
|
|
|
|
"bitness": 32,
|
|
|
|
|
"linux_url": "https://nodejs.org/dist/v8.9.1/node-v8.9.1-linux-armv7l.tar.xz",
|
|
|
|
|
"activated_path": "%installation_dir%/bin",
|
|
|
|
|
"activated_cfg": "NODE_JS='%installation_dir%/bin/node%.exe%'",
|
2021-03-16 09:43:02 +02:00
|
|
|
"activated_env": "EMSDK_NODE=%installation_dir%/bin/node%.exe%",
|
|
|
|
|
"is_old": true
|
2019-08-27 11:47:57 -07:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"id": "node",
|
|
|
|
|
"version": "8.9.1",
|
|
|
|
|
"bitness": 64,
|
|
|
|
|
"arch": "x86_64",
|
2020-07-21 12:26:30 -07:00
|
|
|
"macos_url": "node-v8.9.1-darwin-x64.tar.gz",
|
2019-08-27 11:47:57 -07:00
|
|
|
"windows_url": "node-v8.9.1-win-x64.zip",
|
|
|
|
|
"linux_url": "node-v8.9.1-linux-x64.tar.xz",
|
|
|
|
|
"activated_path": "%installation_dir%/bin",
|
|
|
|
|
"activated_cfg": "NODE_JS='%installation_dir%/bin/node%.exe%'",
|
2021-03-16 09:43:02 +02:00
|
|
|
"activated_env": "EMSDK_NODE=%installation_dir%/bin/node%.exe%",
|
|
|
|
|
"is_old": true
|
2019-08-27 11:47:57 -07:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"id": "node",
|
|
|
|
|
"version": "8.9.1",
|
2023-06-27 13:46:33 -07:00
|
|
|
"arch": "arm64",
|
2019-08-27 11:47:57 -07:00
|
|
|
"bitness": 64,
|
2019-08-30 12:46:41 -07:00
|
|
|
"linux_url": "node-v8.9.1-linux-arm64.tar.xz",
|
|
|
|
|
"activated_path": "%installation_dir%/bin",
|
|
|
|
|
"activated_cfg": "NODE_JS='%installation_dir%/bin/node%.exe%'",
|
2021-03-16 09:43:02 +02:00
|
|
|
"activated_env": "EMSDK_NODE=%installation_dir%/bin/node%.exe%",
|
|
|
|
|
"is_old": true
|
2019-08-30 12:46:41 -07:00
|
|
|
},
|
2021-10-27 20:12:06 +03:00
|
|
|
{
|
|
|
|
|
"id": "node",
|
|
|
|
|
"version": "12.18.1",
|
|
|
|
|
"bitness": 32,
|
|
|
|
|
"arch": "x86",
|
|
|
|
|
"windows_url": "node-v12.18.1-win-x86.zip",
|
|
|
|
|
"activated_path": "%installation_dir%/bin",
|
|
|
|
|
"activated_cfg": "NODE_JS='%installation_dir%/bin/node%.exe%'",
|
|
|
|
|
"activated_env": "EMSDK_NODE=%installation_dir%/bin/node%.exe%",
|
|
|
|
|
"is_old": true
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"id": "node",
|
|
|
|
|
"version": "12.18.1",
|
|
|
|
|
"arch": "arm",
|
|
|
|
|
"bitness": 32,
|
|
|
|
|
"linux_url": "node-v12.18.1-linux-armv7l.tar.xz",
|
|
|
|
|
"activated_path": "%installation_dir%/bin",
|
|
|
|
|
"activated_cfg": "NODE_JS='%installation_dir%/bin/node%.exe%'",
|
|
|
|
|
"activated_env": "EMSDK_NODE=%installation_dir%/bin/node%.exe%",
|
|
|
|
|
"is_old": true
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"id": "node",
|
|
|
|
|
"version": "12.18.1",
|
|
|
|
|
"bitness": 64,
|
|
|
|
|
"arch": "x86_64",
|
|
|
|
|
"macos_url": "node-v12.18.1-darwin-x64.tar.gz",
|
|
|
|
|
"windows_url": "node-v12.18.1-win-x64.zip",
|
|
|
|
|
"linux_url": "node-v12.18.1-linux-x64.tar.xz",
|
|
|
|
|
"activated_path": "%installation_dir%/bin",
|
|
|
|
|
"activated_cfg": "NODE_JS='%installation_dir%/bin/node%.exe%'",
|
|
|
|
|
"activated_env": "EMSDK_NODE=%installation_dir%/bin/node%.exe%",
|
|
|
|
|
"is_old": true
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"id": "node",
|
|
|
|
|
"version": "12.18.1",
|
2023-06-27 13:46:33 -07:00
|
|
|
"arch": "arm64",
|
2021-10-27 20:12:06 +03:00
|
|
|
"bitness": 64,
|
|
|
|
|
"linux_url": "node-v12.18.1-linux-arm64.tar.xz",
|
|
|
|
|
"activated_path": "%installation_dir%/bin",
|
|
|
|
|
"activated_cfg": "NODE_JS='%installation_dir%/bin/node%.exe%'",
|
|
|
|
|
"activated_env": "EMSDK_NODE=%installation_dir%/bin/node%.exe%",
|
|
|
|
|
"is_old": true
|
|
|
|
|
},
|
2022-01-09 07:43:39 -08:00
|
|
|
|
|
|
|
|
|
|
|
|
|
{
|
|
|
|
|
"id": "node",
|
|
|
|
|
"version": "14.18.2",
|
|
|
|
|
"bitness": 32,
|
|
|
|
|
"arch": "x86",
|
|
|
|
|
"windows_url": "node-v14.18.2-win-x86.zip",
|
|
|
|
|
"activated_path": "%installation_dir%/bin",
|
2023-04-10 13:54:35 -07:00
|
|
|
"activated_path_skip": "node",
|
2022-01-09 07:43:39 -08:00
|
|
|
"activated_cfg": "NODE_JS='%installation_dir%/bin/node%.exe%'",
|
|
|
|
|
"activated_env": "EMSDK_NODE=%installation_dir%/bin/node%.exe%"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"id": "node",
|
|
|
|
|
"version": "14.18.2",
|
|
|
|
|
"arch": "arm",
|
|
|
|
|
"bitness": 32,
|
|
|
|
|
"linux_url": "node-v14.18.2-linux-armv7l.tar.xz",
|
|
|
|
|
"activated_path": "%installation_dir%/bin",
|
2023-04-10 13:54:35 -07:00
|
|
|
"activated_path_skip": "node",
|
2022-01-09 07:43:39 -08:00
|
|
|
"activated_cfg": "NODE_JS='%installation_dir%/bin/node%.exe%'",
|
|
|
|
|
"activated_env": "EMSDK_NODE=%installation_dir%/bin/node%.exe%"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"id": "node",
|
|
|
|
|
"version": "14.18.2",
|
|
|
|
|
"bitness": 64,
|
|
|
|
|
"arch": "x86_64",
|
|
|
|
|
"macos_url": "node-v14.18.2-darwin-x64.tar.gz",
|
|
|
|
|
"windows_url": "node-v14.18.2-win-x64.zip",
|
|
|
|
|
"linux_url": "node-v14.18.2-linux-x64.tar.xz",
|
|
|
|
|
"activated_path": "%installation_dir%/bin",
|
2023-04-10 13:54:35 -07:00
|
|
|
"activated_path_skip": "node",
|
2022-01-09 07:43:39 -08:00
|
|
|
"activated_cfg": "NODE_JS='%installation_dir%/bin/node%.exe%'",
|
|
|
|
|
"activated_env": "EMSDK_NODE=%installation_dir%/bin/node%.exe%"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"id": "node",
|
|
|
|
|
"version": "14.18.2",
|
2023-06-27 13:46:33 -07:00
|
|
|
"arch": "arm64",
|
2022-01-09 07:43:39 -08:00
|
|
|
"bitness": 64,
|
|
|
|
|
"macos_url": "node-v14.18.2-darwin-x64.tar.gz",
|
|
|
|
|
"linux_url": "node-v14.18.2-linux-arm64.tar.xz",
|
|
|
|
|
"activated_path": "%installation_dir%/bin",
|
2023-04-10 13:54:35 -07:00
|
|
|
"activated_path_skip": "node",
|
2022-01-09 07:43:39 -08:00
|
|
|
"activated_cfg": "NODE_JS='%installation_dir%/bin/node%.exe%'",
|
|
|
|
|
"activated_env": "EMSDK_NODE=%installation_dir%/bin/node%.exe%"
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
|
2019-08-30 12:46:41 -07:00
|
|
|
{
|
|
|
|
|
"id": "node",
|
2021-02-12 16:47:20 -08:00
|
|
|
"version": "14.15.5",
|
2019-08-30 12:46:41 -07:00
|
|
|
"bitness": 32,
|
|
|
|
|
"arch": "x86",
|
2021-02-12 16:47:20 -08:00
|
|
|
"windows_url": "node-v14.15.5-win-x86.zip",
|
2019-08-30 12:46:41 -07:00
|
|
|
"activated_path": "%installation_dir%/bin",
|
2023-03-03 07:37:33 -08:00
|
|
|
"activated_path_skip": "node",
|
2019-08-30 12:46:41 -07:00
|
|
|
"activated_cfg": "NODE_JS='%installation_dir%/bin/node%.exe%'",
|
|
|
|
|
"activated_env": "EMSDK_NODE=%installation_dir%/bin/node%.exe%"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"id": "node",
|
2021-02-12 16:47:20 -08:00
|
|
|
"version": "14.15.5",
|
2019-08-30 12:46:41 -07:00
|
|
|
"arch": "arm",
|
|
|
|
|
"bitness": 32,
|
2021-02-12 16:47:20 -08:00
|
|
|
"linux_url": "node-v14.15.5-linux-armv7l.tar.xz",
|
2019-08-30 12:46:41 -07:00
|
|
|
"activated_path": "%installation_dir%/bin",
|
2023-03-03 07:37:33 -08:00
|
|
|
"activated_path_skip": "node",
|
2019-08-30 12:46:41 -07:00
|
|
|
"activated_cfg": "NODE_JS='%installation_dir%/bin/node%.exe%'",
|
|
|
|
|
"activated_env": "EMSDK_NODE=%installation_dir%/bin/node%.exe%"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"id": "node",
|
2021-02-12 16:47:20 -08:00
|
|
|
"version": "14.15.5",
|
2019-08-30 12:46:41 -07:00
|
|
|
"bitness": 64,
|
|
|
|
|
"arch": "x86_64",
|
2021-02-12 16:47:20 -08:00
|
|
|
"macos_url": "node-v14.15.5-darwin-x64.tar.gz",
|
|
|
|
|
"windows_url": "node-v14.15.5-win-x64.zip",
|
|
|
|
|
"linux_url": "node-v14.15.5-linux-x64.tar.xz",
|
2019-08-30 12:46:41 -07:00
|
|
|
"activated_path": "%installation_dir%/bin",
|
2023-03-03 07:37:33 -08:00
|
|
|
"activated_path_skip": "node",
|
2019-08-30 12:46:41 -07:00
|
|
|
"activated_cfg": "NODE_JS='%installation_dir%/bin/node%.exe%'",
|
|
|
|
|
"activated_env": "EMSDK_NODE=%installation_dir%/bin/node%.exe%"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"id": "node",
|
2021-02-12 16:47:20 -08:00
|
|
|
"version": "14.15.5",
|
2023-06-27 13:46:33 -07:00
|
|
|
"arch": "arm64",
|
2019-08-30 12:46:41 -07:00
|
|
|
"bitness": 64,
|
2021-03-12 17:29:56 +02:00
|
|
|
"macos_url": "node-v14.15.5-darwin-x64.tar.gz",
|
2021-02-12 16:47:20 -08:00
|
|
|
"linux_url": "node-v14.15.5-linux-arm64.tar.xz",
|
2019-08-27 11:47:57 -07:00
|
|
|
"activated_path": "%installation_dir%/bin",
|
2023-03-03 07:37:33 -08:00
|
|
|
"activated_path_skip": "node",
|
2019-08-27 11:47:57 -07:00
|
|
|
"activated_cfg": "NODE_JS='%installation_dir%/bin/node%.exe%'",
|
|
|
|
|
"activated_env": "EMSDK_NODE=%installation_dir%/bin/node%.exe%"
|
|
|
|
|
},
|
2022-01-09 07:43:39 -08:00
|
|
|
|
|
|
|
|
|
2023-04-11 11:17:46 -07:00
|
|
|
{
|
|
|
|
|
"id": "node",
|
|
|
|
|
"version": "15.14.0",
|
|
|
|
|
"bitness": 32,
|
|
|
|
|
"arch": "x86",
|
|
|
|
|
"windows_url": "node-v15.14.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": "15.14.0",
|
|
|
|
|
"arch": "arm",
|
|
|
|
|
"bitness": 32,
|
|
|
|
|
"linux_url": "node-v15.14.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": "15.14.0",
|
|
|
|
|
"bitness": 64,
|
|
|
|
|
"arch": "x86_64",
|
|
|
|
|
"macos_url": "node-v15.14.0-darwin-x64.tar.gz",
|
|
|
|
|
"windows_url": "node-v15.14.0-win-x64.zip",
|
|
|
|
|
"linux_url": "node-v15.14.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": "15.14.0",
|
2023-06-27 13:46:33 -07:00
|
|
|
"arch": "arm64",
|
2023-04-11 11:17:46 -07:00
|
|
|
"bitness": 64,
|
|
|
|
|
"macos_url": "node-v15.14.0-darwin-x64.tar.gz",
|
|
|
|
|
"linux_url": "node-v15.14.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%"
|
|
|
|
|
},
|
|
|
|
|
|
2023-06-20 11:57:05 -07:00
|
|
|
{
|
|
|
|
|
"id": "node",
|
|
|
|
|
"version": "16.20.0",
|
|
|
|
|
"bitness": 32,
|
|
|
|
|
"arch": "x86",
|
|
|
|
|
"windows_url": "node-v16.20.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": "16.20.0",
|
|
|
|
|
"arch": "arm",
|
|
|
|
|
"bitness": 32,
|
|
|
|
|
"linux_url": "node-v16.20.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": "16.20.0",
|
|
|
|
|
"bitness": 64,
|
|
|
|
|
"arch": "x86_64",
|
|
|
|
|
"macos_url": "node-v16.20.0-darwin-x64.tar.gz",
|
|
|
|
|
"windows_url": "node-v16.20.0-win-x64.zip",
|
|
|
|
|
"linux_url": "node-v16.20.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": "16.20.0",
|
2023-06-27 13:46:33 -07:00
|
|
|
"arch": "arm64",
|
2023-06-20 11:57:05 -07:00
|
|
|
"bitness": 64,
|
|
|
|
|
"macos_url": "node-v16.20.0-darwin-arm64.tar.gz",
|
|
|
|
|
"linux_url": "node-v16.20.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%"
|
|
|
|
|
},
|
|
|
|
|
|
2023-04-11 11:17:46 -07:00
|
|
|
|
2019-08-27 11:47:57 -07:00
|
|
|
{
|
|
|
|
|
"id": "python",
|
|
|
|
|
"version": "2.7.13.1",
|
|
|
|
|
"bitness": 32,
|
|
|
|
|
"arch": "x86",
|
|
|
|
|
"windows_url": "WinPython-32bit-2.7.13.1Zero.zip",
|
|
|
|
|
"activated_cfg": "PYTHON='%installation_dir%/python-2.7.13/python%.exe%'",
|
2021-03-16 09:43:02 +02:00
|
|
|
"activated_env": "EMSDK_PYTHON=%installation_dir%/python-2.7.13/python%.exe%",
|
|
|
|
|
"is_old": true
|
2019-08-27 11:47:57 -07:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"id": "python",
|
|
|
|
|
"version": "2.7.13.1",
|
|
|
|
|
"bitness": 64,
|
|
|
|
|
"arch": "x86_64",
|
|
|
|
|
"windows_url": "WinPython-64bit-2.7.13.1Zero.zip",
|
|
|
|
|
"activated_cfg": "PYTHON='%installation_dir%/python-2.7.13.amd64/python%.exe%'",
|
2021-03-16 09:43:02 +02:00
|
|
|
"activated_env": "EMSDK_PYTHON=%installation_dir%/python-2.7.13.amd64/python%.exe%",
|
|
|
|
|
"is_old": true
|
2019-08-27 11:47:57 -07:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"id": "python",
|
2020-02-04 17:03:20 -08:00
|
|
|
"version": "3.7.4",
|
2019-12-03 09:20:05 +02:00
|
|
|
"bitness": 32,
|
|
|
|
|
"arch": "x86",
|
2020-02-04 17:03:20 -08:00
|
|
|
"windows_url": "python-3.7.4-embed-win32-patched.zip",
|
|
|
|
|
"activated_cfg": "PYTHON='%installation_dir%/python.exe'",
|
2021-03-16 09:43:02 +02:00
|
|
|
"activated_env": "EMSDK_PYTHON=%installation_dir%/python.exe",
|
|
|
|
|
"is_old": true
|
2019-08-27 11:47:57 -07:00
|
|
|
},
|
|
|
|
|
{
|
2019-12-03 09:20:05 +02:00
|
|
|
"id": "python",
|
2020-02-04 17:03:20 -08:00
|
|
|
"version": "3.7.4",
|
2019-12-03 09:20:05 +02:00
|
|
|
"bitness": 64,
|
|
|
|
|
"arch": "x86_64",
|
2020-02-04 17:03:20 -08:00
|
|
|
"windows_url": "python-3.7.4-embed-amd64-patched.zip",
|
|
|
|
|
"activated_cfg": "PYTHON='%installation_dir%/python.exe'",
|
2021-03-16 09:43:02 +02:00
|
|
|
"activated_env": "EMSDK_PYTHON=%installation_dir%/python.exe",
|
|
|
|
|
"is_old": true
|
2019-08-27 11:47:57 -07:00
|
|
|
},
|
2020-05-04 14:09:32 -04:00
|
|
|
{
|
|
|
|
|
"id": "python",
|
|
|
|
|
"version": "3.7.4-pywin32",
|
|
|
|
|
"bitness": 32,
|
|
|
|
|
"arch": "x86",
|
|
|
|
|
"windows_url": "python-3.7.4-embed-win32+pywin32.zip",
|
|
|
|
|
"activated_cfg": "PYTHON='%installation_dir%/python.exe'",
|
2021-03-16 09:43:02 +02:00
|
|
|
"activated_env": "EMSDK_PYTHON=%installation_dir%/python.exe",
|
|
|
|
|
"is_old": true
|
2020-05-04 14:09:32 -04:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"id": "python",
|
|
|
|
|
"version": "3.7.4-pywin32",
|
|
|
|
|
"bitness": 64,
|
|
|
|
|
"arch": "x86_64",
|
|
|
|
|
"windows_url": "python-3.7.4-embed-amd64+pywin32.zip",
|
|
|
|
|
"activated_cfg": "PYTHON='%installation_dir%/python.exe'",
|
2021-03-16 09:43:02 +02:00
|
|
|
"activated_env": "EMSDK_PYTHON=%installation_dir%/python.exe",
|
|
|
|
|
"is_old": true
|
2020-05-04 14:09:32 -04:00
|
|
|
},
|
2020-07-21 10:21:02 -07:00
|
|
|
{
|
|
|
|
|
"id": "python",
|
2020-08-11 11:51:47 -07:00
|
|
|
"version": "3.7.4-2",
|
2020-07-21 10:21:02 -07:00
|
|
|
"bitness": 64,
|
|
|
|
|
"arch": "x86_64",
|
2020-08-11 11:51:47 -07:00
|
|
|
"macos_url": "python-3.7.4-2-macos.tar.gz",
|
2020-07-21 10:21:02 -07:00
|
|
|
"activated_cfg": "PYTHON='%installation_dir%/bin/python3'",
|
2021-03-16 09:43:02 +02:00
|
|
|
"activated_env": "EMSDK_PYTHON=%installation_dir%/bin/python3;SSL_CERT_FILE=%installation_dir%/lib/python3.7/site-packages/certifi/cacert.pem",
|
|
|
|
|
"is_old": true
|
|
|
|
|
},
|
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"
|
|
|
|
|
},
|
2019-08-27 11:47:57 -07:00
|
|
|
{
|
2019-12-03 09:20:05 +02:00
|
|
|
"id": "java",
|
|
|
|
|
"version": "8.152",
|
|
|
|
|
"bitness": 32,
|
|
|
|
|
"arch": "x86",
|
|
|
|
|
"windows_url": "portable_jre_8_update_152_32bit.zip",
|
|
|
|
|
"activated_env": "JAVA_HOME=%installation_dir%",
|
|
|
|
|
"activated_cfg": "JAVA='%installation_dir%/bin/java%.exe%'"
|
2019-08-27 11:47:57 -07:00
|
|
|
},
|
|
|
|
|
{
|
2019-12-03 09:20:05 +02:00
|
|
|
"id": "java",
|
|
|
|
|
"version": "8.152",
|
|
|
|
|
"bitness": 64,
|
|
|
|
|
"arch": "x86_64",
|
|
|
|
|
"windows_url": "portable_jre_8_update_152_64bit.zip",
|
|
|
|
|
"activated_env": "JAVA_HOME=%installation_dir%",
|
|
|
|
|
"activated_cfg": "JAVA='%installation_dir%/bin/java%.exe%'"
|
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": "gnu",
|
|
|
|
|
"version": "2.5.4",
|
|
|
|
|
"windows_url": "grep-2.5.4.zip",
|
|
|
|
|
"activated_path": "%installation_dir%/bin"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"id": "mingw",
|
|
|
|
|
"version": "4.6.2",
|
|
|
|
|
"bitness": 32,
|
|
|
|
|
"windows_url": "mingw_4.6.2_32bit.zip",
|
|
|
|
|
"activated_cfg": "MINGW_ROOT='%installation_dir%'",
|
|
|
|
|
"activated_path": "%installation_dir%",
|
|
|
|
|
"is_old": true
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"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,
|
2023-06-20 11:57:05 -07:00
|
|
|
"uses": ["python-3.9.2-nuget-64bit", "llvm-git-main-64bit", "node-16.20.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,
|
2023-06-20 11:57:05 -07:00
|
|
|
"uses": ["python-3.9.2-64bit", "llvm-git-main-64bit", "node-16.20.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,
|
2023-06-20 11:57:05 -07:00
|
|
|
"uses": ["llvm-git-main-64bit", "node-16.20.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,
|
2023-06-20 11:57:05 -07:00
|
|
|
"uses": ["node-16.20.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,
|
2023-06-20 11:57:05 -07:00
|
|
|
"uses": ["node-16.20.0-64bit", "python-3.9.2-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,
|
2023-06-20 11:57:05 -07:00
|
|
|
"uses": ["node-16.20.0-64bit", "python-3.9.2-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,
|
2023-06-20 11:57:05 -07:00
|
|
|
"uses": ["node-16.20.0-64bit", "python-3.9.2-nuget-64bit", "java-8.152-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
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|