aboutsummaryrefslogtreecommitdiff
path: root/ext/wasm/api/extern-post-js.js
Commit message (Expand)AuthorAge
* Rename some JS files from X.js to X.c-pp.js to keep the maintainer, and downs...stephan2022-11-30
* Refactor a significant chunk of the OPFS sqlite3_vfs init code into sqlite3.V...stephan2022-11-30
* Remove a bit of over-cleverness which breaks loading of sqlite3.js in some ma...stephan2022-11-23
* Add test app for experimenting with multi-worker OPFS concurrency. Tweak OPFS...stephan2022-11-21
* Further minor cleanups in the JS build related to vanilla vs ESM.stephan2022-11-20
* Minor cleanups in the ESM-related preprocessor filtering.stephan2022-11-20
* Add build of sqlite3.mjs (ES6 module), add a test app for it, and include it ...stephan2022-11-19
* More work towards creation of a ES6 JS module.stephan2022-11-19
* Change a self.X JS reference to X to account for a symbol resolution discrepa...stephan2022-11-16
* Minor WASM build cleanups. Enable custom Module.instantiateWasm() when not in...stephan2022-10-30
* Minor cleanups and doc improvements in the OPFS sqlite3_vfs proxy.stephan2022-10-25
* Minor internal JS cleanups.stephan2022-10-20
* Apply considerable acrobatics to get the JS/WASM deliverables building to and...stephan2022-10-19
* Considerable wasm/js build cleanups and reworking. Remove wasmfs builds from ...stephan2022-10-19
* 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
* Add JS infrastructure to ostensibly allow us to customize the wasm imports, w...stephan2022-09-29
* Rework the Emscripten-emitted module loader/init function such that it passes...stephan2022-09-29