There was an error while loading. Please reload this page.
1 parent 517b6fb commit f1e8116Copy full SHA for f1e8116
1 file changed
src/PyodideWorker.js
@@ -7,7 +7,7 @@ const PyodideWorker = () => {
7
`${process.env.ASSETS_URL}/pyodide/shims/_internal_sense_hat.js`,
8
);
9
importScripts(`${process.env.ASSETS_URL}/pyodide/shims/pygal.js`);
10
- importScripts("https://cdn.jsdelivr.net/pyodide/v0.26.2/full/pyodide.js");
+ importScripts("https://cdn.jsdelivr.net/pyodide/v0.29.3/full/pyodide.js");
11
12
const supportsAllFeatures = typeof SharedArrayBuffer !== "undefined";
13
0 commit comments