index
:
sqlite
master
sqlite mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ext
/
wasm
/
tester1.c-pp.js
Commit message (
Expand
)
Author
Age
...
*
Correct wasm heap corruption introduced in test code added in [e144fd5c88fa4]...
stephan
2022-12-10
*
Remove two incorrect calls to structType.dipose() which prematurely freed obj...
stephan
2022-12-10
*
Remove some unused sqlite3_status() codes from the JS API. Add custom JS wrap...
stephan
2022-12-09
*
Rename the oft-used, verbose sqlite3.wasm.get/setMemValue() and get/setPtrVal...
stephan
2022-12-09
*
Correct a test bug which broke the previous checkin's wasm tests in higher op...
stephan
2022-12-09
*
Export sqlite3_status() and sqlite3_stmt_status() to wasm. Expand the arg/ret...
stephan
2022-12-09
*
Expose sqlite3_table_column_metadata() to wasm.
stephan
2022-12-09
*
Expose sqlite3_db_status() and sqlite3_db_config() to wasm, noting that the l...
stephan
2022-12-09
*
Reorganization and renaming in the new VFS/vtab JS pieces.
stephan
2022-12-09
*
Ease-of-use/legibility improvements in the virtual table JS helpers.
stephan
2022-12-08
*
More work on the JS vtable tests.
stephan
2022-12-08
*
Got JS non-eponymous vtable working thanks to a hint from Dan.
stephan
2022-12-08
*
Remove some dead JS code and tweak some docs.
stephan
2022-12-08
*
Work on an alternate (slightly simpler) approach to binding JS vtabs. Non-epo...
stephan
2022-12-07
*
Add addOnDispose() method to Jaccwabyt and code-adjacent minor internal clean...
stephan
2022-12-07
*
JS vtables: add infrastructure related to accessing and modifying sqlite3_ind...
stephan
2022-12-06
*
Rename wasm.cstringToJs() to wasm.cstrToJs() for consistency with other wasm....
stephan
2022-12-06
*
Add wasm.cArgvToJs() to support sqlite3_module::xConnect().
stephan
2022-12-06
*
Minor test tweaks.
stephan
2022-12-06
*
Add a demonstration sqlite3_vtab/module implemented in JS, based on ext/misc/...
stephan
2022-12-06
*
Remove two features of jaccwabyt which were fundamentally flawed, along with ...
stephan
2022-12-05
*
Export sqlite3_vtab_collation() to wasm. Rename 'flexible-string' JS argument...
stephan
2022-12-05
*
Rename 'static-string' argument adapter to 'string:static'. Replace JS unit t...
stephan
2022-12-05
*
Correct a memory leak in tester1.js.
stephan
2022-12-03
*
sqlite3.wasm.allocFromTypedArray() now optionally accepts an ArrayBuffer as i...
stephan
2022-12-03
*
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
*
Expand JS tests for db export/import and document reason it cannot currently ...
stephan
2022-12-02
*
sqlite3_js_create_file() now accepts an ArrayBuffer data source. Add test for...
stephan
2022-12-01
*
Reformulate and simplify some JS tests related to the previous checkin.
stephan
2022-12-01
*
Expand "sqlite3_vfs*" JS-to-WASM function argument conversions to accept VFS ...
stephan
2022-12-01
*
Install sqlite3_malloc/sqlite3_free() as the JS-side WASM allocator (as oppos...
stephan
2022-11-30
*
Refactor a significant chunk of the OPFS sqlite3_vfs init code into sqlite3.V...
stephan
2022-11-30
*
Internal restructuring of the OPFS sqlite3_vfs in order to facilitate certain...
stephan
2022-11-29
*
Add sqlite3.oo1.DB.prototype.checkRc() and tests for both that method and its...
stephan
2022-11-24
*
Minor cleanups in the ESM-related preprocessor filtering.
stephan
2022-11-20
*
Get tester1.js working via an ES6 worker module and add that variant to the d...
stephan
2022-11-19
[prev]