index
:
sqlite
master
sqlite mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ext
/
wasm
/
speedtest1-worker.js
Commit message (
Expand
)
Author
Age
*
Make explicit which JS APIs are for internal use only by moving the JS-bound ...
stephan
2024-01-08
*
Update some OPFS-related help text in WASM tests. Minor cleanups in speedtest...
stephan
2023-11-30
*
Refactor opfs-sahpool to support multiple instances, each with a separate VFS...
stephan
2023-07-18
*
sahpool vfs: rename defaultCapacity to initialCapacity, per feedback.
stephan
2023-07-17
*
Remove an extraneous JS script import.
stephan
2023-07-16
*
Move SAH pool configuration options from the library-level config to a config...
stephan
2023-07-16
*
speedtest1.js: only install opfs-sahpool if it's provided via --vfs flag, to ...
stephan
2023-07-16
*
Redefine what the opfs-sahpool installation promise resolves to. Fix addCapac...
stephan
2023-07-16
*
Minor cleanups in the opfs-sahpool VFS.
stephan
2023-07-15
*
Correct opfs-sahpool VFS after the pebkac involving the previous speedtest1 r...
stephan
2023-07-15
*
Move the sqlite3.capi.wasm namespace to sqlite3.wasm. This causes a tiny bit ...
stephan
2022-10-29
*
speedtest1: use the current (or default) vfs->xDelete method to unlink the db...
stephan
2022-10-25
*
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
*
Apply considerable acrobatics to get the JS/WASM deliverables building to and...
stephan
2022-10-19
*
Rework the Emscripten-emitted module loader/init function such that it passes...
stephan
2022-09-29
*
WASM API renaming. Reworked JS API bootstrap's async post-init into a generic...
stephan
2022-09-27
*
wasm/js: rename /persistent to /opfs to account for potential future persiste...
stephan
2022-09-27
*
Cut the speedtest1 runtime of the OPFS VFS proxy by approximately 3/4ths via ...
stephan
2022-09-19
*
Add sqlite3_web_vfs_list() to JS API. Corrected OPFS VFS's registering itself...
stephan
2022-09-19
*
Merge kv-vfs branch into fiddle-opfs. Adjust various JS APIs and apps to deal...
stephan
2022-09-19
*
More work on the synchronous OPFS experimentation. Numerous wasm/js build twe...
stephan
2022-09-15
*
Add speedtest1-worker.html, an interactive Worker-thread variant of speedtest...
stephan
2022-09-08