You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @heylouiz
I tried to integrate this branch into one internal product and it works perfectly.
Could you please add the script to generate the javascript files from python source code?
Then we can just re-run this script once there is any update made to the python files.
Hi @peonone
Sorry I missed this notification..
Unfortunately at the moment is not just a matter of running a script to generate the javascript files.
These files are generated by pyodide, this project compile python modules to webassembly and can be used in Javascript.
I haven't worked on this for a long time, my last contribution to this project was to add lxml (one of Shublang requirements) to the main pyodide project, this was approved last month.
So the next step is to try to integrate shublang too, but I am not sure if they will accept this one day...
So, to summarize:
At the moment it is not possible to simply run a script to generate the files, pyodide project still does not have a script to compile an specific package, you need to clone the whole project and build everything...
There is an open issue regarding this, once this kind of tool is available we can do what you asked.
No description provided.
The text was updated successfully, but these errors were encountered: