From 2a52882c82a8e5c030bc0090120cc0ab7a5506b1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 17 Apr 2023 20:25:03 +0000 Subject: [PATCH] emscripten: Update to version 3.1.36 --- bucket/emscripten.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/emscripten.json b/bucket/emscripten.json index 06fc19fe7c..7ea561b9bf 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.35", + "version": "3.1.36", "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.35.zip", - "hash": "0c72232a7fa9d3383e45575327633d58e0c62cbda58018a84d394f7384f131ce" + "url": "https://github.com/emscripten-core/emsdk/archive/refs/tags/3.1.36.zip", + "hash": "dd1306c5f58f87f754a6096d5c0040a4741795d4d934f2e9e53b4a4960c47aa2" } }, - "extract_dir": "emsdk-3.1.35", + "extract_dir": "emsdk-3.1.36", "pre_install": "if(!(Test-Path \"$persist_dir\\.emscripten\")) {New-Item \"$dir\\.emscripten\" -ItemType File | Out-Null}", "env_add_path": ".", "shortcuts": [