diff --git a/wasm/pyxel-2.2.1-cp38-abi3-emscripten_3_1_61_wasm32.whl b/wasm/pyxel-2.2.1-cp38-abi3-emscripten_3_1_61_wasm32.whl deleted file mode 100644 index 53248922a1..0000000000 Binary files a/wasm/pyxel-2.2.1-cp38-abi3-emscripten_3_1_61_wasm32.whl and /dev/null differ diff --git a/wasm/pyxel-2.2.2-cp38-abi3-emscripten_3_1_61_wasm32.whl b/wasm/pyxel-2.2.2-cp38-abi3-emscripten_3_1_61_wasm32.whl new file mode 100644 index 0000000000..e3c6eadd98 Binary files /dev/null and b/wasm/pyxel-2.2.2-cp38-abi3-emscripten_3_1_61_wasm32.whl differ diff --git a/wasm/pyxel.js b/wasm/pyxel.js index 9d4cde827a..7fc10e5c8d 100644 --- a/wasm/pyxel.js +++ b/wasm/pyxel.js @@ -1,7 +1,7 @@ const NO_SLEEP_URL = "https://cdnjs.cloudflare.com/ajax/libs/nosleep/0.12.0/NoSleep.min.js"; const PYODIDE_URL = "https://cdn.jsdelivr.net/pyodide/v0.26.2/full/pyodide.js"; -const PYXEL_WHEEL_PATH = "pyxel-2.2.1-cp38-abi3-emscripten_3_1_61_wasm32.whl"; +const PYXEL_WHEEL_PATH = "pyxel-2.2.2-cp38-abi3-emscripten_3_1_61_wasm32.whl"; const PYXEL_LOGO_PATH = "../docs/images/pyxel_logo_76x32.png"; const TOUCH_TO_START_PATH = "../docs/images/touch_to_start_114x14.png"; const CLICK_TO_START_PATH = "../docs/images/click_to_start_114x14.png";