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
Any examples of using pyodide-build on an arbitrary build.py file which can be used by build tools like poetry to build the Emscripten + WASM wheel?
#17
Open
jymchng opened this issue
Aug 4, 2024
· 3 comments
I don't have much experience with Poetry, so I don't know how build.py works, but we rely on a standard Python build system (PEP 517), so it Poetry's build.py is correctly supporting it. It would work.
It would be good to have an example showcasing something like setuptools.Extension or Cython.Extension and a build_ext.
PR welcome. As I mentioned, it would probably "just work", but if you run into any issues, it would be helpful if you could summarize what you're experiencing and open an issue or PR.
I don't have much experience with Poetry, so I don't know how build.py works, but we rely on a standard Python build system (PEP 517), so it Poetry's build.py is correctly supporting it. It would work.
It would be good to have an example showcasing something like setuptools.Extension or Cython.Extension and a build_ext.
PR welcome. As I mentioned, it would probably "just work", but if you run into any issues, it would be helpful if you could summarize what you're experiencing and open an issue or PR.
I am looking for something like the above, but the project has not been maintained for two years so that is unfortunate. If pyodide can take over it, that will be great!
As titled.
Additionally, if this can work, then the building of the wheel and subsequent loading into
pyodide
can be much smoother.It would be good to have an example showcasing something like
setuptools.Extension
orCython.Extension
and abuild_ext
.Thank you.
The text was updated successfully, but these errors were encountered: