index
:
sqlite
master
sqlite mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ext
/
wasm
/
fiddle
/
fiddle-worker.js
Commit message (
Expand
)
Author
Age
*
/fiddle: before resetting a db, roll back any transactions (resolves problem ...
stephan
2024-03-05
*
Make explicit which JS APIs are for internal use only by moving the JS-bound ...
stephan
2024-01-08
*
Fix part 2 of 2 for /fiddle: a make deps problem which caused fiddle to load ...
stephan
2023-08-01
*
Fix ext/wasm/fiddle build, which was silently broken by recent build refactor...
stephan
2023-02-10
*
Move the sqlite3.capi.wasm namespace to sqlite3.wasm. This causes a tiny bit ...
stephan
2022-10-29
*
Correct misuse of localhost-mode-only symbol S in fiddle-worker.js, which sho...
stephan
2022-10-26
*
Rename sqlite3_web_... to sqlite3_js_... Document the worker1.close.unlink op...
stephan
2022-10-20
*
Rework sqlite3_wasm_vfs_unlink(), add sqlite3_wasm_db_vfs(), update some docs.
stephan
2022-10-20
*
Reimplement fiddle_reset_db() so that it works with all VFSes.
stephan
2022-10-03
*
Fiddle: fix makefile dependency issue and duplicate inclusion of post-js.js. ...
stephan
2022-10-01
*
Finish eliminating explicit Emscripten module dependencies in test code and f...
stephan
2022-09-29
*
wasm/js: rename /persistent to /opfs to account for potential future persiste...
stephan
2022-09-27
*
Fiddle: replace db export routine with a C-side one which works for both Emsc...
stephan
2022-09-26
*
Get fiddle db export working for OPFS VFS. Add root dir handle to the main OP...
stephan
2022-09-26
*
Fiddle: move, rather than copy, data buffers between the threads. Fix the cas...
stephan
2022-09-24
*
Resolve "already configured" warnings from shell's main() when starting it up...
stephan
2022-09-24
*
Refactoring towards getting fiddle to support OPFS as a first-class citizen. ...
stephan
2022-09-24
*
Put pieces in place for fiddle to support opfs, but more cleanup is required ...
stephan
2022-09-21
*
Remove OPFS from the fiddle build for the time being - will re-enable once th...
stephan
2022-08-13
*
Build fiddle with WASMFS OPFS support and attempt to use it if available. It ...
stephan
2022-08-12
*
wasm/fiddle refactoring part 1 of N: move fiddle app from ext/fiddle to ext/w...
stephan
2022-08-10