diff --git a/wasm/pyxel-2.0.1-cp37-abi3-emscripten_3_1_45_wasm32.whl b/wasm/pyxel-2.0.1-cp37-abi3-emscripten_3_1_45_wasm32.whl deleted file mode 100644 index c97032554..000000000 Binary files a/wasm/pyxel-2.0.1-cp37-abi3-emscripten_3_1_45_wasm32.whl and /dev/null differ diff --git a/wasm/pyxel-2.0.2-cp37-abi3-emscripten_3_1_45_wasm32.whl b/wasm/pyxel-2.0.2-cp37-abi3-emscripten_3_1_45_wasm32.whl new file mode 100644 index 000000000..b69b6317a Binary files /dev/null and b/wasm/pyxel-2.0.2-cp37-abi3-emscripten_3_1_45_wasm32.whl differ diff --git a/wasm/pyxel.js b/wasm/pyxel.js index ee8e69575..54d4cba08 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.24.1/full/pyodide.js"; -const PYXEL_WHEEL_PATH = "pyxel-2.0.1-cp37-abi3-emscripten_3_1_45_wasm32.whl"; +const PYXEL_WHEEL_PATH = "pyxel-2.0.2-cp37-abi3-emscripten_3_1_45_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";