Skip to content

Commit afab94c

Browse files
committed
Updated the WASM wheel for v2.2.1
1 parent c997daf commit afab94c

3 files changed

+1
-1
lines changed
Binary file not shown.
Binary file not shown.

wasm/pyxel.js

+1-1
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.2/full/pyodide.js";
4-
const PYXEL_WHEEL_PATH = "pyxel-2.2.0-cp38-abi3-emscripten_3_1_61_wasm32.whl";
4+
const PYXEL_WHEEL_PATH = "pyxel-2.2.1-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)