index
:
sqlite
master
sqlite mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ext
/
wasm
/
api
/
sqlite3-wasm.c
Commit message (
Expand
)
Author
Age
...
*
Partial revert of [a82e6faaa642] to remove the 'I' alias for 'j' wasm functio...
stephan
2022-10-03
*
Minor JS API tweaks prompted by documenting them.
stephan
2022-10-03
*
More fleshing out of sqlite3.capi.wasm.pstack.
stephan
2022-10-02
*
Pedantic constness tweak.
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
*
wasm: expose sqlite3_de/serialize(), sqlite3_malloc/free() and friends, notin...
stephan
2022-09-30
*
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
*
wasm: change StructBinder signature for sqlite3_file::pMethods from 'P' to 'p...
stephan
2022-09-26
*
Put pieces in place for fiddle to support opfs, but more cleanup is required ...
stephan
2022-09-21
*
Doc cleanups and additions. Add a way for the OPFS async runner to propagate ...
stephan
2022-09-21
*
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
*
|
Correct the result code from kvstorageRead() for the OOM case to be a negativ...
stephan
2022-09-11
*
|
Minor cleanups and docs for the EM_JS() impls of the kvvfs read/write/delete ...
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
*
|
Get speedtest1.js working with WASMFS/OPFS.
stephan
2022-09-06
*
|
Refactor JS API amalgamation such that the bootstrapping/configuration is def...
stephan
2022-08-22
*
|
Cleanups in the wasmfs/opfs integration but disable it in order to get the bu...
stephan
2022-08-13
*
|
Build fiddle with WASMFS OPFS support and attempt to use it if available. It ...
stephan
2022-08-12
|
/
*
wasm: document the role of sqlite3-wasm.c. Other minor doc updates.
stephan
2022-08-12
*
wasm opfs: error handling fix for an impossible-to-reach error case. Minor co...
stephan
2022-08-10
*
wasm refactoring part 2 of (apparently) 2: moved ext/fiddle/... into ext/wasm...
stephan
2022-08-10
[prev]