<?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-wasmfs.html</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><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-wasmfs.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-wasmfs.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-wasmfs.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-wasmfs.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-wasmfs.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-wasmfs.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-wasmfs.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-wasmfs.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-wasmfs.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-wasmfs.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-wasmfs.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-wasmfs.html</description>
        <pubDate>Thu, 15 Sep 2022 06:42:41 +0000</pubDate>
        <dc:creator>stephan &lt;stephan@noemail.net&gt;</dc:creator>
    </item>
</channel>
</rss>
