aboutsummaryrefslogtreecommitdiff
path: root/ext/wasm/api/sqlite3-v-helper.js
Commit message (Expand)AuthorAge
* 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