From 1410be74274251afe3da7479738e151f7a5b637f Mon Sep 17 00:00:00 2001 From: Davide Scaini Date: Sun, 26 Apr 2026 14:59:28 +0200 Subject: [PATCH] fix(mobile): patch pyodide.js at runtime to bypass Chrome 61 import() syntax MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Chrome 61 (Karoo WebView) cannot parse dynamic import() — a SyntaxError at parse time prevents loadPyodide from ever being defined. Fix: fetch pyodide.js as text, replace every import( with a __loadScript( shim that uses