wa-sqlite
wa-sqlite copied to clipboard
WebAssembly SQLite with support for browser storage extensions
We have a Chrome extension using wa-sqlite (latest versions), and some Chromebooks are seeing: The error typically takes ~2 days to show up, where the database is used for ~10...
See [discussion](https://github.com/rhashimoto/wa-sqlite/discussions/186). There's a pretty easy workaround so not high priority, but it makes sense and shouldn't be difficult to add.
### Checklist - [x] I grant to recipients of this Project distribution a perpetual, non-exclusive, royalty-free, irrevocable copyright license to reproduce, prepare derivative works of, publicly display, sublicense, and distribute...
When attempting to use some of the examples from a Typescript app, the type information is outdated or missing. For example: ```typescript // this is missing type info and typescript...