aboutsummaryrefslogtreecommitdiff
path: root/ext/fiddle/testing2.js
Commit message (Collapse)AuthorAge
* wasm refactoring part 2 of (apparently) 2: moved ext/fiddle/... into ↵stephan2022-08-10
| | | | | ext/wasm and restructured the core API-related parts of the JS/WASM considerably. FossilOrigin-Name: 27f9da4eaaff39d1d58e9ffef7ddccf1e41b3726914f754b920e3e1fb572cba6
* fiddle: added another UI element to the list of those which are disabled ↵stephan2022-06-01
| | | | | during long-running activities. Added DB.close() binding to the Worker-based wasm binding. FossilOrigin-Name: 5933163ed1a8f996e81023c7c5822655dc6411d30016f37fe8863f760530dc5b
* The Worker-specific variants of the most significant DB-class JS bindings ↵stephan2022-06-01
| | | | | are implemented, most notably various uses of DB.exec(). FossilOrigin-Name: 371d6f7497016ca9bf82c8524b4d701ddf1e614b3fb4e69ff63935da0d51ed05
* Initial proof of concept code for a JavaScript binding which runs in the ↵stephan2022-06-01
| | | | | main window thread but acts on a db handle running in a Worker thread. Expanded the DB.exec() and DB() constructor to simplify certain use cases. FossilOrigin-Name: d9efe3e92d1c95aee6f5ae37a8ba28d8cf4891d746744ce4aa2464f766821a0b
* Initial bits for a JS API variant in which the client operates in the main ↵stephan2022-06-01
thread and sqlite3 in a Worker. This is far from complete. FossilOrigin-Name: f6d6f969791f0d2367ae5418623b4794f6df657d9d7d9002fb5aec4206dcfd4c