From: stephan Date: Thu, 26 May 2022 05:18:33 +0000 (+0000) Subject: Fixed a minor cut/paste mistake in the previous checkin. Affects only internal docs. X-Git-Tag: version-3.39.0~94 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=78907bba3ec87c9c36aa045c46696d89feafe77c;p=thirdparty%2Fsqlite.git Fixed a minor cut/paste mistake in the previous checkin. Affects only internal docs. FossilOrigin-Name: 37e3764839b968456f576fad67d3d99007773f5c0689165ecbdc610fcabef1ca --- diff --git a/Makefile.in b/Makefile.in index 863eeb99cd..0b0cbc8645 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1578,7 +1578,7 @@ wasm: fiddle sqlite3-wasm # # -sEXPORTED_RUNTIME_METHODS=@/absolute/path/to/file: a file # containing a list of emscripten-supplied APIs, one per line, which -# must be exported into the generated JS. +# must be exported into the generated JS. Must be an absolute path! # # -sEXPORTED_FUNCTIONS=@/absolute/path/to/file: a file containing a # list of C functions, one per line, which must be exported via wasm @@ -1590,7 +1590,7 @@ wasm: fiddle sqlite3-wasm # --no-entry: for compiling library code with no main(). If this is # not supplied and the code has a main(), it is called as part of the # module init process. Note that main() is #if'd out of shell.c -# (renamed) when building in wasm mode. Must be an absolute path! +# (renamed) when building in wasm mode. # # --pre-js/--post-js=FILE relative or absolute paths to JS files to # prepend/append to the emcc-generated bootstrapping JS. It's @@ -1603,7 +1603,8 @@ wasm: fiddle sqlite3-wasm # optimization but whether or not the resulting generated JS code # gets minified. -O0 compiles _much_ more quickly than -O3 or -Oz, # and doesn't minimize any JS code, so is recommended for -# development. -O3 or -Oz are recommended for deployment, but primarily -# because -Oz will shrink the wasm file notably. JS-side minification -# makes little difference in terms of overall distributable size. +# development. -O3 or -Oz are recommended for deployment, but +# primarily because -Oz will shrink the wasm file notably. JS-side +# minification makes little difference in terms of overall +# distributable size. ######################################################################## diff --git a/manifest b/manifest index 488b56f0ae..901616d096 100644 --- a/manifest +++ b/manifest @@ -1,9 +1,9 @@ -C Makefile.in:\sadded\sexplanations,\sintended\sfor\smaintainers\sand\shackers,\sof\sthe\svarious\semcc\sflags\sused\sfor\sbuilding\sthe\swasm\sfiles.\sNo\scode\sor\sbuild\srule\schanges. -D 2022-05-26T05:08:25.641 +C Fixed\sa\sminor\scut/paste\smistake\sin\sthe\sprevious\scheckin.\sAffects\sonly\sinternal\sdocs. +D 2022-05-26T05:18:33.887 F .fossil-settings/empty-dirs dbb81e8fc0401ac46a1491ab34a7f2c7c0452f2f06b54ebb845d024ca8283ef1 F .fossil-settings/ignore-glob 35175cdfcf539b2318cb04a9901442804be81cd677d8b889fcc9149c21f239ea F LICENSE.md df5091916dbb40e6e9686186587125e1b2ff51f022cc334e886c19a0e9982724 -F Makefile.in 80e7bb2f240fd2f17a0617501dc4ce41a05d36147587ec4cf6f8ae18edbdf6e9 +F Makefile.in 038e29ac929fe8549e73cd92d1c360cdb0faa76ab80ca8fed29677b0ed814e2c F Makefile.linux-gcc f609543700659711fbd230eced1f01353117621dccae7b9fb70daa64236c5241 F Makefile.msc b28a8a7a977e7312f6859f560348e1eb110c21bd6cf9fab0d16537c0a514eef3 F README.md 8b8df9ca852aeac4864eb1e400002633ee6db84065bd01b78c33817f97d31f5e @@ -1969,8 +1969,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 c48a735bd4a1dbd541aed5937c25fc0c606c4263d8ee94cae30a06b1a7b26d9a -R 6471d09ee21cb81c75dbefeb9f386ac7 +P 1a159159094d6357b3cadbb8e5499cec4de35ef382c03fcc45c11daee906c3d6 +R 70b4e1e5fdf8e461117e5a8beeef8ee6 U stephan -Z a2d5db1738115b0671a1164b1988cd28 +Z 5753ec80c3c37a802b11484d956a1c77 # Remove this line to create a well-formed Fossil manifest. diff --git a/manifest.uuid b/manifest.uuid index 1aafe34518..528de1e251 100644 --- a/manifest.uuid +++ b/manifest.uuid @@ -1 +1 @@ -1a159159094d6357b3cadbb8e5499cec4de35ef382c03fcc45c11daee906c3d6 \ No newline at end of file +37e3764839b968456f576fad67d3d99007773f5c0689165ecbdc610fcabef1ca \ No newline at end of file