index
:
sqlite
master
sqlite mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ext
/
wasm
/
testing1.js
Commit message (
Expand
)
Author
Age
*
Move the rest of testing1.js into tester1.js and eliminate the dependency on ...
stephan
2022-10-13
*
Port the first 180-odd unit tests from testing1.* into the new tester1.*. Fix...
stephan
2022-10-13
*
Minor cleanups and additions in sqlite3.capi.wasm.pstack.
stephan
2022-10-04
*
More cleanups in the UDF argument and result handling, in particular int64. C...
stephan
2022-10-02
*
More fleshing out of sqlite3.capi.wasm.pstack.
stephan
2022-10-02
*
General internal cleanups in the oo1 API.
stephan
2022-10-02
*
wasm: correct a memleak caused by a shadowed var in the previous checkin. Add...
stephan
2022-10-01
*
Add JS wrapper for sqlite3_exec() which knows how to handle a JS callback. Ad...
stephan
2022-09-30
*
Rework the Emscripten-emitted module loader/init function such that it passes...
stephan
2022-09-29
*
WASM API renaming. Reworked JS API bootstrap's async post-init into a generic...
stephan
2022-09-27
*
wasm: change StructBinder signature for sqlite3_file::pMethods from 'P' to 'p...
stephan
2022-09-26
*
Numerous cleanups in the JS bits. Removed some now-defunct wasm test files. E...
stephan
2022-09-18
*
Add/apply various kvvfs-specific utility APIs to the JS layer to assist in te...
stephan
2022-09-13
*
Get testing1.js working with a kvvfs build.
stephan
2022-09-12
*
More experimentation with how client-side config state can be passed on to in...
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
*
Minor wasm-related doc clarification and remove an obsolete code comment.
stephan
2022-08-12
*
wasm refactoring part 2 of (apparently) 2: moved ext/fiddle/... into ext/wasm...
stephan
2022-08-10