index
:
sqlite
master
sqlite mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ext
/
wasm
/
api
/
sqlite3-api-prologue.js
Commit message (
Expand
)
Author
Age
...
*
Correct fiddle db export breakage caused by a post-testing API change made in...
stephan
2022-10-01
*
wasm: correct a memleak caused by a shadowed var in the previous checkin. Add...
stephan
2022-10-01
*
Fiddle: fix makefile dependency issue and duplicate inclusion of post-js.js. ...
stephan
2022-10-01
*
Note two wasm-related potential TODOs.
stephan
2022-10-01
*
Add JS wrapper for sqlite3_exec() which knows how to handle a JS callback. Ad...
stephan
2022-09-30
*
Add sqlite3.version object. Add more state to the Worker #1 config-get respon...
stephan
2022-09-30
*
Expose sqlite3_msize() to wasm.
stephan
2022-09-30
*
wasm: expose sqlite3_de/serialize(), sqlite3_malloc/free() and friends, notin...
stephan
2022-09-30
*
Finish eliminating explicit Emscripten module dependencies in test code and f...
stephan
2022-09-29
*
Rework the Emscripten-emitted module loader/init function such that it passes...
stephan
2022-09-29
*
Wasm: expose sqlite3_exec() and use it to simplify the db-reset logic in batc...
stephan
2022-09-28
*
Work around broken -Os wasm builds by adding the -g3 flag. Unrelated document...
stephan
2022-09-28
*
WASM API renaming. Reworked JS API bootstrap's async post-init into a generic...
stephan
2022-09-27
*
wasm/js: rename /persistent to /opfs to account for potential future persiste...
stephan
2022-09-27
*
Fiddle: replace db export routine with a C-side one which works for both Emsc...
stephan
2022-09-26
*
Resolve "already configured" warnings from shell's main() when starting it up...
stephan
2022-09-24
*
Refactoring towards getting fiddle to support OPFS as a first-class citizen. ...
stephan
2022-09-24
*
Put pieces in place for fiddle to support opfs, but more cleanup is required ...
stephan
2022-09-21
*
Export the sqlite3_uri_...() family of functions to wasm.
stephan
2022-09-20
*
Add sqlite3_web_vfs_list() to JS API. Corrected OPFS VFS's registering itself...
stephan
2022-09-19
*
Merge kv-vfs branch into fiddle-opfs. Adjust various JS APIs and apps to deal...
stephan
2022-09-19
*
Numerous cleanups in the JS bits. Removed some now-defunct wasm test files. E...
stephan
2022-09-18
*
When calculating kvvfs sessionStorage/localStorage size, multiply it by 2 to ...
stephan
2022-09-16
*
More work on the synchronous OPFS experimentation. Numerous wasm/js build twe...
stephan
2022-09-15
*
Add/apply various kvvfs-specific utility APIs to the JS layer to assist in te...
stephan
2022-09-13
*
Merge kv-vfs branch into fiddle-opfs branch to add kvvfs-based wasm build and...
stephan
2022-09-12
|
\
*
|
Minor cleanups and documentation in the wasm pieces.
stephan
2022-09-11
*
|
Add EM_JS() impl for kvstorageRead().
stephan
2022-09-11
*
|
Initial prototype impls of write/delete-key ops for the pending kvvfs which u...
stephan
2022-09-11
*
|
js: resolve the mysterious "extra" unhandled exception notification, caused b...
stephan
2022-08-24
*
|
More work on how to configure the sqlite3 JS API bootstrapping process from h...
stephan
2022-08-24
*
|
More experimentation with how client-side config state can be passed on to in...
stephan
2022-08-22
*
|
Refactor JS API amalgamation such that the bootstrapping/configuration is def...
stephan
2022-08-22
*
|
Minor cleanups, reorgs, and doc updates for the JS APIs. Renamed sqlite3(-api...
stephan
2022-08-17
*
|
Cleanups in the wasmfs/opfs integration but disable it in order to get the bu...
stephan
2022-08-13
|
/
*
wasm refactoring part 2 of (apparently) 2: moved ext/fiddle/... into ext/wasm...
stephan
2022-08-10
[prev]