WebAssembly Support #12562
Replies: 4 comments 6 replies
-
Update: I got it to work using pyodide. Here's an example: https://github.com/SyedAhkam/spacy-wasm Although It should be noted that I had to build spacy for wasm using exodide. I made the sample wheels available in the |
Beta Was this translation helpful? Give feedback.
-
I'll keep this open since pyodide isn't the officially supported way. |
Beta Was this translation helpful? Give feedback.
-
Hi @SyedAhkam, that's a really cool project, thanks for sharing! We haven't looked into that yet AFAIK, let me get back to you in a bit. |
Beta Was this translation helpful? Give feedback.
-
FYI. I just found newly published wheels for Spacy at https://github.com/liu-nlp/spacy-pyodide. Although some issue blocked me to install, maybe the author will clarify soon. |
Beta Was this translation helpful? Give feedback.
-
I wonder if its possible to compile spaCy into a browser-accessible wasm interface. This would allow all the computations to occur client-side and eliminate the need for a backend server (like in spacy.js).
If it is possible, did someone ever get it to work?
I looked for this everywhere, can't find anything appropriate.
Beta Was this translation helpful? Give feedback.
All reactions