Skip to content

Commit 16bcae4

Browse files
committed
Updated the WASM wheel to version 2.4.6
1 parent 8c9357e commit 16bcae4

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed
Binary file not shown.
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.27.7/full/pyodide.js";
2-
const PYXEL_WHEEL_PATH = "pyxel-2.4.5-cp38-abi3-emscripten_3_1_58_wasm32.whl";
2+
const PYXEL_WHEEL_PATH = "pyxel-2.4.6-cp38-abi3-emscripten_3_1_58_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)