-
Notifications
You must be signed in to change notification settings - Fork 231
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
Aborted in WebContainer #2
Comments
Hey @d3lm, I've published a debug build with There is also the |
Thanks! That's strange, cause it's still not giving more info and prints the same error 🤔 |
Confirm. I couldn't run PG lite in any of the options. This repository is 100% erroneous code. |
Same here. On Windows machine. Do you also use Windows? |
Add support for mobile filesystem using Expo FileSystem API. * **Add MobileFS class:** * Create `mobilefs.ts` file in `packages/pglite/src/fs/`. * Implement `MobileFS` class extending `FilesystemBase`. * Implement methods for reading, writing, and deleting files using Expo FileSystem API. * **Update fs index:** * Import `MobileFS` class in `packages/pglite/src/fs/index.ts`. * Add case for `mobilefs` in `parseDataDir` function. * Add case for `mobilefs` in `loadFs` function. * **Add tests for MobileFS:** * Create `mobile-fs.test.js` in `packages/pglite/tests/targets/`. * Write tests for reading, writing, and deleting files using MobileFS and Expo FileSystem API.
Add mobile support electric-sql#2
I am trying to run this in WebContainer and now that #1 was merged and released I am seeing the following error:
But only if there's a db folder. If you remove the folder then it works fine.
Any idea? I think it'd be nice to have a debug build as well where
-sASSERTIONS
is enabled. This could maybe be published under a specificdebug
tag?The text was updated successfully, but these errors were encountered: