History log of /sqlite-3.40.0/ext/wasm/common/ (Results 1 – 25 of 34)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
4df2ab5703-Nov-2022 stephan <[email protected]>

Globally replace '' with "" for empty JS strings to please C preprocessor.

FossilOrigin-Name: e92e1f42bef94a1df29f66b4111ebfde93eba3759bc5d5a9c95f714508851346

49048b1401-Nov-2022 stephan <[email protected]>

Significant cleanups and expansion of the sqlite3.opfs utilities. Add oo1.DB.dbVfsName(). Add VFS name to worker1:open's arguments and result.

FossilOrigin-Name: 86a341d7e061f946b39e8647ddd4743013b8

Significant cleanups and expansion of the sqlite3.opfs utilities. Add oo1.DB.dbVfsName(). Add VFS name to worker1:open's arguments and result.

FossilOrigin-Name: 86a341d7e061f946b39e8647ddd4743013b851b33ae9e6e755d8dbc53fba5286

show more ...


/sqlite-3.40.0/Makefile.in
/sqlite-3.40.0/Makefile.msc
/sqlite-3.40.0/ext/recover/dbdata.c
/sqlite-3.40.0/ext/recover/recover1.test
/sqlite-3.40.0/ext/recover/sqlite3recover.c
/sqlite-3.40.0/ext/wasm/GNUmakefile
/sqlite-3.40.0/ext/wasm/README.md
/sqlite-3.40.0/ext/wasm/api/EXPORTED_FUNCTIONS.sqlite3-api
/sqlite-3.40.0/ext/wasm/api/extern-post-js.js
/sqlite-3.40.0/ext/wasm/api/post-js-header.js
/sqlite-3.40.0/ext/wasm/api/pre-js.js
/sqlite-3.40.0/ext/wasm/api/sqlite3-api-cleanup.js
/sqlite-3.40.0/ext/wasm/api/sqlite3-api-glue.js
/sqlite-3.40.0/ext/wasm/api/sqlite3-api-oo1.js
/sqlite-3.40.0/ext/wasm/api/sqlite3-api-opfs.js
/sqlite-3.40.0/ext/wasm/api/sqlite3-api-prologue.js
/sqlite-3.40.0/ext/wasm/api/sqlite3-api-worker1.js
/sqlite-3.40.0/ext/wasm/api/sqlite3-opfs-async-proxy.js
/sqlite-3.40.0/ext/wasm/api/sqlite3-wasm.c
/sqlite-3.40.0/ext/wasm/api/sqlite3-worker1.js
/sqlite-3.40.0/ext/wasm/batch-runner.js
testing.css
/sqlite-3.40.0/ext/wasm/demo-jsstorage.js
/sqlite-3.40.0/ext/wasm/demo-worker1-promiser.js
/sqlite-3.40.0/ext/wasm/demo-worker1.js
/sqlite-3.40.0/ext/wasm/dist.make
/sqlite-3.40.0/ext/wasm/fiddle.make
/sqlite-3.40.0/ext/wasm/fiddle/fiddle-worker.js
/sqlite-3.40.0/ext/wasm/module-symbols.html
/sqlite-3.40.0/ext/wasm/scratchpad-wasmfs-main.js
/sqlite-3.40.0/ext/wasm/speedtest1-worker.html
/sqlite-3.40.0/ext/wasm/speedtest1-worker.js
/sqlite-3.40.0/ext/wasm/speedtest1.html
/sqlite-3.40.0/ext/wasm/test-opfs-vfs.js
/sqlite-3.40.0/ext/wasm/tester1-worker.html
/sqlite-3.40.0/ext/wasm/tester1.html
/sqlite-3.40.0/ext/wasm/tester1.js
/sqlite-3.40.0/ext/wasm/wasmfs.make
/sqlite-3.40.0/main.mk
/sqlite-3.40.0/manifest
/sqlite-3.40.0/manifest.uuid
/sqlite-3.40.0/src/dbpage.c
/sqlite-3.40.0/src/shell.c.in
/sqlite-3.40.0/test/fuzzcheck.c
/sqlite-3.40.0/test/fuzzinvariants.c
/sqlite-3.40.0/test/vt02.c
/sqlite-3.40.0/tool/GetTclKit.bat
/sqlite-3.40.0/tool/build-all-msvc.bat
f03ddcca28-Oct-2022 stephan <[email protected]>

Add ext/wasm/module-symbols.html. Adjacent minor JS touchups.

FossilOrigin-Name: 24f12e681e06e3b71a6ac9c82255fe0270953a74c711405841f7e385eeafe874

de86817527-Oct-2022 stephan <[email protected]>

Expose sqlite3_randomness() to WASM and add a custom binding for it which can populate a JS byte array. Add WhWasmUtil.isPtr().

FossilOrigin-Name: 333e67076b4bc967bb543ef8e265c63f6e3498c38ac121a7d1e

Expose sqlite3_randomness() to WASM and add a custom binding for it which can populate a JS byte array. Add WhWasmUtil.isPtr().

FossilOrigin-Name: 333e67076b4bc967bb543ef8e265c63f6e3498c38ac121a7d1eff4a1d7a71c63

show more ...


/sqlite-3.40.0/Makefile.in
/sqlite-3.40.0/Makefile.msc
/sqlite-3.40.0/ext/misc/cksumvfs.c
/sqlite-3.40.0/ext/recover/dbdata.c
/sqlite-3.40.0/ext/recover/recover1.test
/sqlite-3.40.0/ext/recover/recover_common.tcl
/sqlite-3.40.0/ext/recover/recoverclobber.test
/sqlite-3.40.0/ext/recover/recovercorrupt.test
/sqlite-3.40.0/ext/recover/recovercorrupt2.test
/sqlite-3.40.0/ext/recover/recoverfault.test
/sqlite-3.40.0/ext/recover/recoverfault2.test
/sqlite-3.40.0/ext/recover/recoverold.test
/sqlite-3.40.0/ext/recover/recoverpgsz.test
/sqlite-3.40.0/ext/recover/recoverrowid.test
/sqlite-3.40.0/ext/recover/recoverslowidx.test
/sqlite-3.40.0/ext/recover/recoversql.test
/sqlite-3.40.0/ext/recover/sqlite3recover.c
/sqlite-3.40.0/ext/recover/sqlite3recover.h
/sqlite-3.40.0/ext/recover/test_recover.c
/sqlite-3.40.0/ext/rtree/rtree.c
/sqlite-3.40.0/ext/wasm/GNUmakefile
/sqlite-3.40.0/ext/wasm/README-dist.txt
/sqlite-3.40.0/ext/wasm/api/EXPORTED_FUNCTIONS.sqlite3-api
/sqlite-3.40.0/ext/wasm/api/extern-post-js.js
/sqlite-3.40.0/ext/wasm/api/sqlite3-api-glue.js
/sqlite-3.40.0/ext/wasm/api/sqlite3-api-oo1.js
/sqlite-3.40.0/ext/wasm/api/sqlite3-api-opfs.js
/sqlite-3.40.0/ext/wasm/api/sqlite3-api-prologue.js
/sqlite-3.40.0/ext/wasm/api/sqlite3-api-worker1.js
/sqlite-3.40.0/ext/wasm/api/sqlite3-opfs-async-proxy.js
/sqlite-3.40.0/ext/wasm/api/sqlite3-wasm.c
whwasmutil.js
/sqlite-3.40.0/ext/wasm/dist.make
/sqlite-3.40.0/ext/wasm/fiddle.make
/sqlite-3.40.0/ext/wasm/fiddle/fiddle-worker.js
/sqlite-3.40.0/ext/wasm/fiddle/index.html
/sqlite-3.40.0/ext/wasm/index.html
/sqlite-3.40.0/ext/wasm/scratchpad-wasmfs-main.js
/sqlite-3.40.0/ext/wasm/speedtest1-worker.js
/sqlite-3.40.0/ext/wasm/tester1-worker.html
/sqlite-3.40.0/ext/wasm/tester1.html
/sqlite-3.40.0/ext/wasm/tester1.js
/sqlite-3.40.0/ext/wasm/version-info.c
/sqlite-3.40.0/main.mk
/sqlite-3.40.0/manifest
/sqlite-3.40.0/manifest.uuid
/sqlite-3.40.0/src/build.c
/sqlite-3.40.0/src/ctime.c
/sqlite-3.40.0/src/dbpage.c
/sqlite-3.40.0/src/func.c
/sqlite-3.40.0/src/global.c
/sqlite-3.40.0/src/os_setup.h
/sqlite-3.40.0/src/select.c
/sqlite-3.40.0/src/shell.c.in
/sqlite-3.40.0/src/sqliteInt.h
/sqlite-3.40.0/src/test_tclsh.c
/sqlite-3.40.0/src/vacuum.c
/sqlite-3.40.0/src/where.c
/sqlite-3.40.0/src/whereInt.h
/sqlite-3.40.0/src/wherecode.c
/sqlite-3.40.0/src/whereexpr.c
/sqlite-3.40.0/test/e_wal.test
/sqlite-3.40.0/test/fuzzinvariants.c
/sqlite-3.40.0/test/permutations.test
/sqlite-3.40.0/test/savepoint.test
/sqlite-3.40.0/test/selectA.test
/sqlite-3.40.0/test/speedtest1.c
/sqlite-3.40.0/test/tester.tcl
/sqlite-3.40.0/test/vacuum-into.test
/sqlite-3.40.0/test/widetab1.test
/sqlite-3.40.0/tool/mkctimec.tcl
98147dd521-Oct-2022 stephan <[email protected]>

Add kvvfs tests to tester1.js. Fix a scopedAlloc() misuse in oo1.DB ctor caused by refactoring earlier this morning (and caught by these new tests).

FossilOrigin-Name: 8e0f001ab76de6dbc17295b9085f7f

Add kvvfs tests to tester1.js. Fix a scopedAlloc() misuse in oo1.DB ctor caused by refactoring earlier this morning (and caught by these new tests).

FossilOrigin-Name: 8e0f001ab76de6dbc17295b9085f7f61ce274c43f8c432ea4d2ec3153d248ff3

show more ...

848d27ad21-Oct-2022 stephan <[email protected]>

Add timing info and OPFS sanity tests to tester1.js

FossilOrigin-Name: 99915b0076422487cdd181a54e55694404fba13e4a540329b5ede9e2c9e12532


/sqlite-3.40.0/ext/wasm/GNUmakefile
/sqlite-3.40.0/ext/wasm/README-dist.txt
/sqlite-3.40.0/ext/wasm/api/EXPORTED_FUNCTIONS.sqlite3-api
/sqlite-3.40.0/ext/wasm/api/README.md
/sqlite-3.40.0/ext/wasm/api/extern-post-js.js
/sqlite-3.40.0/ext/wasm/api/extern-pre-js.js
/sqlite-3.40.0/ext/wasm/api/post-js-footer.js
/sqlite-3.40.0/ext/wasm/api/pre-js.js
/sqlite-3.40.0/ext/wasm/api/sqlite3-api-cleanup.js
/sqlite-3.40.0/ext/wasm/api/sqlite3-api-glue.js
/sqlite-3.40.0/ext/wasm/api/sqlite3-api-oo1.js
/sqlite-3.40.0/ext/wasm/api/sqlite3-api-opfs.js
/sqlite-3.40.0/ext/wasm/api/sqlite3-api-prologue.js
/sqlite-3.40.0/ext/wasm/api/sqlite3-api-worker1.js
/sqlite-3.40.0/ext/wasm/api/sqlite3-license-version-header.js
/sqlite-3.40.0/ext/wasm/api/sqlite3-opfs-async-proxy.js
/sqlite-3.40.0/ext/wasm/api/sqlite3-wasm.c
/sqlite-3.40.0/ext/wasm/api/sqlite3-worker1-promiser.js
/sqlite-3.40.0/ext/wasm/api/sqlite3-worker1.js
/sqlite-3.40.0/ext/wasm/batch-runner.html
testing.css
/sqlite-3.40.0/ext/wasm/demo-123-worker.html
/sqlite-3.40.0/ext/wasm/demo-123.html
/sqlite-3.40.0/ext/wasm/demo-123.js
/sqlite-3.40.0/ext/wasm/demo-jsstorage.html
/sqlite-3.40.0/ext/wasm/demo-jsstorage.js
/sqlite-3.40.0/ext/wasm/demo-worker1-promiser.html
/sqlite-3.40.0/ext/wasm/demo-worker1-promiser.js
/sqlite-3.40.0/ext/wasm/demo-worker1.html
/sqlite-3.40.0/ext/wasm/demo-worker1.js
/sqlite-3.40.0/ext/wasm/dist.make
/sqlite-3.40.0/ext/wasm/fiddle.make
/sqlite-3.40.0/ext/wasm/fiddle/fiddle-worker.js
/sqlite-3.40.0/ext/wasm/index-dist.html
/sqlite-3.40.0/ext/wasm/index.html
/sqlite-3.40.0/ext/wasm/speedtest1-worker.html
/sqlite-3.40.0/ext/wasm/speedtest1-worker.js
/sqlite-3.40.0/ext/wasm/speedtest1.html
/sqlite-3.40.0/ext/wasm/test-opfs-vfs.html
/sqlite-3.40.0/ext/wasm/test-opfs-vfs.js
/sqlite-3.40.0/ext/wasm/tester1-worker.html
/sqlite-3.40.0/ext/wasm/tester1.html
/sqlite-3.40.0/ext/wasm/tester1.js
/sqlite-3.40.0/ext/wasm/version-info.c
/sqlite-3.40.0/ext/wasm/wasmfs.make
/sqlite-3.40.0/magic.txt
/sqlite-3.40.0/manifest
/sqlite-3.40.0/manifest.uuid
/sqlite-3.40.0/src/analyze.c
/sqlite-3.40.0/src/build.c
/sqlite-3.40.0/src/expr.c
/sqlite-3.40.0/src/func.c
/sqlite-3.40.0/src/insert.c
/sqlite-3.40.0/src/loadext.c
/sqlite-3.40.0/src/select.c
/sqlite-3.40.0/src/shell.c.in
/sqlite-3.40.0/src/sqliteInt.h
/sqlite-3.40.0/src/test1.c
/sqlite-3.40.0/src/upsert.c
/sqlite-3.40.0/src/vdbeaux.c
/sqlite-3.40.0/src/vtab.c
/sqlite-3.40.0/src/where.c
/sqlite-3.40.0/src/whereInt.h
/sqlite-3.40.0/src/wherecode.c
/sqlite-3.40.0/src/whereexpr.c
/sqlite-3.40.0/test/collate5.test
/sqlite-3.40.0/test/joinH.test
/sqlite-3.40.0/test/like2.test
/sqlite-3.40.0/test/windowE.test
/sqlite-3.40.0/tool/stripccomments.c
d92c652a13-Oct-2022 stephan <[email protected]>

Move the rest of testing1.js into tester1.js and eliminate the dependency on jaccwabyt_test.c. Extend the list of default config-related #defines in sqlite3-wasm.c and reorganize them for maintainabi

Move the rest of testing1.js into tester1.js and eliminate the dependency on jaccwabyt_test.c. Extend the list of default config-related #defines in sqlite3-wasm.c and reorganize them for maintainability.

FossilOrigin-Name: 4e2a8aff2dd4b6e148f45184e2523ebe47815257eca97fa3d32bcbf9625f0def

show more ...

d85d083913-Oct-2022 stephan <[email protected]>

Port the first 180-odd unit tests from testing1.* into the new tester1.*. Fix a stray-keystroke-induced typo which broke pstack.allocChunks().

FossilOrigin-Name: ef689e33e464829f5cbe4ca24a53d9dba59a

Port the first 180-odd unit tests from testing1.* into the new tester1.*. Fix a stray-keystroke-induced typo which broke pstack.allocChunks().

FossilOrigin-Name: ef689e33e464829f5cbe4ca24a53d9dba59abe74d3d80a37a91b93a4eccccf2d

show more ...

181f7e8612-Oct-2022 stephan <[email protected]>

Correct mismatched H1 tags in test code. Minor CSS tweaks.

FossilOrigin-Name: 4d8eb90a370054d4482c20637ab56f5e01f4d10215f2af4e35fb9a1f85ecb700

7ff8da8703-Oct-2022 stephan <[email protected]>

OPFS VFS now lazily opens its sync access handle, as a step towards experimenting with relinquishing it during idle times to help avoid cross-tab and page-reload locking issues.

FossilOrigin-Name: a

OPFS VFS now lazily opens its sync access handle, as a step towards experimenting with relinquishing it during idle times to help avoid cross-tab and page-reload locking issues.

FossilOrigin-Name: a984e1ba435731413a541f86c50232bc7d6e33aff6ba4cca90f89188e7b82a2c

show more ...

bdfd7ea003-Oct-2022 stephan <[email protected]>

Partial revert of [a82e6faaa642] to remove the 'I' alias for 'j' wasm function signature letter. In hindsight, that change seems premature.

FossilOrigin-Name: dcd46af9141f4edf816010923941a76d0edd3f1

Partial revert of [a82e6faaa642] to remove the 'I' alias for 'j' wasm function signature letter. In hindsight, that change seems premature.

FossilOrigin-Name: dcd46af9141f4edf816010923941a76d0edd3f18cfe429c52f599ad2a0d52651

show more ...

ef9cd12e03-Oct-2022 stephan <[email protected]>

Minor JS API tweaks prompted by documenting them.

FossilOrigin-Name: a82e6faaa642b09d241232c4daa67134d4dfa24bf3ca3725740346ca5269b381

9892883e02-Oct-2022 stephan <[email protected]>

js: implement a hand-written wrapper for sqlite3_create_function_v2() which converts, if necessary, JS-function-type args to WASM function wrappers. Replace DB.createFunction() impl with the new one.

js: implement a hand-written wrapper for sqlite3_create_function_v2() which converts, if necessary, JS-function-type args to WASM function wrappers. Replace DB.createFunction() impl with the new one.

FossilOrigin-Name: 435ab33384017967e46f52b70bee851a85a28808990a0e58dd5288f606b89c9c

show more ...

9fdce59502-Oct-2022 stephan <[email protected]>

Doc typo fixes.

FossilOrigin-Name: e528675da3971907666c7d2d09763975a105ec585dc5122145f65905d535bed8

63e9ec2f02-Oct-2022 stephan <[email protected]>

More fleshing out of sqlite3.capi.wasm.pstack.

FossilOrigin-Name: eb5726677a727a958df11f1fba078d30c7c0ba2a9bdb158e8641b35b5f971af3

f6c686c930-Sep-2022 stephan <[email protected]>

Add oo1.JsStorageDb() as a convenience wrapper for oo1.DB(...,'kvvfs'). Minor doc cleanups.

FossilOrigin-Name: 8a7998709f859a562cf6829485cb9921f8823af0efabe003741348ab1169fb89

f71c954c29-Sep-2022 stephan <[email protected]>

Add JS infrastructure to ostensibly allow us to customize the wasm imports, which will hypothetically allow us to eliminate the dependency on EM_JS(), but the corresponding Emscripten glue-level feat

Add JS infrastructure to ostensibly allow us to customize the wasm imports, which will hypothetically allow us to eliminate the dependency on EM_JS(), but the corresponding Emscripten glue-level feature currently breaks fatally with WASMFS builds so it's disabled.

FossilOrigin-Name: 88d9253b0db5494bf1c9b6d24f22524eeec856b89e64a66ffb30d945f0df21d3

show more ...

b94a986029-Sep-2022 stephan <[email protected]>

Rework the Emscripten-emitted module loader/init function such that it passes on the sqlite3 module, instead of the Emscripten module, to the first then() of sqlite3InitModule()'s returned Promise. T

Rework the Emscripten-emitted module loader/init function such that it passes on the sqlite3 module, instead of the Emscripten module, to the first then() of sqlite3InitModule()'s returned Promise. This eliminates any need to mention the Emscripten module object in client-side code unless they want to configure it in advance for loading-status reports.

FossilOrigin-Name: 0dbaa0e2b5abf5c23e2039ec90a3055ebb3c063aaf4e556c42546defe6fbb86d

show more ...

3d64548427-Sep-2022 stephan <[email protected]>

wasm/js: rename /persistent to /opfs to account for potential future persistent storage options. Minor flag-handling cleanups in the speedtest1 pages. Minor API tweaks in oo1.

FossilOrigin-Name: 4dc

wasm/js: rename /persistent to /opfs to account for potential future persistent storage options. Minor flag-handling cleanups in the speedtest1 pages. Minor API tweaks in oo1.

FossilOrigin-Name: 4dc972a3656b2a9ec915bfb3f653136560c753ce4024c3f0d0d0c28f66db7a0a

show more ...

278d3faf26-Sep-2022 stephan <[email protected]>

Fiddle: replace db export routine with a C-side one which works for both Emscripten FS-hosted and OPFS-hosted db files. Minor code-adjacent cleanups.

FossilOrigin-Name: 3579a8d6f1f6cd3cd8aad99495368

Fiddle: replace db export routine with a C-side one which works for both Emscripten FS-hosted and OPFS-hosted db files. Minor code-adjacent cleanups.

FossilOrigin-Name: 3579a8d6f1f6cd3cd8aad9949536870c5fe7bae8c1778f700dd85d763e266b94

show more ...

ef11fb9124-Sep-2022 stephan <[email protected]>

Resolve "already configured" warnings from shell's main() when starting it up in fiddle mode.

FossilOrigin-Name: 114ef3552af977b272a0baddeb9a2326484b60acfc75284e43c55530f86b413f

60d9aa7c24-Sep-2022 stephan <[email protected]>

Refactoring towards getting fiddle to support OPFS as a first-class citizen. Certain operations, e.g. import, export, and unlink, are not OPFS-aware.

FossilOrigin-Name: 1b923ed6438d7fef4508936e0c4bc

Refactoring towards getting fiddle to support OPFS as a first-class citizen. Certain operations, e.g. import, export, and unlink, are not OPFS-aware.

FossilOrigin-Name: 1b923ed6438d7fef4508936e0c4bc026a368721698b1539961e3fb3140a185cb

show more ...

f815011a19-Sep-2022 stephan <[email protected]>

Cut the speedtest1 runtime of the OPFS VFS proxy by approximately 3/4ths via xRead/xWrite buffer-copying optimizations. Still slower than the WASMFS impl by approx. 1/5th.

FossilOrigin-Name: fb7f287

Cut the speedtest1 runtime of the OPFS VFS proxy by approximately 3/4ths via xRead/xWrite buffer-copying optimizations. Still slower than the WASMFS impl by approx. 1/5th.

FossilOrigin-Name: fb7f287310d74a3e236125ae9c49b859f9263c29ae85161c1bcf9dd0778d8a51

show more ...


/sqlite-3.40.0/Makefile.in
/sqlite-3.40.0/ext/wasm/EXPORTED_FUNCTIONS.fiddle
/sqlite-3.40.0/ext/wasm/GNUmakefile
/sqlite-3.40.0/ext/wasm/api/EXPORTED_FUNCTIONS.sqlite3-api
/sqlite-3.40.0/ext/wasm/api/sqlite3-api-cleanup.js
/sqlite-3.40.0/ext/wasm/api/sqlite3-api-glue.js
/sqlite-3.40.0/ext/wasm/api/sqlite3-api-oo1.js
/sqlite-3.40.0/ext/wasm/api/sqlite3-api-opfs.js
/sqlite-3.40.0/ext/wasm/api/sqlite3-api-prologue.js
/sqlite-3.40.0/ext/wasm/api/sqlite3-api-worker1.js
/sqlite-3.40.0/ext/wasm/api/sqlite3-wasm.c
/sqlite-3.40.0/ext/wasm/batch-runner-kvvfs.html
/sqlite-3.40.0/ext/wasm/batch-runner.html
/sqlite-3.40.0/ext/wasm/batch-runner.js
whwasmutil.js
/sqlite-3.40.0/ext/wasm/demo-123-worker.html
/sqlite-3.40.0/ext/wasm/demo-123.html
/sqlite-3.40.0/ext/wasm/demo-123.js
/sqlite-3.40.0/ext/wasm/demo-kvvfs1.html
/sqlite-3.40.0/ext/wasm/demo-kvvfs1.js
/sqlite-3.40.0/ext/wasm/index.html
/sqlite-3.40.0/ext/wasm/scratchpad-wasmfs-main.html
/sqlite-3.40.0/ext/wasm/scratchpad-wasmfs-main.js
/sqlite-3.40.0/ext/wasm/speedtest1-wasmfs.html
/sqlite-3.40.0/ext/wasm/speedtest1-worker.html
/sqlite-3.40.0/ext/wasm/speedtest1-worker.js
/sqlite-3.40.0/ext/wasm/speedtest1.html
/sqlite-3.40.0/ext/wasm/sqlite3-opfs-async-proxy.js
/sqlite-3.40.0/ext/wasm/sqlite3-worker1-promiser.js
/sqlite-3.40.0/ext/wasm/test-opfs-vfs.html
/sqlite-3.40.0/ext/wasm/test-opfs-vfs.js
/sqlite-3.40.0/ext/wasm/testing-worker1-promiser.js
/sqlite-3.40.0/ext/wasm/testing1.html
/sqlite-3.40.0/ext/wasm/testing1.js
/sqlite-3.40.0/ext/wasm/wasmfs.make
/sqlite-3.40.0/main.mk
/sqlite-3.40.0/manifest
/sqlite-3.40.0/manifest.uuid
/sqlite-3.40.0/src/main.c
/sqlite-3.40.0/src/os_kv.c
/sqlite-3.40.0/src/os_setup.h
/sqlite-3.40.0/src/os_unix.c
/sqlite-3.40.0/src/os_win.c
/sqlite-3.40.0/src/pcache.c
/sqlite-3.40.0/src/pcache1.c
/sqlite-3.40.0/src/sqliteInt.h
/sqlite-3.40.0/test/speedtest1.c
/sqlite-3.40.0/tool/mksqlite3c.tcl
/sqlite-3.40.0/tool/speed-check.sh
e66b268109-Sep-2022 stephan <[email protected]>

speedtest1 wasm: add a link in the worker variant which launches the main-thread variant with the selected CLI flags. Append collected stdout/stderr to the main-thread page after execution is finishe

speedtest1 wasm: add a link in the worker variant which launches the main-thread variant with the selected CLI flags. Append collected stdout/stderr to the main-thread page after execution is finished to avoid having to open the dev tools (which inexplicably slows down wasm execution).

FossilOrigin-Name: 02709ee2beab36d144b807fd9ffaee639e3c1bdd1908a34e05f3fd23dad2ef66

show more ...

44a87f0808-Sep-2022 stephan <[email protected]>

Add speedtest1-worker.html, an interactive Worker-thread variant of speedtest1.html. Add ext/wasm/index.html to act as a gateway to the various test pages.

FossilOrigin-Name: f16c68ee6d5ebb8dec2ab65

Add speedtest1-worker.html, an interactive Worker-thread variant of speedtest1.html. Add ext/wasm/index.html to act as a gateway to the various test pages.

FossilOrigin-Name: f16c68ee6d5ebb8dec2ab656dbab2ddb5f1d5133153ad553f986b31020adaa38

show more ...

12