From b4a8629d5e945625170ae9a8e745a243cca4aebf Mon Sep 17 00:00:00 2001 From: John Vandenberg Date: Mon, 20 Jul 2026 09:40:32 +0800 Subject: [PATCH] Fix Github AI findings --- services/ws-modules/pydata1/pkg/et_ws_pydata1.js | 3 +++ services/ws/src/lib.rs | 12 +++++++----- utilities/int-gen/src/lib.rs | 2 ++ utilities/int-gen/src/wit/messages.rs | 14 +++++++++++--- 4 files changed, 23 insertions(+), 8 deletions(-) diff --git a/services/ws-modules/pydata1/pkg/et_ws_pydata1.js b/services/ws-modules/pydata1/pkg/et_ws_pydata1.js index a1278b4..cf7a944 100644 --- a/services/ws-modules/pydata1/pkg/et_ws_pydata1.js +++ b/services/ws-modules/pydata1/pkg/et_ws_pydata1.js @@ -2,6 +2,9 @@ // Interface: default(wasmUrl), metadata(), run() const PYODIDE_BASE_PATH = "/modules/pyodide/"; +// ES-module entry used by the Deno / non-browser `import()` path below (its named export is `loadPyodide`); +// the browser path loads the UMD `pyodide.js` via a