<?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 GNUmakefile</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>7d24ff29 - Add experimental esm target to ext/wasm/GNUmakefile to tell emcc to generate sqlite3.mjs (ES6 module) instead of sqlite3.js. Related to discussion at [forum:ed4596cf8496a39b].</title>
        <link>http://172.16.0.5:8080/history/sqlite-3.40.0/ext/wasm/GNUmakefile#7d24ff29</link>
        <description>Add experimental esm target to ext/wasm/GNUmakefile to tell emcc to generate sqlite3.mjs (ES6 module) instead of sqlite3.js. Related to discussion at [forum:ed4596cf8496a39b].FossilOrigin-Name: e55d8eba83012492d85418dc0faedce5896027ecc70295a5ca1826f61a5edbaf

            List of files:
            /sqlite-3.40.0/ext/wasm/GNUmakefile</description>
        <pubDate>Thu, 03 Nov 2022 22:51:20 +0000</pubDate>
        <dc:creator>stephan &lt;stephan@noemail.net&gt;</dc:creator>
    </item>
<item>
        <title>de6186e0 - Minor build cleanups and fix a harmless race condition in the OPFS part of tester1.js.</title>
        <link>http://172.16.0.5:8080/history/sqlite-3.40.0/ext/wasm/GNUmakefile#de6186e0</link>
        <description>Minor build cleanups and fix a harmless race condition in the OPFS part of tester1.js.FossilOrigin-Name: 70ee6ee014bc4e2c1daa9b4a8909cf76ccecf32de1eb39055f20d3d0b1daa1bd

            List of files:
            /sqlite-3.40.0/ext/wasm/GNUmakefile</description>
        <pubDate>Wed, 02 Nov 2022 14:08:59 +0000</pubDate>
        <dc:creator>stephan &lt;stephan@noemail.net&gt;</dc:creator>
    </item>
<item>
        <title>1fc6ffcc - Minor WASM build cleanups. Enable custom Module.instantiateWasm() when not in WASMFS mode (where it doesn&apos;t work). Add sqlite3.debugModule URL param to enable some module-init-time debugging output.</title>
        <link>http://172.16.0.5:8080/history/sqlite-3.40.0/ext/wasm/GNUmakefile#1fc6ffcc</link>
        <description>Minor WASM build cleanups. Enable custom Module.instantiateWasm() when not in WASMFS mode (where it doesn&apos;t work). Add sqlite3.debugModule URL param to enable some module-init-time debugging output.FossilOrigin-Name: 50f678846a2b3c3d0818f0bae89f2ee86252a2e6a9c7029ebaae3953ca0fa14c

            List of files:
            /sqlite-3.40.0/ext/wasm/GNUmakefile</description>
        <pubDate>Sun, 30 Oct 2022 09:47:33 +0000</pubDate>
        <dc:creator>stephan &lt;stephan@noemail.net&gt;</dc:creator>
    </item>
<item>
        <title>af9cee12 - Reduce wasm module&apos;s starting memory from 128mb to 16mb. The latter value is needed only for WASMFS-based batch-runner.js, as WASMFS builds cannot be configured for dynamic memory growth without a tremendous performance hit.</title>
        <link>http://172.16.0.5:8080/history/sqlite-3.40.0/ext/wasm/GNUmakefile#af9cee12</link>
        <description>Reduce wasm module&apos;s starting memory from 128mb to 16mb. The latter value is needed only for WASMFS-based batch-runner.js, as WASMFS builds cannot be configured for dynamic memory growth without a tremendous performance hit.FossilOrigin-Name: ed9d93c48752ba6e18edc1238a8ccdbf6bb65c74fb52a89d515f8b0ab6bea13a

            List of files:
            /sqlite-3.40.0/ext/wasm/GNUmakefile</description>
        <pubDate>Sun, 30 Oct 2022 08:39:18 +0000</pubDate>
        <dc:creator>stephan &lt;stephan@noemail.net&gt;</dc:creator>
    </item>
<item>
        <title>df52a0bc - Expand and document the wasm doc-update make rules. Extend the dist rules to fail more readily if there&apos;s a problem.</title>
        <link>http://172.16.0.5:8080/history/sqlite-3.40.0/ext/wasm/GNUmakefile#df52a0bc</link>
        <description>Expand and document the wasm doc-update make rules. Extend the dist rules to fail more readily if there&apos;s a problem.FossilOrigin-Name: 362ec11ec09f441b745cbd8ac8366b6bc998aba6e2b70782a88f189a3ffa9923

            List of files:
            /sqlite-3.40.0/ext/wasm/GNUmakefile</description>
        <pubDate>Sat, 29 Oct 2022 09:45:01 +0000</pubDate>
        <dc:creator>stephan &lt;stephan@noemail.net&gt;</dc:creator>
    </item>
<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/GNUmakefile#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/GNUmakefile</description>
        <pubDate>Sat, 29 Oct 2022 07:54:10 +0000</pubDate>
        <dc:creator>stephan &lt;stephan@noemail.net&gt;</dc:creator>
    </item>
<item>
        <title>419e0d3e - Add --download-version flag to ext/wasm/version-info.c and correct dist target&apos;s output version format to match.</title>
        <link>http://172.16.0.5:8080/history/sqlite-3.40.0/ext/wasm/GNUmakefile#419e0d3e</link>
        <description>Add --download-version flag to ext/wasm/version-info.c and correct dist target&apos;s output version format to match.FossilOrigin-Name: 6f2a40d06dd9a56491d27928ed3785e08308c7dcea2b3f768097fc98ba91a910

            List of files:
            /sqlite-3.40.0/ext/wasm/GNUmakefile</description>
        <pubDate>Wed, 26 Oct 2022 06:05:44 +0000</pubDate>
        <dc:creator>stephan &lt;stephan@noemail.net&gt;</dc:creator>
    </item>
<item>
        <title>ce2d4ae6 - Rename fiddle.html to index.html and move fiddle push-to-server rules from GNUmakefile into fiddle.make.</title>
        <link>http://172.16.0.5:8080/history/sqlite-3.40.0/ext/wasm/GNUmakefile#ce2d4ae6</link>
        <description>Rename fiddle.html to index.html and move fiddle push-to-server rules from GNUmakefile into fiddle.make.FossilOrigin-Name: 3d7b4f36b7dd01058d57fc8ef7689d9bbf1a219166796ed427180cd59d2c189d

            List of files:
            /sqlite-3.40.0/ext/wasm/GNUmakefile</description>
        <pubDate>Tue, 25 Oct 2022 15:59:27 +0000</pubDate>
        <dc:creator>stephan &lt;stephan@noemail.net&gt;</dc:creator>
    </item>
<item>
        <title>89954fe7 - Minor doc tweaks in the JS GNUmakefile.</title>
        <link>http://172.16.0.5:8080/history/sqlite-3.40.0/ext/wasm/GNUmakefile#89954fe7</link>
        <description>Minor doc tweaks in the JS GNUmakefile.FossilOrigin-Name: 9c8df130b8137cb4705f805907d1ff754d7f4b07bf181e1d05f1798b7aa5f4f6

            List of files:
            /sqlite-3.40.0/ext/wasm/GNUmakefile</description>
        <pubDate>Tue, 25 Oct 2022 08:41:00 +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/GNUmakefile#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/GNUmakefile</description>
        <pubDate>Thu, 20 Oct 2022 18:31:32 +0000</pubDate>
        <dc:creator>stephan &lt;stephan@noemail.net&gt;</dc:creator>
    </item>
<item>
        <title>a817b30f - Update the wasm/js &apos;push&apos; rule to account for this morning&apos;s changes.</title>
        <link>http://172.16.0.5:8080/history/sqlite-3.40.0/ext/wasm/GNUmakefile#a817b30f</link>
        <description>Update the wasm/js &apos;push&apos; rule to account for this morning&apos;s changes.FossilOrigin-Name: c4a0f745fbaf6f950810f92765cbe66dde66e226b78ec5dd9017473bf4c9c268

            List of files:
            /sqlite-3.40.0/ext/wasm/GNUmakefile</description>
        <pubDate>Wed, 19 Oct 2022 07:51:12 +0000</pubDate>
        <dc:creator>stephan &lt;stephan@noemail.net&gt;</dc:creator>
    </item>
<item>
        <title>3117dc60 - Update the dist rules for this evening&apos;s js/wasm build changes and include an index.html specifically for the subset of apps included in the dist archive.</title>
        <link>http://172.16.0.5:8080/history/sqlite-3.40.0/ext/wasm/GNUmakefile#3117dc60</link>
        <description>Update the dist rules for this evening&apos;s js/wasm build changes and include an index.html specifically for the subset of apps included in the dist archive.FossilOrigin-Name: a0ef0f32e96638b502b3951e524d590bdfb09dd39be453686b075102da67b7db

            List of files:
            /sqlite-3.40.0/ext/wasm/GNUmakefile</description>
        <pubDate>Wed, 19 Oct 2022 06:06:42 +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/GNUmakefile#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/GNUmakefile</description>
        <pubDate>Wed, 19 Oct 2022 04:44:58 +0000</pubDate>
        <dc:creator>stephan &lt;stephan@noemail.net&gt;</dc:creator>
    </item>
<item>
        <title>71de8e02 - Considerable wasm/js build cleanups and reworking. Remove wasmfs builds from the end-user deliverables and disable the wasmfs build by default, per /chat discussion, as it doubles our deliverable count for only marginal gain. Attempt to move the sqlite3.js/wasm files into subdirectories but rediscovered that that breaks loading in Worker mode because URI resolution of the wasm files differs depending on whether the main script is loaded from a script tag or a Worker.</title>
        <link>http://172.16.0.5:8080/history/sqlite-3.40.0/ext/wasm/GNUmakefile#71de8e02</link>
        <description>Considerable wasm/js build cleanups and reworking. Remove wasmfs builds from the end-user deliverables and disable the wasmfs build by default, per /chat discussion, as it doubles our deliverable count for only marginal gain. Attempt to move the sqlite3.js/wasm files into subdirectories but rediscovered that that breaks loading in Worker mode because URI resolution of the wasm files differs depending on whether the main script is loaded from a script tag or a Worker.FossilOrigin-Name: 5b23e0675efdd2f1ea7b4f5836a579e8d6aa8a25b3f1a6a950520ad845ff01bb

            List of files:
            /sqlite-3.40.0/ext/wasm/GNUmakefile</description>
        <pubDate>Wed, 19 Oct 2022 01:07:30 +0000</pubDate>
        <dc:creator>stephan &lt;stephan@noemail.net&gt;</dc:creator>
    </item>
<item>
        <title>b5e2e6fc - More work on the JS end-user deliverables. Add tool/stripccomments.c to support that.</title>
        <link>http://172.16.0.5:8080/history/sqlite-3.40.0/ext/wasm/GNUmakefile#b5e2e6fc</link>
        <description>More work on the JS end-user deliverables. Add tool/stripccomments.c to support that.FossilOrigin-Name: 2156f0744acfe425457430a0f6a7e02de907de85edba81a6d4eef40293e561c8

            List of files:
            /sqlite-3.40.0/ext/wasm/GNUmakefile</description>
        <pubDate>Tue, 18 Oct 2022 20:36:50 +0000</pubDate>
        <dc:creator>stephan &lt;stephan@noemail.net&gt;</dc:creator>
    </item>
<item>
        <title>e79a0943 - Initial draft of archive generation for the wasm/js deliverables.</title>
        <link>http://172.16.0.5:8080/history/sqlite-3.40.0/ext/wasm/GNUmakefile#e79a0943</link>
        <description>Initial draft of archive generation for the wasm/js deliverables.FossilOrigin-Name: f6cee114c71e11ca1f508c8f60be5753871cbd4fd6c45ce397824bddbf00ffd9

            List of files:
            /sqlite-3.40.0/ext/wasm/GNUmakefile</description>
        <pubDate>Mon, 17 Oct 2022 17:34:41 +0000</pubDate>
        <dc:creator>stephan &lt;stephan@noemail.net&gt;</dc:creator>
    </item>
<item>
        <title>1b8c2467 - Repair version-info.c after a local mishap caused all of the intended edits from [36e197cb3d0c]/[e9b407a4d0a0] to get deleted before checkin. Simplify version-info build (only requires sqlite3.h, not the library).</title>
        <link>http://172.16.0.5:8080/history/sqlite-3.40.0/ext/wasm/GNUmakefile#1b8c2467</link>
        <description>Repair version-info.c after a local mishap caused all of the intended edits from [36e197cb3d0c]/[e9b407a4d0a0] to get deleted before checkin. Simplify version-info build (only requires sqlite3.h, not the library).FossilOrigin-Name: 6e511df500c63e27f932be9d601b641144562614dead99371477eca4594fb3fd

            List of files:
            /sqlite-3.40.0/ext/wasm/GNUmakefile</description>
        <pubDate>Mon, 17 Oct 2022 16:47:59 +0000</pubDate>
        <dc:creator>stephan &lt;stephan@noemail.net&gt;</dc:creator>
    </item>
<item>
        <title>0467b01a - Rework ext/wasm/version-info.c to make it more useful for the upcoming dist build rules.</title>
        <link>http://172.16.0.5:8080/history/sqlite-3.40.0/ext/wasm/GNUmakefile#0467b01a</link>
        <description>Rework ext/wasm/version-info.c to make it more useful for the upcoming dist build rules.FossilOrigin-Name: 36e197cb3d0cbb76e4c1381d77f7d8856e7391f2ef6671c13b9b6b0133315814

            List of files:
            /sqlite-3.40.0/ext/wasm/GNUmakefile</description>
        <pubDate>Mon, 17 Oct 2022 15:52:12 +0000</pubDate>
        <dc:creator>stephan &lt;stephan@noemail.net&gt;</dc:creator>
    </item>
<item>
        <title>8ffc9899 - JS: add build-time-generated version info to the sqlite3.version object. Remove some stray debug output from tester1.js.</title>
        <link>http://172.16.0.5:8080/history/sqlite-3.40.0/ext/wasm/GNUmakefile#8ffc9899</link>
        <description>JS: add build-time-generated version info to the sqlite3.version object. Remove some stray debug output from tester1.js.FossilOrigin-Name: b5f462c2d85d503f6492ec20580d57cb4c926712f6306a6be764bd09d1f5e8b8

            List of files:
            /sqlite-3.40.0/ext/wasm/GNUmakefile</description>
        <pubDate>Sun, 16 Oct 2022 16:38:15 +0000</pubDate>
        <dc:creator>stephan &lt;stephan@noemail.net&gt;</dc:creator>
    </item>
<item>
        <title>95639269 - Add a top-level license and build-time version info header to generated sqlite3*.js. Correct a broken link in ext/wasm/index.html.</title>
        <link>http://172.16.0.5:8080/history/sqlite-3.40.0/ext/wasm/GNUmakefile#95639269</link>
        <description>Add a top-level license and build-time version info header to generated sqlite3*.js. Correct a broken link in ext/wasm/index.html.FossilOrigin-Name: 0f1a06e8e39a1fbc74f1aff9cc59787282dfbf847d6c5c7edb3f7d410db0e4b7

            List of files:
            /sqlite-3.40.0/ext/wasm/GNUmakefile</description>
        <pubDate>Sun, 16 Oct 2022 15:38:03 +0000</pubDate>
        <dc:creator>stephan &lt;stephan@noemail.net&gt;</dc:creator>
    </item>
</channel>
</rss>
