Skip to content

Commit f1e8116

Browse files
committed
Upgrade Pyodide
1 parent 517b6fb commit f1e8116

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/PyodideWorker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const PyodideWorker = () => {
77
`${process.env.ASSETS_URL}/pyodide/shims/_internal_sense_hat.js`,
88
);
99
importScripts(`${process.env.ASSETS_URL}/pyodide/shims/pygal.js`);
10-
importScripts("https://cdn.jsdelivr.net/pyodide/v0.26.2/full/pyodide.js");
10+
importScripts("https://cdn.jsdelivr.net/pyodide/v0.29.3/full/pyodide.js");
1111

1212
const supportsAllFeatures = typeof SharedArrayBuffer !== "undefined";
1313

0 commit comments

Comments
 (0)