From: stephan Date: Mon, 12 Dec 2022 07:52:22 +0000 (+0000) Subject: Add sqlite3.mjs to the new 'quick' wasm build for the sake of the snapshot build. X-Git-Tag: version-3.41.0~265 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=81aca2574ab3c34b3d4ec124bf631565f312b9f7;p=thirdparty%2Fsqlite.git Add sqlite3.mjs to the new 'quick' wasm build for the sake of the snapshot build. FossilOrigin-Name: 5a3f2224c37c7e28ce627bd98a9907a16635bffeea36e8ead707586aad37ccfe --- diff --git a/ext/wasm/GNUmakefile b/ext/wasm/GNUmakefile index b50b25c89b..0f8004615d 100644 --- a/ext/wasm/GNUmakefile +++ b/ext/wasm/GNUmakefile @@ -638,6 +638,7 @@ $(sqlite3.mjs): $(sqlite3.js) CLEAN_FILES += $(sqlite3.js) $(sqlite3.mjs) $(sqlite3.wasm) all: $(sqlite3.js) $(sqlite3.mjs) quick: $(sqlite3.js) +quick: $(sqlite3.mjs) # for the sake of the snapshot build # End main $(sqlite3.js) build ######################################################################## diff --git a/manifest b/manifest index 1e86461106..07c32cc2ff 100644 --- a/manifest +++ b/manifest @@ -1,5 +1,5 @@ -C Expose\ssqlite3_txn_state()\sto\swasm. -D 2022-12-12T07:31:37.030 +C Add\ssqlite3.mjs\sto\sthe\snew\s'quick'\swasm\sbuild\sfor\sthe\ssake\sof\sthe\ssnapshot\sbuild. +D 2022-12-12T07:52:22.223 F .fossil-settings/empty-dirs dbb81e8fc0401ac46a1491ab34a7f2c7c0452f2f06b54ebb845d024ca8283ef1 F .fossil-settings/ignore-glob 35175cdfcf539b2318cb04a9901442804be81cd677d8b889fcc9149c21f239ea F LICENSE.md df5091916dbb40e6e9686186587125e1b2ff51f022cc334e886c19a0e9982724 @@ -491,7 +491,7 @@ F ext/userauth/sqlite3userauth.h 7f3ea8c4686db8e40b0a0e7a8e0b00fac13aa7a3 F ext/userauth/user-auth.txt e6641021a9210364665fe625d067617d03f27b04 F ext/userauth/userauth.c 7f00cded7dcaa5d47f54539b290a43d2e59f4b1eb5f447545fa865f002fc80cb F ext/wasm/EXPORTED_FUNCTIONS.fiddle.in 27450c8b8c70875a260aca55435ec927068b34cef801a96205adb81bdcefc65c -F ext/wasm/GNUmakefile 89feb939ec9c3691ab5749d0dab06c7ef2a370191fe1d9e79aad494c3f863b65 +F ext/wasm/GNUmakefile 32ad3deb3005a72d1955e28fa375e01e976cda01f0bc4ddd3fec93006fa3fa04 F ext/wasm/README-dist.txt 2d670b426fc7c613b90a7d2f2b05b433088fe65181abead970980f0a4a75ea20 F ext/wasm/README.md ef39861aa21632fdbca0bdd469f78f0096f6449a720f3f39642594af503030e9 F ext/wasm/api/EXPORTED_FUNCTIONS.sqlite3-api 3883604dfda98352ff7ea76b2092f406d8c1ebc576e16b8c6e470fa2b1724880 @@ -2067,8 +2067,8 @@ F vsixtest/vsixtest.tcl 6a9a6ab600c25a91a7acc6293828957a386a8a93 F vsixtest/vsixtest.vcxproj.data 2ed517e100c66dc455b492e1a33350c1b20fbcdc F vsixtest/vsixtest.vcxproj.filters 37e51ffedcdb064aad6ff33b6148725226cd608e F vsixtest/vsixtest_TemporaryKey.pfx e5b1b036facdb453873e7084e1cae9102ccc67a0 -P 3144e7c0b8633d99daa07d75dabfe6e115ad401110f6f3c85f768e973299f3d9 -R 96d2f6a2d43fb3385836eb89c6f255d8 +P f6f3397a4667b15a96bdf4189c54789d622fd90351405e963d7f56ac93a9344c +R d627f5a67dc0aecc2508e72943a45de5 U stephan -Z 9bf1a5c1acd1f487c16b793517db86f9 +Z 0f415e47f3a1eb8e5ab16a6cd254eefd # Remove this line to create a well-formed Fossil manifest. diff --git a/manifest.uuid b/manifest.uuid index 921dbad8da..4d8bee2531 100644 --- a/manifest.uuid +++ b/manifest.uuid @@ -1 +1 @@ -f6f3397a4667b15a96bdf4189c54789d622fd90351405e963d7f56ac93a9344c \ No newline at end of file +5a3f2224c37c7e28ce627bd98a9907a16635bffeea36e8ead707586aad37ccfe \ No newline at end of file