aboutsummaryrefslogtreecommitdiff
path: root/ext/wasm/api/sqlite3-api-prologue.js
Commit message (Expand)AuthorAge
...
* Make semantics for UDF xFinal() result handling and error reporting handling ...stephan2022-10-20
* Add more JS tests. Flesh out the aggregate UDF tests to use sqlite3_aggregate...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
* Minor internal JS cleanups.stephan2022-10-20
* Apply considerable acrobatics to get the JS/WASM deliverables building to and...stephan2022-10-19
* Considerable wasm/js build cleanups and reworking. Remove wasmfs builds from ...stephan2022-10-19
* 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
* Port the first 180-odd unit tests from testing1.* into the new tester1.*. Fix...stephan2022-10-13
* Minor cleaups in the post-init async phase of sqlite3 module initialization.stephan2022-10-09
* Refactor kvvfs JS bits to make use of [ea370b9b05f7ed7eaa]. At main-thread st...stephan2022-10-09
* Replace time-based auto-unlock of opfs sync handles with lock acquisition/rel...stephan2022-10-04
* Minor pstack doc update.stephan2022-10-04
* 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
* 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
* More fleshing out of sqlite3.capi.wasm.pstack.stephan2022-10-02
* General internal cleanups in the oo1 API.stephan2022-10-02
* Correct fiddle db export breakage caused by a post-testing API change made in...stephan2022-10-01
* wasm: correct a memleak caused by a shadowed var in the previous checkin. Add...stephan2022-10-01
* Fiddle: fix makefile dependency issue and duplicate inclusion of post-js.js. ...stephan2022-10-01
* Note two wasm-related potential TODOs.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
* Expose sqlite3_msize() to wasm.stephan2022-09-30
* wasm: expose sqlite3_de/serialize(), sqlite3_malloc/free() and friends, notin...stephan2022-09-30
* Finish eliminating explicit Emscripten module dependencies in test code and f...stephan2022-09-29
* Rework the Emscripten-emitted module loader/init function such that it passes...stephan2022-09-29
* Wasm: expose sqlite3_exec() and use it to simplify the db-reset logic in batc...stephan2022-09-28
* Work around broken -Os wasm builds by adding the -g3 flag. Unrelated document...stephan2022-09-28
* WASM API renaming. Reworked JS API bootstrap's async post-init into a generic...stephan2022-09-27
* 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
* 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
* Export the sqlite3_uri_...() family of functions to wasm.stephan2022-09-20
* Add sqlite3_web_vfs_list() to JS API. Corrected OPFS VFS's registering itself...stephan2022-09-19
* Merge kv-vfs branch into fiddle-opfs. Adjust various JS APIs and apps to deal...stephan2022-09-19
* Numerous cleanups in the JS bits. Removed some now-defunct wasm test files. E...stephan2022-09-18
* When calculating kvvfs sessionStorage/localStorage size, multiply it by 2 to ...stephan2022-09-16
* More work on the synchronous OPFS experimentation. Numerous wasm/js build twe...stephan2022-09-15
* Add/apply various kvvfs-specific utility APIs to the JS layer to assist in te...stephan2022-09-13
* Merge kv-vfs branch into fiddle-opfs branch to add kvvfs-based wasm build and...stephan2022-09-12
|\
* | Minor cleanups and documentation in the wasm pieces.stephan2022-09-11