Skip to content

Commit 2dad372

Browse files
committed
Updated the WASM wheel to version 2.5.9
1 parent 5fb6888 commit 2dad372

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed
-2.72 MB
Binary file not shown.
2.5 MB
Binary file not shown.

wasm/pyxel.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const PYODIDE_URL = "https://cdn.jsdelivr.net/pyodide/v0.28.3/full/pyodide.js";
2-
const PYXEL_WHEEL_PATH = "pyxel-2.5.8-cp38-abi3-emscripten_4_0_9_wasm32.whl";
2+
const PYXEL_WHEEL_PATH = "pyxel-2.5.9-cp38-abi3-emscripten_4_0_9_wasm32.whl";
33
const PYXEL_LOGO_PATH = "../docs/images/pyxel_logo_76x32.png";
44
const TOUCH_TO_START_PATH = "../docs/images/touch_to_start_114x14.png";
55
const CLICK_TO_START_PATH = "../docs/images/click_to_start_114x14.png";

0 commit comments

Comments
 (0)