Skip to content

Commit e2cec1e

Browse files
committed
Update Pyxel wasm wheel to 2.8.3
Rename the embedded Pyxel wheel from pyxel-2.8.2..._wasm32.whl to pyxel-2.8.3..._wasm32.whl and update PYXEL_WHEEL_PATH in wasm/pyxel.js to point to the new wheel. This bumps the bundled Pyxel WebAssembly package to v2.8.3.
1 parent b3a3e14 commit e2cec1e

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

wasm/pyxel-2.8.2-cp38-abi3-emscripten_4_0_9_wasm32.whl renamed to wasm/pyxel-2.8.3-cp38-abi3-emscripten_4_0_9_wasm32.whl

4.48 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.2-cp38-abi3-emscripten_4_0_9_wasm32.whl";
2+
const PYXEL_WHEEL_PATH = "pyxel-2.8.3-cp38-abi3-emscripten_4_0_9_wasm32.whl";
33
const PYXEL_LOGO_PATH = "images/pyxel_logo_76x32.png";
44
const TOUCH_TO_START_PATH = "images/touch_to_start_114x14.png";
55
const CLICK_TO_START_PATH = "images/click_to_start_114x14.png";

0 commit comments

Comments
 (0)