index
:
sqlite
master
sqlite mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ext
/
wasm
/
api
/
sqlite3-api-glue.js
Commit message (
Expand
)
Author
Age
*
Move the sqlite3.capi.wasm namespace to sqlite3.wasm. This causes a tiny bit ...
stephan
2022-10-29
*
Add ext/wasm/module-symbols.html. Adjacent minor JS touchups.
stephan
2022-10-28
*
Expose sqlite3_randomness() to WASM and add a custom binding for it which can...
stephan
2022-10-27
*
Expose sqlite3_vfs_unregister() to WASM and unregister kvvfs in Worker thread...
stephan
2022-10-21
*
Make semantics for UDF xFinal() result handling and error reporting handling ...
stephan
2022-10-20
*
Rename sqlite3_web_... to sqlite3_js_... Document the worker1.close.unlink op...
stephan
2022-10-20
*
Rework sqlite3_wasm_vfs_unlink(), add sqlite3_wasm_db_vfs(), update some docs.
stephan
2022-10-20
*
JS: add build-time-generated version info to the sqlite3.version object. Remo...
stephan
2022-10-16
*
Move the rest of testing1.js into tester1.js and eliminate the dependency on ...
stephan
2022-10-13
*
Remove some extraneous debug output.
stephan
2022-10-09
*
Refactor kvvfs JS bits to make use of [ea370b9b05f7ed7eaa]. At main-thread st...
stephan
2022-10-09
*
Minor cleanups and additions in sqlite3.capi.wasm.pstack.
stephan
2022-10-04
*
Minor JS doc updates and typo fixes.
stephan
2022-10-03
*
Export sqlite3_trace_v2() to wasm and use it to ensure that the new per-VFS p...
stephan
2022-10-03
*
OPFS VFS now lazily opens its sync access handle, as a step towards experimen...
stephan
2022-10-03
*
Minor JS API tweaks prompted by documenting them.
stephan
2022-10-03
*
More cleanups in the UDF argument and result handling, in particular int64. C...
stephan
2022-10-02
*
JS: clean up create_function() wrapper and add support for create_window_func...
stephan
2022-10-02
*
js: implement a hand-written wrapper for sqlite3_create_function_v2() which c...
stephan
2022-10-02
*
Doc typo fixes.
stephan
2022-10-02
*
More fleshing out of sqlite3.capi.wasm.pstack.
stephan
2022-10-02
*
Fiddle: fix makefile dependency issue and duplicate inclusion of post-js.js. ...
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
*
wasm: expose sqlite3_de/serialize(), sqlite3_malloc/free() and friends, notin...
stephan
2022-09-30
*
Work around broken -Os wasm builds by adding the -g3 flag. Unrelated document...
stephan
2022-09-28
*
Get fiddle db export working for OPFS VFS. Add root dir handle to the main OP...
stephan
2022-09-26
*
Reformulate some JS to work around a buggy/broken code transformation in one ...
stephan
2022-09-21
*
Add/apply various kvvfs-specific utility APIs to the JS layer to assist in te...
stephan
2022-09-13
*
Minor cleanups and documentation in the wasm pieces.
stephan
2022-09-11
*
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
*
wasm refactoring part 2 of (apparently) 2: moved ext/fiddle/... into ext/wasm...
stephan
2022-08-10