This website requires JavaScript.
Explore
Help
Sign In
database
/
sqlite
Watch
1
Star
0
Fork
0
You've already forked sqlite
mirror of
https://github.com/sqlite/sqlite.git
synced
2025-12-21 13:38:01 +03:00
Code
Activity
Files
240397bb03f47e295703f86f78b47fca2fa84b12
sqlite
/
ext
/
wasm
/
common
History
stephan
73caea1764
Reworking of JS internals to support binding of nested C structs (like sqlite3_index_constraint and friends) and allow some of the automated JS/C conversions to be plugged in at the struct-binding level, simplifying how struct members, in particular function pointers, can be used from JS.
...
FossilOrigin-Name: bb4fd5b789cebf2b224c29023fea3e620a86fb36730c36c0d85d9f35880bf643
2025-11-10 07:41:54 +00:00
..
emscripten.css
Expose sqlite3_get/set_auxdata() to wasm. Minor test app CSS tweaks.
2022-12-05 14:13:55 +00:00
SqliteTestUtil.js
Resolve the JS-side corner case reported in [forum:7774b773937cbe0a | forum post 7774b773937cbe0a] by not caching oo1.Stmt.columnCount.
2023-05-10 21:06:02 +00:00
testing.css
Major restructuring of opfs-sahpool to improve maintainability and hopefully make it easier to reuse these pieces in the upcoming JSPI-based VFS experiment.
2023-07-19 13:31:29 +00:00
whwasmutil.js
Reworking of JS internals to support binding of nested C structs (like sqlite3_index_constraint and friends) and allow some of the automated JS/C conversions to be plugged in at the struct-binding level, simplifying how struct members, in particular function pointers, can be used from JS.
2025-11-10 07:41:54 +00:00