From ce97a7d9d04eaec549e8adeb6be73cf7cd2c605b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 23 Aug 2024 00:33:41 +0000 Subject: [PATCH] emscripten: Update to version 3.1.65 --- bucket/emscripten.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/emscripten.json b/bucket/emscripten.json index 8ab7eb960d..fc996312bc 100644 --- a/bucket/emscripten.json +++ b/bucket/emscripten.json @@ -1,6 +1,6 @@ { "##": ".bat won't be able to modify shell sessions of PowerShell, Fish, Bash etc. Therefore env_add_path is required.", - "version": "3.1.64", + "version": "3.1.65", "description": "LLVM to WebAssembly compiler. Compiles C/C++ to WebAssembly that can be run on most web browsers.", "homepage": "https://emscripten.org/", "license": "MIT|NCSA", @@ -10,11 +10,11 @@ ], "architecture": { "64bit": { - "url": "https://github.com/emscripten-core/emsdk/archive/refs/tags/3.1.64.zip", - "hash": "2a61fc9d271cab441918b9495d1103c56b5062fd46c721e2d988a6dbbdf6cd01" + "url": "https://github.com/emscripten-core/emsdk/archive/refs/tags/3.1.65.zip", + "hash": "4edf9424ae092c18baf7c4a119d889cb78603edcda505a359197f75a8df8251a" } }, - "extract_dir": "emsdk-3.1.64", + "extract_dir": "emsdk-3.1.65", "pre_install": "if(!(Test-Path \"$persist_dir\\.emscripten\")) {New-Item \"$dir\\.emscripten\" -ItemType File | Out-Null}", "env_add_path": ".", "shortcuts": [