-
Notifications
You must be signed in to change notification settings - Fork 19
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
Extend WASI Filesystem to support sqlite3 #15
Comments
It would be helpful if you elaborated on what specific functionality is missing. |
One missing feature is |
Compiling sqlite with
turns up the following features as being needed:
|
Anyone can point to a polyfill how we could patch until its added? |
File locking (flock style) is now added to the API in #69. |
Threads, |
Not sure if this the right place for this... Wanted to just suggest that it would be really nice to support enough filesystem access to get sqlite3 working to where it can work on a database also being accessed by another application process. I know it's somewhat odd to mention a specific library, but it seems that it's one of the most widely used libraries and focused around filesystem access, so being able to test it through webassembly/wasi and pass the sqlite test suite would be a massive win and prove the environment for most use cases of FS needs.
The text was updated successfully, but these errors were encountered: