aboutsummaryrefslogtreecommitdiff
path: root/ext/wasm/api/EXPORTED_FUNCTIONS.sqlite3-api
Commit message (Expand)AuthorAge
* Restructuring of the wasm build to support an experimental 'minimal' build mo...stephan2024-07-24
* Add JS binding for sqlite3_column_decltype().stephan2024-07-13
* Add JS bindings for sqlite3_stmt_busy() and sqlite3_stmt_explain().stephan2024-07-13
* Add missing sqlite3_bind_parameter_name() binding to JS.stephan2024-07-13
* Add JS bindings and tests for sqlite3_interrupted(), is_interrupted(), and db...stephan2024-07-13
* Remove a stray/harmless duplicate wasm function export entry.stephan2024-07-13
* Export sqlite3_get_autocommit() to WASM and add tests for it.stephan2023-10-27
* Expose sqlite3_preupdate_hook() and friends to the JS API.stephan2022-12-27
* Expose sqlite3_commit/rollback/update_hook() to JS API.stephan2022-12-27
* Expose the auto-extension API to JS and reorganize some nearby code.stephan2022-12-26
* Merge trunk into wasm-session-api branch.stephan2022-12-25
|\
| * Add missing sqlite3_context_db_handle() JS binding. Reimplement sqlite3_set_a...stephan2022-12-25
* | Add sqlite3.capi JS bindings for the sqlite3session_...(), sqlite3changeset_....stephan2022-12-23
* | Initial pieces for binding the session API to JS. Far from complete. See [for...stephan2022-12-23
|/
* Add sqlite3_set_authorizer() support and related tests to JS.stephan2022-12-16
* Expose sqlite3_txn_state() to wasm.stephan2022-12-12
* Expose a number of infrequently-used sqlite3_...() functions to wasm whose ab...stephan2022-12-12
* Expose sqlite3_column_value() to WASM and add sqlite3_column_js().stephan2022-12-10
* Export sqlite3_result_subtype() and sqlite3_value_dup/free/subtype() to WASM.stephan2022-12-09
* Expose sqlite3_value_frombind/nochange/numeric_type() to WASM. Add a flag to ...stephan2022-12-09
* Export sqlite3_status() and sqlite3_stmt_status() to wasm. Expand the arg/ret...stephan2022-12-09
* Expose sqlite3_table_column_metadata() to wasm.stephan2022-12-09
* Expose sqlite3_db_status() and sqlite3_db_config() to wasm, noting that the l...stephan2022-12-09
* Expose sqlite3_get/set_auxdata() to wasm. Minor test app CSS tweaks.stephan2022-12-05
* Export collation-related APIs and strncmp()/strnicmp() to wasm.stephan2022-12-05
* Export sqlite3_vtab_collation() to wasm. Rename 'flexible-string' JS argument...stephan2022-12-05
* Export sqlite3_bind/value/result_pointer() to wasm. Add 'static-string' argum...stephan2022-12-05
* More work on the JS side of the virtual table APIs.stephan2022-12-05
* Export sqlite3_result_zeroblob/zeroblob64() to wasm.stephan2022-12-04
* Rename wasm.xWrap.resultAdapter() X:free entries to X:dealloc for consistency...stephan2022-12-03
* Add test app for experimenting with multi-worker OPFS concurrency. Tweak OPFS...stephan2022-11-21
* Remove sqlite3_interrupt() from the WASM build, as it is essentially impossib...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
* Export sqlite3_trace_v2() to wasm and use it to ensure that the new per-VFS p...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
* Expose sqlite3_msize() to wasm.stephan2022-09-30
* wasm: expose sqlite3_de/serialize(), sqlite3_malloc/free() and friends, notin...stephan2022-09-30
* Resolve "already configured" warnings from shell's main() when starting it up...stephan2022-09-24
* Export the sqlite3_uri_...() family of functions to wasm.stephan2022-09-20
* 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
* Initial prototype impls of write/delete-key ops for the pending kvvfs which u...stephan2022-09-11
* Build fiddle with WASMFS OPFS support and attempt to use it if available. It ...stephan2022-08-12
* wasm refactoring part 2 of (apparently) 2: moved ext/fiddle/... into ext/wasm...stephan2022-08-10