Skip to content

Commit 862a1d3

Browse files
committed
Bump WASM wheel version to 2.6.0
1 parent 9693b64 commit 862a1d3

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed
-2.56 MB
Binary file not shown.
3.31 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.29.1/full/pyodide.js";
2-
const PYXEL_WHEEL_PATH = "pyxel-2.5.13-cp38-abi3-emscripten_4_0_9_wasm32.whl";
2+
const PYXEL_WHEEL_PATH = "pyxel-2.6.0-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)