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 Apr 2, 2023
1 parent a2b630f commit 7a73e21
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
Expand Up @@ -2,7 +2,7 @@ const NO_SLEEP_URL =
"https://cdnjs.cloudflare.com/ajax/libs/nosleep/0.12.0/NoSleep.min.js";
const PYODIDE_SDL2_URL =
"https://cdn.jsdelivr.net/gh/kitao/pyodide-sdl2@0.22.1/pyodide.js";
const PYXEL_WHEEL_PATH = "pyxel-1.9.13-cp37-abi3-emscripten_3_1_34_wasm32.whl";
const PYXEL_WHEEL_PATH = "pyxel-1.9.14-cp37-abi3-emscripten_3_1_34_wasm32.whl";
const PYXEL_LOGO_PATH = "../docs/images/pyxel_logo_76x32.png";
const TOUCH_TO_START_PATH = "../docs/images/touch_to_start_114x14.png";
const CLICK_TO_START_PATH = "../docs/images/click_to_start_114x14.png";
Expand Down

1 comment on commit 7a73e21

@abdrhim04
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

تصفية الملفات المتغيرة
10
.github / سير العمل / build.yml
التعليق على هذا الملف
-8،19 +8،19وظائف:
المصفوفة : المصفوفة :
تشمل : تشمل :
- الهدف : x86_64-pc-windows-msvc - الهدف : x86_64-pc-windows-msvc
نظام التشغيل : windows- الأحدث نظام التشغيل : windows- 2022
القوس : x64 القوس : x64

      - الهدف : i686-pc-windows-msvc	          - الهدف : i686-pc-windows-msvc
        نظام التشغيل : windows- الأحدث	            نظام التشغيل : windows- 2022
        القوس : إلى x86	            القوس : إلى x86


      - الهدف : x86_64-apple-darwin	          - الهدف : x86_64-apple-darwin
        نظام التشغيل : macos- الأحدث	            نظام التشغيل : macos- 12
        القوس : x64	            القوس : x64


      - الهدف : aarch64-apple-darwin	          - الهدف : aarch64-apple-darwin
        نظام التشغيل : macos- الأحدث	            نظام التشغيل : macos- 12
        القوس : x64	            القوس : x64


تشغيل : $ {{matrix.os}}	    تشغيل : $ {{matrix.os}}

-70،7 +70،7وظائف:
- الهدف : aarch64-unknown-linux-gnu - الهدف : aarch64-unknown-linux-gnu
الصورة : messense / manylinux2014-cross: aarch64 الصورة : messense / manylinux2014-cross: aarch64

يعمل على : ubuntu- الأحدث	    يعمل على : ubuntu- 22.04
الحاوية : $ {{matrix.image}}	    الحاوية : $ {{matrix.image}}


خطوات :	    خطوات :

2
.github / سير العمل / release.yml
التعليق على هذا الملف
-10،7 +10،7وظائف:
الاستخدامات : kitao/pyxel/.github/workflows/build.yml@main الاستخدامات : kitao/pyxel/.github/workflows/build.yml@main

الافراج عن : الافراج عن :
يعمل على : macos- الأحدث يعمل على : macos- 12
الاحتياجات : البناء الاحتياجات : البناء
خطوات : خطوات :
- الاسم : راجع المستودع - الاسم : راجع المستودع

Please sign in to comment.