aboutsummaryrefslogtreecommitdiff
path: root/ext/wasm/api/sqlite3-v-helper.js
Commit message (Expand)AuthorAge
* Split the JS vfs/vtab helper code into discreet units as a step towards a bui...stephan2024-01-11
* Major restructuring of opfs-sahpool to improve maintainability and hopefully ...stephan2023-07-19
* Internal refactoring in opfs-sahpool. Move OPFS tests to the end of tester1.c...stephan2023-07-19
* Major restructuring of the opfs-sahpool bits to better support multiple insta...stephan2023-07-18
* Replace use of 'self' in JS code with 'globalThis', as that works in browsers...stephan2023-03-07
* In the JS sqlite3.vfs/vtab utility APIs, use a local reference to StructBinde...stephan2023-03-07
* Remove two incorrect calls to structType.dipose() which prematurely freed obj...stephan2022-12-10
* Rename the oft-used, verbose sqlite3.wasm.get/setMemValue() and get/setPtrVal...stephan2022-12-09
* JS API doc updates.stephan2022-12-09
* Reorganization and renaming in the new VFS/vtab JS pieces.stephan2022-12-09
* Further docs and minor cleanups in the JS virtual table helper.stephan2022-12-08
* Ease-of-use/legibility improvements in the virtual table JS helpers.stephan2022-12-08
* Got JS non-eponymous vtable working thanks to a hint from Dan.stephan2022-12-08
* Remove some dead JS code and tweak some docs.stephan2022-12-08
* Work on an alternate (slightly simpler) approach to binding JS vtabs. Non-epo...stephan2022-12-07
* Add addOnDispose() method to Jaccwabyt and code-adjacent minor internal clean...stephan2022-12-07
* JS vtables: add infrastructure related to accessing and modifying sqlite3_ind...stephan2022-12-06
* Add a demonstration sqlite3_vtab/module implemented in JS, based on ext/misc/...stephan2022-12-06