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