Skip to content

Commit 6d2c562

Browse files
committed
Update the WASM wheel to version 2.6.1
1 parent 0bd1344 commit 6d2c562

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

wasm/pyxel-2.6.0-cp38-abi3-emscripten_4_0_9_wasm32.whl renamed to wasm/pyxel-2.6.1-cp38-abi3-emscripten_4_0_9_wasm32.whl

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.2/full/pyodide.js";
2-
const PYXEL_WHEEL_PATH = "pyxel-2.6.0-cp38-abi3-emscripten_4_0_9_wasm32.whl";
2+
const PYXEL_WHEEL_PATH = "pyxel-2.6.1-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)