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
Pyodide is a wasm build of CPython, which support loading 3rd-party packages with pure-python wheels or emscripten wheels.
Some packages I want to use in pyodide depends on jiter (for example, openai), blocking me from installing them. So it woould be great if you can build an emscripten wheel for pyodide.
Personally I am not good at rust or emscripten so I may not be able to help, but here are some docs about how to build one in pyodide. As pydantic had a pyodide wheel since a long time ago, I think it won't be difficult to build one for jiter.
Background
Pyodide is a wasm build of CPython, which support loading 3rd-party packages with pure-python wheels or emscripten wheels.
Some packages I want to use in pyodide depends on
jiter
(for example,openai
), blocking me from installing them. So it woould be great if you can build an emscripten wheel for pyodide.Related
jiter
as optional dependency to supportpyodide
(~3 lines diff) openai/openai-python#1782Personally I am not good at rust or emscripten so I may not be able to help, but here are some docs about how to build one in pyodide. As
pydantic
had a pyodide wheel since a long time ago, I think it won't be difficult to build one forjiter
.https://pyodide.org/en/stable/development/new-packages.html#rust-pyo3-packages
The text was updated successfully, but these errors were encountered: