Commit message (Expand) | Author | Age | |
---|---|---|---|
* | Strip progress handlers and window functions from the wasm bare-bones (former... | stephan | 2024-07-25 |
* | More work on the minimal-mode wasm build (now 603kb uncompressed). Remove the... | stephan | 2024-07-25 |
* | Start work on an overhaul of the wasm build process, with an eye towards less... | stephan | 2024-07-25 |
* | wasm minimal build: strip authorizers and JSON support (saves approx 35kb). S... | stephan | 2024-07-24 |
* | Restructuring of the wasm build to support an experimental 'minimal' build mo... | stephan | 2024-07-24 |
* | Add JS binding for sqlite3_column_decltype(). | stephan | 2024-07-13 |
* | Add JS bindings for sqlite3_stmt_busy() and sqlite3_stmt_explain(). | stephan | 2024-07-13 |
* | Add missing sqlite3_bind_parameter_name() binding to JS. | stephan | 2024-07-13 |
* | Add JS bindings and tests for sqlite3_interrupted(), is_interrupted(), and db... | stephan | 2024-07-13 |
* | Rename some JS files for consistency. This affects only the build process, no... | stephan | 2024-07-10 |