Skip to content

Commit

Permalink
Updated the WASM wheel version
Browse files Browse the repository at this point in the history
  • Loading branch information
kitao committed Nov 9, 2022
1 parent 97ad0be commit ea0d787
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file not shown.
Binary file not shown.
4 changes: 2 additions & 2 deletions wasm/pyxel.js
Original file line number Diff line number Diff line change
@@ -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";
Expand Down

0 comments on commit ea0d787

Please sign in to comment.