-
Notifications
You must be signed in to change notification settings - Fork 4
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
Project Status #1
Comments
Pinging @syrusakbary @piranna :) |
Any update on this? Would be wonderful if this could be updated to latest python. |
@syrusakbary @piranna Same question. Is project planned on being updated? I recently found myself wanting to try out python on wasmer, but the current wapm package isn't working. I tried So I decided to try and build it myself. When I cloned the project and ran the build script, it complained that I then cloned pyodide master and tried to compile the latest on master, and it failed. According to this comment on pyodide issues, pyodide needs a lot of the js. I'm not sure what you guys did to strip out the js, so now I'm at an impasse. With the claim on the frontpage the wasmer can be used with python, I'd think you'd want a working |
Would it be worth creating an issue on pyodide to and asking them if they have any advice on striping JS, or even split the repo or providing tooling to remove JS? The team here seem pretty unresponsive. |
I did start doing that here |
Hi, I wanted to compile some Python code that uses numpy extensively to WASM and run it with wasmerio runtime, so I was about to start porting things from pyodide, but found this project just in time! (pfeww...). After some unsuccessful tries building everything, I wanted to ask about what's the status/plans for this project before spending too much time trying to fix things and contributing to some halted/dead project, or taking some of this work as a starting point for something new.
Thanks for your work, this is awesome! :)
The text was updated successfully, but these errors were encountered: