aboutsummaryrefslogtreecommitdiff
path: root/ext/wasm/testing1.js
Commit message (Expand)AuthorAge
* Move the rest of testing1.js into tester1.js and eliminate the dependency on ...stephan2022-10-13
* Port the first 180-odd unit tests from testing1.* into the new tester1.*. Fix...stephan2022-10-13
* Minor cleanups and additions in sqlite3.capi.wasm.pstack.stephan2022-10-04
* More cleanups in the UDF argument and result handling, in particular int64. C...stephan2022-10-02
* More fleshing out of sqlite3.capi.wasm.pstack.stephan2022-10-02
* General internal cleanups in the oo1 API.stephan2022-10-02
* wasm: correct a memleak caused by a shadowed var in the previous checkin. Add...stephan2022-10-01
* Add JS wrapper for sqlite3_exec() which knows how to handle a JS callback. Ad...stephan2022-09-30
* Rework the Emscripten-emitted module loader/init function such that it passes...stephan2022-09-29
* WASM API renaming. Reworked JS API bootstrap's async post-init into a generic...stephan2022-09-27
* wasm: change StructBinder signature for sqlite3_file::pMethods from 'P' to 'p...stephan2022-09-26
* Numerous cleanups in the JS bits. Removed some now-defunct wasm test files. E...stephan2022-09-18
* Add/apply various kvvfs-specific utility APIs to the JS layer to assist in te...stephan2022-09-13
* Get testing1.js working with a kvvfs build.stephan2022-09-12
* More experimentation with how client-side config state can be passed on to in...stephan2022-08-22
* Minor cleanups, reorgs, and doc updates for the JS APIs. Renamed sqlite3(-api...stephan2022-08-17
* Cleanups in the wasmfs/opfs integration but disable it in order to get the bu...stephan2022-08-13
* Minor wasm-related doc clarification and remove an obsolete code comment.stephan2022-08-12
* wasm refactoring part 2 of (apparently) 2: moved ext/fiddle/... into ext/wasm...stephan2022-08-10