diff --git a/wasm/pyxel-1.8.22-cp37-abi3-emscripten_3_1_21_wasm32.whl b/wasm/pyxel-1.8.22-cp37-abi3-emscripten_3_1_21_wasm32.whl deleted file mode 100644 index 720704807f..0000000000 Binary files a/wasm/pyxel-1.8.22-cp37-abi3-emscripten_3_1_21_wasm32.whl and /dev/null differ diff --git a/wasm/pyxel-1.9.0-cp37-abi3-emscripten_3_1_24_wasm32.whl b/wasm/pyxel-1.9.0-cp37-abi3-emscripten_3_1_24_wasm32.whl new file mode 100644 index 0000000000..1f0f1500a1 Binary files /dev/null and b/wasm/pyxel-1.9.0-cp37-abi3-emscripten_3_1_24_wasm32.whl differ diff --git a/wasm/pyxel.js b/wasm/pyxel.js index 7d27e6782e..7e681de1f5 100644 --- a/wasm/pyxel.js +++ b/wasm/pyxel.js @@ -1,8 +1,8 @@ const NO_SLEEP_URL = "https://cdnjs.cloudflare.com/ajax/libs/nosleep/0.12.0/NoSleep.min.js"; const PYODIDE_SDL2_URL = - "https://cdn.jsdelivr.net/gh/kitao/pyodide-sdl2@20221006/pyodide.js"; -const PYXEL_WHEEL_PATH = "pyxel-1.8.22-cp37-abi3-emscripten_3_1_21_wasm32.whl"; + "https://cdn.jsdelivr.net/gh/kitao/pyodide-sdl2@20221109/pyodide.js"; +const PYXEL_WHEEL_PATH = "pyxel-1.9.0-cp37-abi3-emscripten_3_1_24_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";