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
*
Remove the JS-side SQLITE_WASM_DEALLOC sanity check which triggers the proble...
stephan
2023-01-04
*
Add some docs explaining a particular piece of [ae0196d86ee8]. No code changes.
stephan
2023-01-02
*
Another reformulation of SQLITE_WASM_DEALLOC to attempt to work around a Safa...
stephan
2023-01-02
*
An alternative solution to mapping SQLITE_WASM_DEALLOC to the proper function...
stephan
2023-01-01
*
Merge trunk into wasm-session-api branch.
stephan
2022-12-25
|
\
|
*
Add missing sqlite3_context_db_handle() JS binding. Reimplement sqlite3_set_a...
stephan
2022-12-25
|
*
Replace JS-side use of SQLITE_TRANSIENT with the new SQLITE_WASM_DEALLOC, red...
stephan
2022-12-24
*
|
Merge trunk into wasm-session-api branch.
stephan
2022-12-23
|
\
|
|
*
Add SQLITE_ENABLE_MATH_FUNCTIONS to the list of feature flags in sqlite3-wasm.c.
stephan
2022-12-23
*
|
Add sqlite3.capi JS bindings for the sqlite3session_...(), sqlite3changeset_....
stephan
2022-12-23
*
|
Initial pieces for binding the session API to JS. Far from complete. See [for...
stephan
2022-12-23
|
/
*
Expose a JS-friendly subset of sqlite3_config() to JS, with the notable cavea...
stephan
2022-12-16
*
Add sqlite3_set_authorizer() support and related tests to JS.
stephan
2022-12-16
*
Added a couple missing 'not part of the public API' tags on functions in sqli...
stephan
2022-12-15
*
Expose sqlite3_txn_state() to wasm.
stephan
2022-12-12
*
Expose a number of infrequently-used sqlite3_...() functions to wasm whose ab...
stephan
2022-12-12
*
Remove some unused sqlite3_status() codes from the JS API. Add custom JS wrap...
stephan
2022-12-09
*
Export sqlite3_status() and sqlite3_stmt_status() to wasm. Expand the arg/ret...
stephan
2022-12-09
*
Expose sqlite3_db_status() and sqlite3_db_config() to wasm, noting that the l...
stephan
2022-12-09
*
More work on the JS vtable tests.
stephan
2022-12-08
*
More work on the JS side of the virtual table APIs.
stephan
2022-12-05
*
Initial infrastructure for adding virtual table/table-valued function support...
stephan
2022-12-05
*
Rename wasm.xWrap.resultAdapter() X:free entries to X:dealloc for consistency...
stephan
2022-12-03
*
JavaScript: add sqlite3.wasm.realloc(), sqlite3.capi.SQLITE_MAX_ALLOCATION_SI...
stephan
2022-12-03
*
Correct the problem which triggered the rollback in [7eec635562f6]: an incorr...
stephan
2022-12-02
*
Roll back the SQLITE_DEFAULT_PAGE_SIZE part of [c260895faacb34] because kvvfs...
stephan
2022-12-02
*
sqlite3-wasm.c: code legibility and coding style tweaks. Increase SQLITE_DEFA...
stephan
2022-12-02
*
Expand JS tests for db export/import and document reason it cannot currently ...
stephan
2022-12-02
*
Add optional zSchema argument to sqlite3_js_db_export().
stephan
2022-11-23
*
Remove some outdated code comments. No code changes.
stephan
2022-11-13
*
Correct sqlite3-wasm.c's SQLITE_DEFAULT_CACHE_SIZE (it's measured in kb, not ...
stephan
2022-11-04
*
Minor build cleanups and fix a harmless race condition in the OPFS part of te...
stephan
2022-11-02
*
Add sqlite3_wasm_vfs_create_file() to replace Emscripten's FS.createDataFile(...
stephan
2022-11-02
*
Minor WASM build cleanups. Enable custom Module.instantiateWasm() when not in...
stephan
2022-10-30
*
Add SQLITE_DQS to the compileoptions_used list, per request in [forum post 8b...
stephan
2022-10-21
*
Add more JS tests. Flesh out the aggregate UDF tests to use sqlite3_aggregate...
stephan
2022-10-20
*
Rework sqlite3_wasm_vfs_unlink(), add sqlite3_wasm_db_vfs(), update some docs.
stephan
2022-10-20
*
Considerable wasm/js build cleanups and reworking. Remove wasmfs builds from ...
stephan
2022-10-19
*
Move the rest of testing1.js into tester1.js and eliminate the dependency on ...
stephan
2022-10-13
*
Minor doc cleanups and corrections in sqlite3-wasm.c
stephan
2022-10-12
*
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
*
Set default page cache size to 16mb in wasm builds. Fix an off-by-one counter...
stephan
2022-10-03
*
Omit WAL mode from the wasm build.
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
*
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
[next]