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.c-pp.js
Commit message (
Expand
)
Author
Age
*
Replace use of Emscripten's Module.postRun() with a custom callback so that w...
stephan
2025-01-16
*
Work around [https://github.com/emscripten-core/emscripten/issues/23420|a beh...
stephan
2025-01-15
*
Filter the wasmfs-specific JS module result type check out of non-wasmfs builds.
stephan
2023-08-01
*
Resolve an ES6 module export construct which is incompatible with node.js, as...
stephan
2023-07-24
*
More work on the wasmfs build. Resolve the inconsistent argument type passed ...
stephan
2023-07-13
*
Get wasmfs build and its bare-bones test app working again, albeit currently ...
stephan
2023-07-13
*
Replace a lingering use of 'self' with 'globalThis' in JS code, for node comp...
stephan
2023-03-09
*
Replace use of 'self' in JS code with 'globalThis', as that works in browsers...
stephan
2023-03-07
*
Add JS bundler-friendly JS build. Minor test code cleanups.
stephan
2023-01-28
|
\
|
*
More work on creating a separate sqlite3.js build which is hopefully friendly...
stephan
2023-01-27
|
*
Beginnings of a bundler-friendly build of sqlite3.mjs. Not yet ready for down...
stephan
2023-01-27
|
/
*
Rename some JS files from X.js to X.c-pp.js to keep the maintainer, and downs...
stephan
2022-11-30