aboutsummaryrefslogtreecommitdiff
path: root/ext/wasm/fiddle/fiddle-worker.js
Commit message (Expand)AuthorAge
* /fiddle: before resetting a db, roll back any transactions (resolves problem ...stephan2024-03-05
* Make explicit which JS APIs are for internal use only by moving the JS-bound ...stephan2024-01-08
* Fix part 2 of 2 for /fiddle: a make deps problem which caused fiddle to load ...stephan2023-08-01
* Fix ext/wasm/fiddle build, which was silently broken by recent build refactor...stephan2023-02-10
* Move the sqlite3.capi.wasm namespace to sqlite3.wasm. This causes a tiny bit ...stephan2022-10-29
* Correct misuse of localhost-mode-only symbol S in fiddle-worker.js, which sho...stephan2022-10-26
* Rename sqlite3_web_... to sqlite3_js_... Document the worker1.close.unlink op...stephan2022-10-20
* Rework sqlite3_wasm_vfs_unlink(), add sqlite3_wasm_db_vfs(), update some docs.stephan2022-10-20
* Reimplement fiddle_reset_db() so that it works with all VFSes.stephan2022-10-03
* Fiddle: fix makefile dependency issue and duplicate inclusion of post-js.js. ...stephan2022-10-01
* Finish eliminating explicit Emscripten module dependencies in test code and f...stephan2022-09-29
* wasm/js: rename /persistent to /opfs to account for potential future persiste...stephan2022-09-27
* Fiddle: replace db export routine with a C-side one which works for both Emsc...stephan2022-09-26
* Get fiddle db export working for OPFS VFS. Add root dir handle to the main OP...stephan2022-09-26
* Fiddle: move, rather than copy, data buffers between the threads. Fix the cas...stephan2022-09-24
* Resolve "already configured" warnings from shell's main() when starting it up...stephan2022-09-24
* Refactoring towards getting fiddle to support OPFS as a first-class citizen. ...stephan2022-09-24
* Put pieces in place for fiddle to support opfs, but more cleanup is required ...stephan2022-09-21
* Remove OPFS from the fiddle build for the time being - will re-enable once th...stephan2022-08-13
* Build fiddle with WASMFS OPFS support and attempt to use it if available. It ...stephan2022-08-12
* wasm/fiddle refactoring part 1 of N: move fiddle app from ext/fiddle to ext/w...stephan2022-08-10