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.initialized = false;
|
||||
|
|
@ -38,4 +38,4 @@ self.onmessage = async (event) => {
|
|||
// message
|
||||
flet_js.send(event.data);
|
||||
}
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue