From 99989d2bb38cf4e20a16370c76a6b4867ccbc78a Mon Sep 17 00:00:00 2001 From: syle Date: Thu, 28 Nov 2024 19:21:45 -0600 Subject: [PATCH] Updating pyodide version --- {{cookiecutter.out_dir}}/web/python-worker.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/{{cookiecutter.out_dir}}/web/python-worker.js b/{{cookiecutter.out_dir}}/web/python-worker.js index 463c036..4fbc1cf 100644 --- a/{{cookiecutter.out_dir}}/web/python-worker.js +++ b/{{cookiecutter.out_dir}}/web/python-worker.js @@ -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); } -}; \ No newline at end of file +};