Skip to content

Commit

Permalink
Emscripten 3.1.67 (pyodide#5333)
Browse files Browse the repository at this point in the history
  • Loading branch information
hoodmane authored Jan 30, 2025
1 parent 6a1a74a commit 6a7c923
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Makefile.envs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export PYVERSION ?= 3.12.7
export PYODIDE_EMSCRIPTEN_VERSION ?= 3.1.66
export PYODIDE_EMSCRIPTEN_VERSION ?= 3.1.67
export PYODIDE_VERSION ?= 0.28.0.dev0
export PYODIDE_ABI_VERSION ?= 2025_0

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From 24f7e1b67c1aa80d4c28e2543b72d06983999149 Mon Sep 17 00:00:00 2001
From b2cb343f843580827b4bbed9ab2d3141ac19fa68 Mon Sep 17 00:00:00 2001
From: Hood Chatham <[email protected]>
Date: Fri, 2 Jun 2023 11:59:32 -0700
Subject: [PATCH 1/6] Add back fs.findObject and fs.readFile in loadLibData
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From 74b1f9348576e1f7c0262593efff608fd4984c55 Mon Sep 17 00:00:00 2001
From c745ab7eb3160b8701ad718b95ebbab19eadc024 Mon Sep 17 00:00:00 2001
From: Hood Chatham <[email protected]>
Date: Fri, 19 May 2023 12:19:00 -0700
Subject: [PATCH 2/6] Add useful error when symbol resolution fails
Expand Down
2 changes: 1 addition & 1 deletion emsdk/patches/0003-Changes-for-JSPI.patch
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From dcb4a60a8c65659d5feece392480dff2dfa60c65 Mon Sep 17 00:00:00 2001
From 894469c2833cdfe429f249f97cecf9b3fcd0c661 Mon Sep 17 00:00:00 2001
From: Hood Chatham <[email protected]>
Date: Thu, 22 Jun 2023 18:53:22 -0700
Subject: [PATCH 3/6] Changes for JSPI
Expand Down
2 changes: 1 addition & 1 deletion emsdk/patches/0004-Raise-when-no-argument-is-given.patch
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From a55cd2d9b0d19843414b3279b153ab1e4dfce6be Mon Sep 17 00:00:00 2001
From 8401900a8e0d3c6f9ac6e00257784668ebf4d555 Mon Sep 17 00:00:00 2001
From: ryanking13 <[email protected]>
Date: Sat, 20 Jan 2024 19:02:32 +0900
Subject: [PATCH 4/6] Raise when no argument is given
Expand Down
2 changes: 1 addition & 1 deletion emsdk/patches/0005-Make-seek-work-on-dev-null-22886.patch
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From 1629c3b0af6dba5fdb68ccc73f7c20e734b7b058 Mon Sep 17 00:00:00 2001
From b14d86eb6014ced11fd64cfe9b156c316246006c Mon Sep 17 00:00:00 2001
From: Hood Chatham <[email protected]>
Date: Mon, 18 Nov 2024 20:55:25 +0100
Subject: [PATCH 5/6] Make seek work on `/dev/null` (#22886)
Expand Down

0 comments on commit 6a7c923

Please sign in to comment.