forked from pyodide/pyodide
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
emsdk/patches/0001-Add-back-fs.findObject-and-fs.readFile-in-loadLibDat.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
2 changes: 1 addition & 1 deletion
2
emsdk/patches/0002-Add-useful-error-when-symbol-resolution-fails.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) | ||
|