aboutsummaryrefslogtreecommitdiff
path: root/ext/wasm/testing2.js
Commit message (Expand)AuthorAge
* Rename several demo/test files and include more of them in the end-user dist ...stephan2022-10-19
* Apply considerable acrobatics to get the JS/WASM deliverables building to and...stephan2022-10-19
* Add JS wrapper for sqlite3_exec() which knows how to handle a JS callback. Ad...stephan2022-09-30
* WASM API renaming. Reworked JS API bootstrap's async post-init into a generic...stephan2022-09-27
* Consolidate oo1.DB.exec() and oo1.DB.execMulti() into oo1.DB.exec(). This is ...stephan2022-08-25
* Change DB.exec() rowMode default from 'stmt' to 'array', per /chat discussion...stephan2022-08-24
* Expand the worker1 'exec' op handling for per-row callbacks for API-level con...stephan2022-08-24
* Significant restructuring of the Worker #1 request/response object structures...stephan2022-08-24
* Minor cleanups, reorgs, and doc updates for the JS APIs. Renamed sqlite3(-api...stephan2022-08-17
* wasm: move another file and update testing1/testing2 to account for [e38d00c2...stephan2022-08-16
* Cleanups in the wasmfs/opfs integration but disable it in order to get the bu...stephan2022-08-13
* wasm refactoring part 2 of (apparently) 2: moved ext/fiddle/... into ext/wasm...stephan2022-08-10