index
:
sqlite
master
sqlite mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ext
/
wasm
/
api
/
extern-post-js.js
Commit message (
Expand
)
Author
Age
*
Rename some JS files from X.js to X.c-pp.js to keep the maintainer, and downs...
stephan
2022-11-30
*
Refactor a significant chunk of the OPFS sqlite3_vfs init code into sqlite3.V...
stephan
2022-11-30
*
Remove a bit of over-cleverness which breaks loading of sqlite3.js in some ma...
stephan
2022-11-23
*
Add test app for experimenting with multi-worker OPFS concurrency. Tweak OPFS...
stephan
2022-11-21
*
Further minor cleanups in the JS build related to vanilla vs ESM.
stephan
2022-11-20
*
Minor cleanups in the ESM-related preprocessor filtering.
stephan
2022-11-20
*
Add build of sqlite3.mjs (ES6 module), add a test app for it, and include it ...
stephan
2022-11-19
*
More work towards creation of a ES6 JS module.
stephan
2022-11-19
*
Change a self.X JS reference to X to account for a symbol resolution discrepa...
stephan
2022-11-16
*
Minor WASM build cleanups. Enable custom Module.instantiateWasm() when not in...
stephan
2022-10-30
*
Minor cleanups and doc improvements in the OPFS sqlite3_vfs proxy.
stephan
2022-10-25
*
Minor internal JS cleanups.
stephan
2022-10-20
*
Apply considerable acrobatics to get the JS/WASM deliverables building to and...
stephan
2022-10-19
*
Considerable wasm/js build cleanups and reworking. Remove wasmfs builds from ...
stephan
2022-10-19
*
Add a top-level license and build-time version info header to generated sqlit...
stephan
2022-10-16
*
Add JS wrapper for sqlite3_exec() which knows how to handle a JS callback. Ad...
stephan
2022-09-30
*
Add JS infrastructure to ostensibly allow us to customize the wasm imports, w...
stephan
2022-09-29
*
Rework the Emscripten-emitted module loader/init function such that it passes...
stephan
2022-09-29