aboutsummaryrefslogtreecommitdiff
path: root/ext/wasm/api/sqlite3-api-opfs.js
Commit message (Expand)AuthorAge
...
* Correct OPFS VFS xRead() to copy the result buffer if the result code is SQLI...stephan2022-09-19
* Replace OPFS VFS xSleep() impl with a more efficient one (no Worker round-tri...stephan2022-09-19
* Numerous cleanups in the JS bits. Removed some now-defunct wasm test files. E...stephan2022-09-18
* Move the OPFS VFS bits back into api/sqlite3-api-opfs.js. Refactor the OPFS V...stephan2022-09-18
* Add initial bits of an experimental async-impl-via-synchronous-interface prox...stephan2022-09-17
* Refactor JS API amalgamation such that the bootstrapping/configuration is def...stephan2022-08-22
* wasm: corrected (in as-yet unused code) a flags check.stephan2022-08-12
* wasm opfs: error handling fix for an impossible-to-reach error case. Minor co...stephan2022-08-10
* wasm refactoring part 2 of (apparently) 2: moved ext/fiddle/... into ext/wasm...stephan2022-08-10