Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Tracks porting efforts on some modules you'd like to have working in pygbag

NotificationsYou must be signed in to change notification settings

pygame-web/pkg-porting-wasm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

Tracks porting efforts on some modules you'd like to have working in pygbag

How to proceed :First check the existing package listherehttps://github.com/pygame-web/archives/tree/main/repo/pkg if proposed packages relies on other unavailable packages

https://pygame-web.github.io/wiki/pkg is a smaller list of what has been already tested and is considered useable on python-wasm.Packages to test are listed here

Please help fill uphttps://pygame-web.github.io/wiki/pkg when you find that a package is working well ( modified or not ).

go herehttps://github.com/pygame-web/pkg-porting-wasm/issues

open a issue there begin with package name on pypi, or toplevel import and both pypi project page and git url in description

with maybe a log of what happened when you tried to run it on web.

eg#3

When testing a module with pygbag runtime :

  • if tested modules are in a subfolder "modules" use sys.path.add("modules") before importing them.
  • Do not forget to putall non stdlib imports at top of main.py and in order, including those made by submodules.
  • The async import of pygbag runtime is a hack, driven by ast module + main.py with no re ordering .
  • Pypi does not provide a deps table, pyodide's one is borrowed but won't cover new modules manually added.

About

Tracks porting efforts on some modules you'd like to have working in pygbag

Topics

Resources

Stars

Watchers

Forks


[8]ページ先頭

©2009-2025 Movatter.jp