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