Skip to content

Commit c38b0c0

Browse files
committed
Updated Pyodide to its latest
1 parent 65d5467 commit c38b0c0

File tree

8 files changed

+7
-11
lines changed

8 files changed

+7
-11
lines changed

docs/index.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/index.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

esm/interpreter/pyodide.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ const applyOverride = () => {
7878
/* c8 ignore start */
7979
export default {
8080
type,
81-
module: (version = '0.25.1') =>
81+
module: (version = '0.26.0') =>
8282
`https://cdn.jsdelivr.net/pyodide/v${version}/full/pyodide.mjs`,
8383
async engine({ loadPyodide }, config, url) {
8484
// apply override ASAP then load foreign code

node.importmap

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"imports": {
33
"http://pyodide": "./test/mocked/pyodide.mjs",
4-
"https://cdn.jsdelivr.net/pyodide/v0.25.1/full/pyodide.mjs": "./test/mocked/pyodide.mjs",
4+
"https://cdn.jsdelivr.net/pyodide/v0.26.0/full/pyodide.mjs": "./test/mocked/pyodide.mjs",
55
"https://cdn.jsdelivr.net/npm/@micropython/[email protected]/micropython.mjs": "./test/mocked/micropython.mjs",
66
"./3rd-party/toml.js": "./test/mocked/toml.mjs"
77
}

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,6 @@
9090
"to-json-callback": "^0.1.1"
9191
},
9292
"worker": {
93-
"blob": "sha256-eG2hj9pRRsfcJCWLQ1EFPNlcmYLSsunHR06aVlLh7SA="
93+
"blob": "sha256-ASBVzsN+0aNO5ta7X2ltTs6XMVTphS15rcPAI2Nihx0="
9494
}
9595
}

test-results/.last-run.json

-4
This file was deleted.

test/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ const polyscript = require("../cjs");
7171
// all tests
7272
for (const test of [
7373
async function versionedRuntime() {
74-
document.head.innerHTML = `<script type="pyodide" version="0.25.1">${content}</script>`;
74+
document.head.innerHTML = `<script type="pyodide" version="0.26.0">${content}</script>`;
7575
await tick();
7676
assert(pyodide.content, dedent(content));
7777
assert(pyodide.target.tagName, "PYODIDE-SCRIPT");

versions/pyodide

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.25.1
1+
0.26.0

0 commit comments

Comments
 (0)