<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in speedtest1.html</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>8948fbee - Move the sqlite3.capi.wasm namespace to sqlite3.wasm. This causes a tiny bit of naming confusion with the sqlite3.wasm *file*, but seems to make more sense than having it as a sub-namespace of capi.</title>
        <link>http://172.16.0.5:8080/history/sqlite-3.40.0/ext/wasm/speedtest1.html#8948fbee</link>
        <description>Move the sqlite3.capi.wasm namespace to sqlite3.wasm. This causes a tiny bit of naming confusion with the sqlite3.wasm *file*, but seems to make more sense than having it as a sub-namespace of capi.FossilOrigin-Name: 3f16eb18d6186ca972fca952ccac18649e7a905213f589e53c0c9333e695448d

            List of files:
            /sqlite-3.40.0/ext/wasm/speedtest1.html</description>
        <pubDate>Sat, 29 Oct 2022 07:54:10 +0000</pubDate>
        <dc:creator>stephan &lt;stephan@noemail.net&gt;</dc:creator>
    </item>
<item>
        <title>674b312e - speedtest1.html: when vfs==kvvfs, increase --size from 2 to 4, as enabled by [a4d40f6346e7]. --size 5 is 4.96mb out of (supposedly) 5mb, which works but is a bit too close to the edge.</title>
        <link>http://172.16.0.5:8080/history/sqlite-3.40.0/ext/wasm/speedtest1.html#674b312e</link>
        <description>speedtest1.html: when vfs==kvvfs, increase --size from 2 to 4, as enabled by [a4d40f6346e7]. --size 5 is 4.96mb out of (supposedly) 5mb, which works but is a bit too close to the edge.FossilOrigin-Name: a608d584a8a68ebaf8566cffc9c33f59309b710e7b29229a15bef529702f35d5

            List of files:
            /sqlite-3.40.0/ext/wasm/speedtest1.html</description>
        <pubDate>Thu, 27 Oct 2022 14:41:38 +0000</pubDate>
        <dc:creator>stephan &lt;stephan@noemail.net&gt;</dc:creator>
    </item>
<item>
        <title>8a8244b5 - Rename sqlite3_web_... to sqlite3_js_... Document the worker1.close.unlink option. Fix unlink usage in speedtest1.html. Minor JS build cleanups.</title>
        <link>http://172.16.0.5:8080/history/sqlite-3.40.0/ext/wasm/speedtest1.html#8a8244b5</link>
        <description>Rename sqlite3_web_... to sqlite3_js_... Document the worker1.close.unlink option. Fix unlink usage in speedtest1.html. Minor JS build cleanups.FossilOrigin-Name: ac9af71b72a749b0a040273a88480d56f49570b569389a4ea20cc055f494d8ff

            List of files:
            /sqlite-3.40.0/ext/wasm/speedtest1.html</description>
        <pubDate>Thu, 20 Oct 2022 18:31:32 +0000</pubDate>
        <dc:creator>stephan &lt;stephan@noemail.net&gt;</dc:creator>
    </item>
<item>
        <title>cd0df83c - Apply considerable acrobatics to get the JS/WASM deliverables building to and loadable from a directory other than the one which contains the app-level code. Requires an only-slightly-leaky abstraction of passing a URL argument when loading sqlite3.js but provides much greater flexibility in where the JS/WASM files are located.</title>
        <link>http://172.16.0.5:8080/history/sqlite-3.40.0/ext/wasm/speedtest1.html#cd0df83c</link>
        <description>Apply considerable acrobatics to get the JS/WASM deliverables building to and loadable from a directory other than the one which contains the app-level code. Requires an only-slightly-leaky abstraction of passing a URL argument when loading sqlite3.js but provides much greater flexibility in where the JS/WASM files are located.FossilOrigin-Name: 6d468dab9eb84d4548f68014959f02fe4f66455472ff24fe729382bb2972e3d1

            List of files:
            /sqlite-3.40.0/ext/wasm/speedtest1.html</description>
        <pubDate>Wed, 19 Oct 2022 04:44:58 +0000</pubDate>
        <dc:creator>stephan &lt;stephan@noemail.net&gt;</dc:creator>
    </item>
<item>
        <title>b94a9860 - 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()&apos;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.</title>
        <link>http://172.16.0.5:8080/history/sqlite-3.40.0/ext/wasm/speedtest1.html#b94a9860</link>
        <description>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()&apos;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

            List of files:
            /sqlite-3.40.0/ext/wasm/speedtest1.html</description>
        <pubDate>Thu, 29 Sep 2022 13:17:50 +0000</pubDate>
        <dc:creator>stephan &lt;stephan@noemail.net&gt;</dc:creator>
    </item>
<item>
        <title>3d645484 - 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.</title>
        <link>http://172.16.0.5:8080/history/sqlite-3.40.0/ext/wasm/speedtest1.html#3d645484</link>
        <description>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

            List of files:
            /sqlite-3.40.0/ext/wasm/speedtest1.html</description>
        <pubDate>Tue, 27 Sep 2022 09:17:37 +0000</pubDate>
        <dc:creator>stephan &lt;stephan@noemail.net&gt;</dc:creator>
    </item>
<item>
        <title>61418d5a - Remove an obsolete file. Update wasmfs build for today&apos;s changes. Fix the case that OPFS.xTruncate() is passed a BigInt instead of a Number.</title>
        <link>http://172.16.0.5:8080/history/sqlite-3.40.0/ext/wasm/speedtest1.html#61418d5a</link>
        <description>Remove an obsolete file. Update wasmfs build for today&apos;s changes. Fix the case that OPFS.xTruncate() is passed a BigInt instead of a Number.FossilOrigin-Name: 976053925013bf1975f5f9222e28ba648af28e305bb6bdae600eb24d0e136bec

            List of files:
            /sqlite-3.40.0/ext/wasm/speedtest1.html</description>
        <pubDate>Mon, 19 Sep 2022 14:56:13 +0000</pubDate>
        <dc:creator>stephan &lt;stephan@noemail.net&gt;</dc:creator>
    </item>
<item>
        <title>0e0687cc - Add sqlite3_web_vfs_list() to JS API. Corrected OPFS VFS&apos;s registering itself as the default VFS. speedtest1-worker now uses the xDelete() of both the default VFS and OPFS, to avoid that it starts up with a persistent OPFS test db (the native app calls unlink(), but that unlink call operates on a different virtual filesystem than the OPFS VFS).</title>
        <link>http://172.16.0.5:8080/history/sqlite-3.40.0/ext/wasm/speedtest1.html#0e0687cc</link>
        <description>Add sqlite3_web_vfs_list() to JS API. Corrected OPFS VFS&apos;s registering itself as the default VFS. speedtest1-worker now uses the xDelete() of both the default VFS and OPFS, to avoid that it starts up with a persistent OPFS test db (the native app calls unlink(), but that unlink call operates on a different virtual filesystem than the OPFS VFS).FossilOrigin-Name: 2ec7e09139a510b9fd29e4c97283b20740a00f369193c6fecbb734f187e81b48

            List of files:
            /sqlite-3.40.0/ext/wasm/speedtest1.html</description>
        <pubDate>Mon, 19 Sep 2022 13:44:23 +0000</pubDate>
        <dc:creator>stephan &lt;stephan@noemail.net&gt;</dc:creator>
    </item>
<item>
        <title>b5ae85ec - Merge kv-vfs branch into fiddle-opfs. Adjust various JS APIs and apps to deal with the new method of handling kvvfs. Adjust speedtest1 JS build to include sqlite3-api.js so that it can use kvvfs and opfs VFSes. Permit passing of the vfs as a URL parameter to certain demo/test apps. Milestone: speedtest-worker.html?vfs=opfs runs with the standalone OPFS impl.</title>
        <link>http://172.16.0.5:8080/history/sqlite-3.40.0/ext/wasm/speedtest1.html#b5ae85ec</link>
        <description>Merge kv-vfs branch into fiddle-opfs. Adjust various JS APIs and apps to deal with the new method of handling kvvfs. Adjust speedtest1 JS build to include sqlite3-api.js so that it can use kvvfs and opfs VFSes. Permit passing of the vfs as a URL parameter to certain demo/test apps. Milestone: speedtest-worker.html?vfs=opfs runs with the standalone OPFS impl.FossilOrigin-Name: ec09f32f7ae2249aaf27388ad2062982afa8bbbb5f88d236d6d9068bf33ad93d

            List of files:
            /sqlite-3.40.0/ext/wasm/speedtest1.html</description>
        <pubDate>Mon, 19 Sep 2022 13:16:35 +0000</pubDate>
        <dc:creator>stephan &lt;stephan@noemail.net&gt;</dc:creator>
    </item>
<item>
        <title>28ef9bdd - More work on the synchronous OPFS experimentation. Numerous wasm/js build tweaks. Add speeedtest-wasmfs.html, the wasmfs/opfs counterpart of speedtest1.html.</title>
        <link>http://172.16.0.5:8080/history/sqlite-3.40.0/ext/wasm/speedtest1.html#28ef9bdd</link>
        <description>More work on the synchronous OPFS experimentation. Numerous wasm/js build tweaks. Add speeedtest-wasmfs.html, the wasmfs/opfs counterpart of speedtest1.html.FossilOrigin-Name: 00ee49a3a2c148480f614e49a0ee5b35a255758c0a53693f0b464b31e7a4045b

            List of files:
            /sqlite-3.40.0/ext/wasm/speedtest1.html</description>
        <pubDate>Thu, 15 Sep 2022 06:42:41 +0000</pubDate>
        <dc:creator>stephan &lt;stephan@noemail.net&gt;</dc:creator>
    </item>
<item>
        <title>e66b2681 - 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).</title>
        <link>http://172.16.0.5:8080/history/sqlite-3.40.0/ext/wasm/speedtest1.html#e66b2681</link>
        <description>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

            List of files:
            /sqlite-3.40.0/ext/wasm/speedtest1.html</description>
        <pubDate>Fri, 09 Sep 2022 04:50:18 +0000</pubDate>
        <dc:creator>stephan &lt;stephan@noemail.net&gt;</dc:creator>
    </item>
<item>
        <title>dd628ed5 - Make use of the --big-transactions flag in the speedtest1 JS apps.</title>
        <link>http://172.16.0.5:8080/history/sqlite-3.40.0/ext/wasm/speedtest1.html#dd628ed5</link>
        <description>Make use of the --big-transactions flag in the speedtest1 JS apps.FossilOrigin-Name: f2846dcbcaac7880394fb14597c3a60ed310419128c4c5b863cd771a7e5cdeb5

            List of files:
            /sqlite-3.40.0/ext/wasm/speedtest1.html</description>
        <pubDate>Thu, 08 Sep 2022 21:33:50 +0000</pubDate>
        <dc:creator>stephan &lt;stephan@noemail.net&gt;</dc:creator>
    </item>
<item>
        <title>1174c23e - Minor build cleanups and tweaks in the speedtest1 wasm apps.</title>
        <link>http://172.16.0.5:8080/history/sqlite-3.40.0/ext/wasm/speedtest1.html#1174c23e</link>
        <description>Minor build cleanups and tweaks in the speedtest1 wasm apps.FossilOrigin-Name: 5240fb4d795dea826f23cf5d2152b519f5a46f49bb2499ea868fa7c7f4ce788b

            List of files:
            /sqlite-3.40.0/ext/wasm/speedtest1.html</description>
        <pubDate>Thu, 08 Sep 2022 20:04:52 +0000</pubDate>
        <dc:creator>stephan &lt;stephan@noemail.net&gt;</dc:creator>
    </item>
<item>
        <title>44a87f08 - 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.</title>
        <link>http://172.16.0.5:8080/history/sqlite-3.40.0/ext/wasm/speedtest1.html#44a87f08</link>
        <description>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

            List of files:
            /sqlite-3.40.0/ext/wasm/speedtest1.html</description>
        <pubDate>Thu, 08 Sep 2022 15:30:59 +0000</pubDate>
        <dc:creator>stephan &lt;stephan@noemail.net&gt;</dc:creator>
    </item>
<item>
        <title>8fc8b5b3 - Get speedtest1.js working with WASMFS/OPFS.</title>
        <link>http://172.16.0.5:8080/history/sqlite-3.40.0/ext/wasm/speedtest1.html#8fc8b5b3</link>
        <description>Get speedtest1.js working with WASMFS/OPFS.FossilOrigin-Name: 40e60f570d4f489d58d12e27c1c067b41d6c5a5e374c5fce0baa8881ef183216

            List of files:
            /sqlite-3.40.0/ext/wasm/speedtest1.html</description>
        <pubDate>Tue, 06 Sep 2022 20:17:15 +0000</pubDate>
        <dc:creator>stephan &lt;stephan@noemail.net&gt;</dc:creator>
    </item>
<item>
        <title>100b496d - Initial build of speedtest1.wasm and speedtest1.html with which to run it.</title>
        <link>http://172.16.0.5:8080/history/sqlite-3.40.0/ext/wasm/speedtest1.html#100b496d</link>
        <description>Initial build of speedtest1.wasm and speedtest1.html with which to run it.FossilOrigin-Name: 4441535e3e54dc1881f700fa3878964eb8554a6790fd6aa32945f7cc104a8467

            List of files:
            /sqlite-3.40.0/ext/wasm/speedtest1.html</description>
        <pubDate>Tue, 06 Sep 2022 16:47:43 +0000</pubDate>
        <dc:creator>stephan &lt;stephan@noemail.net&gt;</dc:creator>
    </item>
</channel>
</rss>
