Skip to content

Commit

Permalink
Updated the WASM wheel
Browse files Browse the repository at this point in the history
  • Loading branch information
kitao committed Sep 23, 2022
1 parent bb39ec2 commit 9668af2
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion wasm/pyxel.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const PYODIDE_SDL2_URL = 'https://cdn.jsdelivr.net/gh/kitao/pyodide-sdl2@20220923/pyodide.js';
const PYXEL_WHEEL_NAME = 'pyxel-1.8.5-cp37-abi3-emscripten_3_1_21_wasm32.whl';
const PYXEL_WHEEL_NAME = 'pyxel-1.8.6-cp37-abi3-emscripten_3_1_21_wasm32.whl';

class Pyxel {
constructor(pyodide) {
Expand Down

0 comments on commit 9668af2

Please sign in to comment.