Skip to content

Commit dca19bc

Browse files
committed
Bump pyxel WASM wheel to 2.8.1
Rename the distributed pyxel WASM wheel from 2.8.0 to 2.8.1 and update wasm/pyxel.js to reference the new wheel filename (pyxel-2.8.1-cp38-abi3-emscripten_4_0_9_wasm32.whl). This ensures the web loader uses the updated Pyxel release.
1 parent 98b4f32 commit dca19bc

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

wasm/pyxel-2.8.0-cp38-abi3-emscripten_4_0_9_wasm32.whl renamed to wasm/pyxel-2.8.1-cp38-abi3-emscripten_4_0_9_wasm32.whl

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