-
Notifications
You must be signed in to change notification settings - Fork 831
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't deploy to wasmer.io #5326
Comments
Thank you so much for reporting this issue @femto! We really appreciate it. I took a peek at your repo, and correct me if I am wrong, it looks like a pygame app to me. Sadly, we currently do not support running pygame applications as wasmer-apps. P.S.: Ofc, the cool-factor of being able to run a pygame game is off the charts! |
I want to ask what kind of app can be deployed on wasmer.io? |
the template page (https://wasmer.io/templates) has a bunch of apps you can try out. There isn't an exhaustive list of apps anywhre atm but having one is a good idea! I'll create a ticket for it!
yeah, for the most part, only http apps are supported. You don't need to have any wasmer configuration to be able to deploy your app. If the server is able to "detect" the repository as an app, it can deploy it to Wasmer Edge. |
What type of app can you support? |
Hey @femto , I think we could support pygame via pygame-web. Please check instructions on this: https://pygame-web.github.io/#all-operating-systems If you want, we may be able to help you with a PR to your repo, so then you can deploy the repo to Wasmer.io. Let us know!
We currently support fully PHP, mostly JS and partially Python |
Describe the bug
Steps to reproduce
While trying to deploy https://github.com/femto/snake_game_py,
select this repo in Import Git Repository, Click Continue/Deploy,
then this error in image pops up, can't deploy
The text was updated successfully, but these errors were encountered: