-
Notifications
You must be signed in to change notification settings - Fork 162
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
Support for Pyodide #135
Comments
I got this working at: https://py.cafe/maartenbreddels/sqlite-vec-demo I tried to keep a bit of a log, so this can easily be reproduced One ingredient is this, sqlite with extensions enabled (i put that wheel already in the above PyCafe project): I manually patched the
Create a fake
Compile sqlite-vec.c with the same flags as in pyodide/pyodide#5173
(Not sure the Create a side module with WASM_BIGINT otherwise we get issues with resolving
Manually zip the package:
|
Would be interested in a reproduction for this. |
|
I'm trying to run sqlite-vec with Pyodide (Python distribution for the browser and Node.js based on WebAssembly).
According to Pyodide documentation it seems possible to build wheels:
https://pyodide.org/en/stable/development/new-packages.html#building-python-wheels-out-of-tree
Any python-wasm expert who could give a hand with this issue?
The text was updated successfully, but these errors were encountered: