pygame-web / pygbag

python and pygame wasm for everyone ( packager + test server + simulator )
https://github.com/pygame-web
MIT License
338 stars 39 forks source link

pythons.js as comipled in release #184

Open ManPython opened 1 week ago

ManPython commented 1 week ago

I not have in pygbag-0.9.2\build\web\archives\0.0 a pythons.js or not exist pygbag-0.9.2\build\web\archives\0.9.2 after run wasm-build-all https://github.com/pygame-web/pygbag/releases/tag/0.9.2 https://pygame-web.github.io/archives/0.9/pythons.js - is this 0.9.2 or 0.9 ? Want suggest to add in to releases pythons.js https://github.com/pygame-web/pygbag/releases/tag/0.9.2/pythons.js

pmp-p commented 1 week ago

static files ( not compiled ) are served from here https://github.com/pygame-web/pygbag/tree/main/static. if you host them you need to copy them at the right place.

0.9 is pypi "stable" version with tested wheels and runtime from https://pygame-web.github.io/archives/0.9/

0.9.2 is git version and use cp312-0.9.2 devel. wheels against CI runtime from https://pygame-web.github.io/pygbag/0.0/

ManPython commented 1 week ago

Ok, but also refering to the my local pygbag-0.9.2\build\web\ after run wasm-build-all as not compiled correctly I think.