Skip to content

Commit

Permalink
Updated the WASM wheel
Browse files Browse the repository at this point in the history
  • Loading branch information
kitao committed Feb 12, 2024
1 parent 34d243e commit 18f63a4
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion 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.6-cp37-abi3-emscripten_3_1_45_wasm32.whl";
const PYXEL_WHEEL_PATH = "pyxel-2.0.7-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";
Expand Down

0 comments on commit 18f63a4

Please sign in to comment.