index
:
sqlite
master
sqlite mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ext
/
wasm
/
api
/
sqlite3-api-glue.c-pp.js
Commit message (
Expand
)
Author
Age
*
Approximately 100 typo corrections spanning the whole tree, submitted via [fo...
stephan
2025-02-27
*
Rework [76c8435a] to eliminate automatic JS-to-WASM function conversions of s...
stephan
2025-02-03
*
Add a more complete test for [76c8435a] and add some commentary about (A) the...
stephan
2025-02-03
*
Correct the FuncPtrAdapter signature for the JS binding of sqlite3_set_auxdat...
stephan
2025-02-03
*
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