index
:
sqlite
master
sqlite mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ext
/
wasm
/
api
/
sqlite3-api-cleanup.js
Commit message (
Expand
)
Author
Age
*
Work around [https://github.com/emscripten-core/emscripten/issues/23420|a beh...
stephan
2025-01-15
*
Accommodate a breaking change in emcc 3.1.44.
stephan
2023-07-27
*
Internal JS doc fix.
stephan
2023-07-12
*
Replace use of 'self' in JS code with 'globalThis', as that works in browsers...
stephan
2023-03-07
*
Remove automatic installation of JS-global S object for the sake of client li...
stephan
2023-02-02
*
Install sqlite3_malloc/sqlite3_free() as the JS-side WASM allocator (as oppos...
stephan
2022-11-30
*
Refactor a significant chunk of the OPFS sqlite3_vfs init code into sqlite3.V...
stephan
2022-11-30
*
Move the sqlite3.capi.wasm namespace to sqlite3.wasm. This causes a tiny bit ...
stephan
2022-10-29
*
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
*
Finish eliminating explicit Emscripten module dependencies in test code and f...
stephan
2022-09-29
*
Comment the -O2 wasm builds as being broken (mysteriously missing JS bits).
stephan
2022-09-27
*
Add/apply various kvvfs-specific utility APIs to the JS layer to assist in te...
stephan
2022-09-13
*
Merge kv-vfs branch into fiddle-opfs branch to add kvvfs-based wasm build and...
stephan
2022-09-12
|
\
*
|
js: resolve the mysterious "extra" unhandled exception notification, caused b...
stephan
2022-08-24
*
|
More work on how to configure the sqlite3 JS API bootstrapping process from h...
stephan
2022-08-24
*
|
More experimentation with how client-side config state can be passed on to in...
stephan
2022-08-22
*
|
Refactor JS API amalgamation such that the bootstrapping/configuration is def...
stephan
2022-08-22
|
/
*
wasm refactoring part 2 of (apparently) 2: moved ext/fiddle/... into ext/wasm...
stephan
2022-08-10