aboutsummaryrefslogtreecommitdiff
path: root/ext/wasm/api/sqlite3-api-cleanup.js
Commit message (Expand)AuthorAge
* Work around [https://github.com/emscripten-core/emscripten/issues/23420|a beh...stephan2025-01-15
* Accommodate a breaking change in emcc 3.1.44.stephan2023-07-27
* Internal JS doc fix.stephan2023-07-12
* Replace use of 'self' in JS code with 'globalThis', as that works in browsers...stephan2023-03-07
* Remove automatic installation of JS-global S object for the sake of client li...stephan2023-02-02
* 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
* Move the sqlite3.capi.wasm namespace to sqlite3.wasm. This causes a tiny bit ...stephan2022-10-29
* Add a top-level license and build-time version info header to generated sqlit...stephan2022-10-16
* Add JS wrapper for sqlite3_exec() which knows how to handle a JS callback. Ad...stephan2022-09-30
* Finish eliminating explicit Emscripten module dependencies in test code and f...stephan2022-09-29
* Comment the -O2 wasm builds as being broken (mysteriously missing JS bits).stephan2022-09-27
* Add/apply various kvvfs-specific utility APIs to the JS layer to assist in te...stephan2022-09-13
* Merge kv-vfs branch into fiddle-opfs branch to add kvvfs-based wasm build and...stephan2022-09-12
|\
* | js: resolve the mysterious "extra" unhandled exception notification, caused b...stephan2022-08-24
* | More work on how to configure the sqlite3 JS API bootstrapping process from h...stephan2022-08-24
* | More experimentation with how client-side config state can be passed on to in...stephan2022-08-22
* | Refactor JS API amalgamation such that the bootstrapping/configuration is def...stephan2022-08-22
|/
* wasm refactoring part 2 of (apparently) 2: moved ext/fiddle/... into ext/wasm...stephan2022-08-10