aboutsummaryrefslogtreecommitdiff
path: root/ext/wasm/api/sqlite3-api-glue.js
Commit message (Expand)AuthorAge
* Globally replace '' with "" for empty JS strings to please C preprocessor.stephan2022-11-03
* Minor internal cleanups in the js pieces.stephan2022-11-01
* Worker1: use a list, rather than a single slot, to manage the default db link...stephan2022-10-31
* Move the sqlite3.capi.wasm namespace to sqlite3.wasm. This causes a tiny bit ...stephan2022-10-29
* Add ext/wasm/module-symbols.html. Adjacent minor JS touchups.stephan2022-10-28
* Expose sqlite3_randomness() to WASM and add a custom binding for it which can...stephan2022-10-27
* Expose sqlite3_vfs_unregister() to WASM and unregister kvvfs in Worker thread...stephan2022-10-21
* Make semantics for UDF xFinal() result handling and error reporting handling ...stephan2022-10-20
* 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
* JS: add build-time-generated version info to the sqlite3.version object. Remo...stephan2022-10-16
* Move the rest of testing1.js into tester1.js and eliminate the dependency on ...stephan2022-10-13
* Remove some extraneous debug output.stephan2022-10-09
* Refactor kvvfs JS bits to make use of [ea370b9b05f7ed7eaa]. At main-thread st...stephan2022-10-09
* Minor cleanups and additions in sqlite3.capi.wasm.pstack.stephan2022-10-04
* Minor JS doc updates and typo fixes.stephan2022-10-03
* Export sqlite3_trace_v2() to wasm and use it to ensure that the new per-VFS p...stephan2022-10-03
* OPFS VFS now lazily opens its sync access handle, as a step towards experimen...stephan2022-10-03
* Minor JS API tweaks prompted by documenting them.stephan2022-10-03
* More cleanups in the UDF argument and result handling, in particular int64. C...stephan2022-10-02
* JS: clean up create_function() wrapper and add support for create_window_func...stephan2022-10-02
* js: implement a hand-written wrapper for sqlite3_create_function_v2() which c...stephan2022-10-02
* Doc typo fixes.stephan2022-10-02
* More fleshing out of sqlite3.capi.wasm.pstack.stephan2022-10-02
* Fiddle: fix makefile dependency issue and duplicate inclusion of post-js.js. ...stephan2022-10-01
* Add JS wrapper for sqlite3_exec() which knows how to handle a JS callback. Ad...stephan2022-09-30
* Add sqlite3.version object. Add more state to the Worker #1 config-get respon...stephan2022-09-30
* wasm: expose sqlite3_de/serialize(), sqlite3_malloc/free() and friends, notin...stephan2022-09-30
* Work around broken -Os wasm builds by adding the -g3 flag. Unrelated document...stephan2022-09-28
* Get fiddle db export working for OPFS VFS. Add root dir handle to the main OP...stephan2022-09-26
* Reformulate some JS to work around a buggy/broken code transformation in one ...stephan2022-09-21
* Add/apply various kvvfs-specific utility APIs to the JS layer to assist in te...stephan2022-09-13
* Minor cleanups and documentation in the wasm pieces.stephan2022-09-11
* Refactor JS API amalgamation such that the bootstrapping/configuration is def...stephan2022-08-22
* Minor cleanups, reorgs, and doc updates for the JS APIs. Renamed sqlite3(-api...stephan2022-08-17
* wasm refactoring part 2 of (apparently) 2: moved ext/fiddle/... into ext/wasm...stephan2022-08-10