index
:
sqlite
master
sqlite mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ext
/
wasm
/
testing2.js
Commit message (
Expand
)
Author
Age
*
Rename several demo/test files and include more of them in the end-user dist ...
stephan
2022-10-19
*
Apply considerable acrobatics to get the JS/WASM deliverables building to and...
stephan
2022-10-19
*
Add JS wrapper for sqlite3_exec() which knows how to handle a JS callback. Ad...
stephan
2022-09-30
*
WASM API renaming. Reworked JS API bootstrap's async post-init into a generic...
stephan
2022-09-27
*
Consolidate oo1.DB.exec() and oo1.DB.execMulti() into oo1.DB.exec(). This is ...
stephan
2022-08-25
*
Change DB.exec() rowMode default from 'stmt' to 'array', per /chat discussion...
stephan
2022-08-24
*
Expand the worker1 'exec' op handling for per-row callbacks for API-level con...
stephan
2022-08-24
*
Significant restructuring of the Worker #1 request/response object structures...
stephan
2022-08-24
*
Minor cleanups, reorgs, and doc updates for the JS APIs. Renamed sqlite3(-api...
stephan
2022-08-17
*
wasm: move another file and update testing1/testing2 to account for [e38d00c2...
stephan
2022-08-16
*
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