aboutsummaryrefslogtreecommitdiff
path: root/ext/wasm/api/pre-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
* 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
* Replace use of cpp with the fit-to-purpose c-pp to avoid cpp's C-centric/JS-u...stephan2022-11-18
* Experimentally use clang's C preprocessor to filter #ifdef's out of the gener...stephan2022-11-03
* Minor WASM build cleanups. Enable custom Module.instantiateWasm() when not in...stephan2022-10-30
* Apply considerable acrobatics to get the JS/WASM deliverables building to and...stephan2022-10-19
* Add a top-level license and build-time version info header to generated sqlit...stephan2022-10-16
* Add oo1.JsStorageDb() as a convenience wrapper for oo1.DB(...,'kvvfs'). Minor...stephan2022-09-30
* Add JS infrastructure to ostensibly allow us to customize the wasm imports, w...stephan2022-09-29