aboutsummaryrefslogtreecommitdiff
path: root/ext/wasm/api/sqlite3-api-glue.c-pp.js
Commit message (Expand)AuthorAge
* Approximately 100 typo corrections spanning the whole tree, submitted via [fo...stephan2025-02-27
* Rework [76c8435a] to eliminate automatic JS-to-WASM function conversions of s...stephan2025-02-03
* Add a more complete test for [76c8435a] and add some commentary about (A) the...stephan2025-02-03
* Correct the FuncPtrAdapter signature for the JS binding of sqlite3_set_auxdat...stephan2025-02-03
* Strip progress handlers and window functions from the wasm bare-bones (former...stephan2024-07-25
* More work on the minimal-mode wasm build (now 603kb uncompressed). Remove the...stephan2024-07-25
* Start work on an overhaul of the wasm build process, with an eye towards less...stephan2024-07-25
* wasm minimal build: strip authorizers and JSON support (saves approx 35kb). S...stephan2024-07-24
* 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
* Rename some JS files for consistency. This affects only the build process, no...stephan2024-07-10