|
29 | 29 | ** |
30 | 30 | ** SQLITE_VERSION "3.52.0" |
31 | 31 | ** SQLITE_VERSION_NUMBER 3052000 |
32 | | -** SQLITE_SOURCE_ID "2026-01-20 18:01:56 982a91abc0c97e7e785d3ba69a4d0516a899f4d6cd462027ebdf7115e577e8c3" |
| 32 | +** SQLITE_SOURCE_ID "2026-01-20 18:30:48 2b3b36da9d60c265dceec5964ea51c752d81f41459fb6849c8faea658b253552" |
33 | 33 | ** |
34 | 34 | ** Emscripten SDK: 4.0.23 |
35 | 35 | */ |
@@ -105,8 +105,10 @@ if (ENVIRONMENT_IS_NODE) { |
105 | 105 |
|
106 | 106 | This SQLite JS build configuration is entirely unsupported! It has |
107 | 107 | not been tested beyond the ability to compile it. It may not |
108 | | - load. It may not work properly. Only builds targeting browser |
109 | | - environments are supported and tested. |
| 108 | + load. It may not work properly. Only builds _directly_ targeting |
| 109 | + browser environments ("vanilla" JS and ESM modules) are supported |
| 110 | + and tested. Builds which _indirectly_ target browsers (namely |
| 111 | + bundler-friendly builds) are not supported deliverables. |
110 | 112 | */ |
111 | 113 | /* END FILE: api/pre-js.js. */ |
112 | 114 | // end include: ./bld/pre-js.node.js |
@@ -4801,7 +4803,7 @@ Module.runSQLite3PostLoadInit = async function( |
4801 | 4803 | ** |
4802 | 4804 | ** SQLITE_VERSION "3.52.0" |
4803 | 4805 | ** SQLITE_VERSION_NUMBER 3052000 |
4804 | | -** SQLITE_SOURCE_ID "2026-01-20 18:01:56 982a91abc0c97e7e785d3ba69a4d0516a899f4d6cd462027ebdf7115e577e8c3" |
| 4806 | +** SQLITE_SOURCE_ID "2026-01-20 18:30:48 2b3b36da9d60c265dceec5964ea51c752d81f41459fb6849c8faea658b253552" |
4805 | 4807 | ** |
4806 | 4808 | ** Emscripten SDK: 4.0.23 |
4807 | 4809 | */ |
@@ -6976,7 +6978,7 @@ globalThis.sqlite3ApiBootstrap.defaultConfig = Object.create(null); |
6976 | 6978 | */ |
6977 | 6979 | globalThis.sqlite3ApiBootstrap.sqlite3 = undefined; |
6978 | 6980 | globalThis.sqlite3ApiBootstrap.initializers.push(function(sqlite3){ |
6979 | | - sqlite3.version = {"libVersion": "3.52.0", "libVersionNumber": 3052000, "sourceId": "2026-01-20 18:01:56 982a91abc0c97e7e785d3ba69a4d0516a899f4d6cd462027ebdf7115e577e8c3","downloadVersion": 3520000,"scm":{ "sha3-256": "982a91abc0c97e7e785d3ba69a4d0516a899f4d6cd462027ebdf7115e577e8c3","branch": "trunk","tags": "","datetime": "2026-01-20T18:01:56.243Z"}}; |
| 6981 | + sqlite3.version = {"libVersion": "3.52.0", "libVersionNumber": 3052000, "sourceId": "2026-01-20 18:30:48 2b3b36da9d60c265dceec5964ea51c752d81f41459fb6849c8faea658b253552","downloadVersion": 3520000,"scm":{ "sha3-256": "2b3b36da9d60c265dceec5964ea51c752d81f41459fb6849c8faea658b253552","branch": "trunk","tags": "","datetime": "2026-01-20T18:30:48.704Z"}}; |
6980 | 6982 | }); |
6981 | 6983 | /** |
6982 | 6984 | 2022-07-08 |
|
0 commit comments