From 94d15dc4658c9058b9794098401e33791a45d0dc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 2 Jul 2024 20:27:31 +0000 Subject: [PATCH] emscripten: Update to version 3.1.62 --- bucket/emscripten.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/emscripten.json b/bucket/emscripten.json index 710286c82e..fc9173d88f 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.61", + "version": "3.1.62", "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.61.zip", - "hash": "2459d98ea130217c65ecebd793c2360f5061807656317f67648f0c4df24a7cfc" + "url": "https://github.com/emscripten-core/emsdk/archive/refs/tags/3.1.62.zip", + "hash": "b82ca9a82f6009dac493d72d2f293d28531a6c220d7479eaa682fe7dd38c4f3e" } }, - "extract_dir": "emsdk-3.1.61", + "extract_dir": "emsdk-3.1.62", "pre_install": "if(!(Test-Path \"$persist_dir\\.emscripten\")) {New-Item \"$dir\\.emscripten\" -ItemType File | Out-Null}", "env_add_path": ".", "shortcuts": [