Skip to content

Commit 7085e87

Browse files
committed
Updated the WASM wheel for version 2.2.10
1 parent c9954ff commit 7085e87

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed
1.92 MB
Binary file not shown.
-1.89 MB
Binary file not shown.

wasm/pyxel.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
const NO_SLEEP_URL =
22
"https://cdnjs.cloudflare.com/ajax/libs/nosleep/0.12.0/NoSleep.min.js";
33
const PYODIDE_URL = "https://cdn.jsdelivr.net/pyodide/v0.26.4/full/pyodide.js";
4-
const PYXEL_WHEEL_PATH = "pyxel-2.2.9-cp38-abi3-emscripten_3_1_61_wasm32.whl";
4+
const PYXEL_WHEEL_PATH = "pyxel-2.2.10-cp38-abi3-emscripten_3_1_61_wasm32.whl";
55
const PYXEL_LOGO_PATH = "../docs/images/pyxel_logo_76x32.png";
66
const TOUCH_TO_START_PATH = "../docs/images/touch_to_start_114x14.png";
77
const CLICK_TO_START_PATH = "../docs/images/click_to_start_114x14.png";

0 commit comments

Comments
 (0)