Updating pyodide version
This commit is contained in:
parent
7c65b36ce2
commit
99989d2bb3
|
|
@ -1,4 +1,4 @@
|
||||||
importScripts("https://cdn.jsdelivr.net/pyodide/v0.26.2/full/pyodide.js");
|
importScripts("https://cdn.jsdelivr.net/pyodide/v0.26.4/full/pyodide.js");
|
||||||
|
|
||||||
self.pythonModuleName = null;
|
self.pythonModuleName = null;
|
||||||
self.initialized = false;
|
self.initialized = false;
|
||||||
|
|
@ -38,4 +38,4 @@ self.onmessage = async (event) => {
|
||||||
// message
|
// message
|
||||||
flet_js.send(event.data);
|
flet_js.send(event.data);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue