@dolthub/doltlite-wasm 0.50.0 → 0.50.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/sqlite3-bundler-friendly.mjs +15 -3
- package/sqlite3-node.mjs +15 -3
- package/sqlite3.mjs +15 -3
- package/sqlite3.wasm +0 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dolthub/doltlite-wasm",
|
|
3
|
-
"version": "0.50.
|
|
3
|
+
"version": "0.50.2",
|
|
4
4
|
"description": "DoltLite compiled to WebAssembly: SQLite with Dolt-style version control (branches, commits, merge, diff) for the browser and any JS runtime.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "index.mjs",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
**
|
|
30
30
|
** SQLITE_VERSION "3.54.0"
|
|
31
31
|
** SQLITE_VERSION_NUMBER 3054000
|
|
32
|
-
** SQLITE_SOURCE_ID "2026-08-
|
|
32
|
+
** SQLITE_SOURCE_ID "2026-08-31 20:43:10 6f73383647fdf579dca72e15cc8a9627be72fd524e8e843e7d62dfc9253ealt1"
|
|
33
33
|
**
|
|
34
34
|
** Emscripten SDK: 3.1.74
|
|
35
35
|
*/
|
|
@@ -5496,7 +5496,10 @@ var _sqlite3__wasm_db_export_chunked = Module['_sqlite3__wasm_db_export_chunked'
|
|
|
5496
5496
|
var _sqlite3__wasm_db_serialize = Module['_sqlite3__wasm_db_serialize'] = (a0, a1, a2, a3, a4) => (_sqlite3__wasm_db_serialize = Module['_sqlite3__wasm_db_serialize'] = wasmExports['sqlite3__wasm_db_serialize'])(a0, a1, a2, a3, a4);
|
|
5497
5497
|
var _sqlite3_randomness = Module['_sqlite3_randomness'] = (a0, a1) => (_sqlite3_randomness = Module['_sqlite3_randomness'] = wasmExports['sqlite3_randomness'])(a0, a1);
|
|
5498
5498
|
var _sqlite3_open_v2 = Module['_sqlite3_open_v2'] = (a0, a1, a2, a3) => (_sqlite3_open_v2 = Module['_sqlite3_open_v2'] = wasmExports['sqlite3_open_v2'])(a0, a1, a2, a3);
|
|
5499
|
+
var _sqlite3_backup_init = Module['_sqlite3_backup_init'] = (a0, a1, a2, a3) => (_sqlite3_backup_init = Module['_sqlite3_backup_init'] = wasmExports['sqlite3_backup_init'])(a0, a1, a2, a3);
|
|
5499
5500
|
var _sqlite3_errcode = Module['_sqlite3_errcode'] = (a0) => (_sqlite3_errcode = Module['_sqlite3_errcode'] = wasmExports['sqlite3_errcode'])(a0);
|
|
5501
|
+
var _sqlite3_backup_step = Module['_sqlite3_backup_step'] = (a0, a1) => (_sqlite3_backup_step = Module['_sqlite3_backup_step'] = wasmExports['sqlite3_backup_step'])(a0, a1);
|
|
5502
|
+
var _sqlite3_backup_finish = Module['_sqlite3_backup_finish'] = (a0) => (_sqlite3_backup_finish = Module['_sqlite3_backup_finish'] = wasmExports['sqlite3_backup_finish'])(a0);
|
|
5500
5503
|
var _sqlite3_malloc64 = Module['_sqlite3_malloc64'] = (a0) => (_sqlite3_malloc64 = Module['_sqlite3_malloc64'] = wasmExports['sqlite3_malloc64'])(a0);
|
|
5501
5504
|
var _sqlite3_serialize = Module['_sqlite3_serialize'] = (a0, a1, a2, a3) => (_sqlite3_serialize = Module['_sqlite3_serialize'] = wasmExports['sqlite3_serialize'])(a0, a1, a2, a3);
|
|
5502
5505
|
var _sqlite3__wasm_vfs_create_file = Module['_sqlite3__wasm_vfs_create_file'] = (a0, a1, a2, a3) => (_sqlite3__wasm_vfs_create_file = Module['_sqlite3__wasm_vfs_create_file'] = wasmExports['sqlite3__wasm_vfs_create_file'])(a0, a1, a2, a3);
|
|
@@ -5622,6 +5625,8 @@ var _sqlite3_limit = Module['_sqlite3_limit'] = (a0, a1, a2) => (_sqlite3_limit
|
|
|
5622
5625
|
var _sqlite3_next_stmt = Module['_sqlite3_next_stmt'] = (a0, a1) => (_sqlite3_next_stmt = Module['_sqlite3_next_stmt'] = wasmExports['sqlite3_next_stmt'])(a0, a1);
|
|
5623
5626
|
var _sqlite3_sql = Module['_sqlite3_sql'] = (a0) => (_sqlite3_sql = Module['_sqlite3_sql'] = wasmExports['sqlite3_sql'])(a0);
|
|
5624
5627
|
var _sqlite3_status = Module['_sqlite3_status'] = (a0, a1, a2, a3) => (_sqlite3_status = Module['_sqlite3_status'] = wasmExports['sqlite3_status'])(a0, a1, a2, a3);
|
|
5628
|
+
var _sqlite3_backup_pagecount = Module['_sqlite3_backup_pagecount'] = (a0) => (_sqlite3_backup_pagecount = Module['_sqlite3_backup_pagecount'] = wasmExports['sqlite3_backup_pagecount'])(a0);
|
|
5629
|
+
var _sqlite3_backup_remaining = Module['_sqlite3_backup_remaining'] = (a0) => (_sqlite3_backup_remaining = Module['_sqlite3_backup_remaining'] = wasmExports['sqlite3_backup_remaining'])(a0);
|
|
5625
5630
|
var _sqlite3_compileoption_get = Module['_sqlite3_compileoption_get'] = (a0) => (_sqlite3_compileoption_get = Module['_sqlite3_compileoption_get'] = wasmExports['sqlite3_compileoption_get'])(a0);
|
|
5626
5631
|
var _sqlite3_compileoption_used = Module['_sqlite3_compileoption_used'] = (a0) => (_sqlite3_compileoption_used = Module['_sqlite3_compileoption_used'] = wasmExports['sqlite3_compileoption_used'])(a0);
|
|
5627
5632
|
var _sqlite3_create_function_v2 = Module['_sqlite3_create_function_v2'] = (a0, a1, a2, a3, a4, a5, a6, a7, a8) => (_sqlite3_create_function_v2 = Module['_sqlite3_create_function_v2'] = wasmExports['sqlite3_create_function_v2'])(a0, a1, a2, a3, a4, a5, a6, a7, a8);
|
|
@@ -5879,7 +5884,7 @@ Module.runSQLite3PostLoadInit = async function(
|
|
|
5879
5884
|
**
|
|
5880
5885
|
** SQLITE_VERSION "3.54.0"
|
|
5881
5886
|
** SQLITE_VERSION_NUMBER 3054000
|
|
5882
|
-
** SQLITE_SOURCE_ID "2026-08-
|
|
5887
|
+
** SQLITE_SOURCE_ID "2026-08-31 20:43:10 6f73383647fdf579dca72e15cc8a9627be72fd524e8e843e7d62dfc9253ealt1"
|
|
5883
5888
|
**
|
|
5884
5889
|
** Emscripten SDK: 3.1.74
|
|
5885
5890
|
*/
|
|
@@ -8129,7 +8134,7 @@ globalThis.sqlite3ApiBootstrap.defaultConfig = Object.create(null);
|
|
|
8129
8134
|
*/
|
|
8130
8135
|
globalThis.sqlite3ApiBootstrap.sqlite3 = undefined;
|
|
8131
8136
|
globalThis.sqlite3ApiBootstrap.initializers.push(function(sqlite3){
|
|
8132
|
-
sqlite3.version = {"libVersion": "3.54.0", "libVersionNumber": 3054000, "sourceId": "2026-08-
|
|
8137
|
+
sqlite3.version = {"libVersion": "3.54.0", "libVersionNumber": 3054000, "sourceId": "2026-08-31 20:43:10 6f73383647fdf579dca72e15cc8a9627be72fd524e8e843e7d62dfc9253ealt1","downloadVersion": 3540000,"scm":{ "sha3-256": "6f73383647fdf579dca72e15cc8a9627be72fd524e8e843e7d62dfc9253ealt1","branch": "trunk","tags": "","datetime": "2026-08-31T20:43:10.952Z"}};
|
|
8133
8138
|
});
|
|
8134
8139
|
/**
|
|
8135
8140
|
2022-07-08
|
|
@@ -11966,6 +11971,11 @@ globalThis.sqlite3ApiBootstrap.initializers.push(function(sqlite3){
|
|
|
11966
11971
|
// Please keep these sorted by function name!
|
|
11967
11972
|
["sqlite3_aggregate_context","void*", "sqlite3_context*", "int"],
|
|
11968
11973
|
/* sqlite3_auto_extension() has a hand-written binding. */
|
|
11974
|
+
["sqlite3_backup_init", "sqlite3_backup*", "sqlite3*", "string", "sqlite3*", "string"],
|
|
11975
|
+
["sqlite3_backup_step", "int", "sqlite3_backup*", "int"],
|
|
11976
|
+
["sqlite3_backup_finish", "int", "sqlite3_backup*"],
|
|
11977
|
+
["sqlite3_backup_remaining", "int", "sqlite3_backup*"],
|
|
11978
|
+
["sqlite3_backup_pagecount", "int", "sqlite3_backup*"],
|
|
11969
11979
|
/* sqlite3_bind_blob() and sqlite3_bind_text() have hand-written
|
|
11970
11980
|
bindings to permit more flexible inputs. */
|
|
11971
11981
|
["sqlite3_bind_double","int", "sqlite3_stmt*", "int", "f64"],
|
|
@@ -12673,6 +12683,7 @@ globalThis.sqlite3ApiBootstrap.initializers.push(function(sqlite3){
|
|
|
12673
12683
|
/*a class which no value can ever be an instance of*/
|
|
12674
12684
|
};
|
|
12675
12685
|
wasm.xWrap.argAdapter('sqlite3_filename', __xArgPtr)
|
|
12686
|
+
('sqlite3_backup*', __xArgPtr)
|
|
12676
12687
|
('sqlite3_context*', __xArgPtr)
|
|
12677
12688
|
('sqlite3_value*', __xArgPtr)
|
|
12678
12689
|
('void*', __xArgPtr)
|
|
@@ -12724,6 +12735,7 @@ globalThis.sqlite3ApiBootstrap.initializers.push(function(sqlite3){
|
|
|
12724
12735
|
*/
|
|
12725
12736
|
const __xRcPtr = wasm.xWrap.resultAdapter('*');
|
|
12726
12737
|
wasm.xWrap.resultAdapter('sqlite3*', __xRcPtr)
|
|
12738
|
+
('sqlite3_backup*', __xRcPtr)
|
|
12727
12739
|
('sqlite3_context*', __xRcPtr)
|
|
12728
12740
|
('sqlite3_stmt*', __xRcPtr)
|
|
12729
12741
|
('sqlite3_value*', __xRcPtr)
|
package/sqlite3-node.mjs
CHANGED
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
**
|
|
30
30
|
** SQLITE_VERSION "3.54.0"
|
|
31
31
|
** SQLITE_VERSION_NUMBER 3054000
|
|
32
|
-
** SQLITE_SOURCE_ID "2026-08-
|
|
32
|
+
** SQLITE_SOURCE_ID "2026-08-31 20:43:10 6f73383647fdf579dca72e15cc8a9627be72fd524e8e843e7d62dfc9253ealt1"
|
|
33
33
|
**
|
|
34
34
|
** Emscripten SDK: 3.1.74
|
|
35
35
|
*/
|
|
@@ -5612,7 +5612,10 @@ var _sqlite3__wasm_db_export_chunked = Module['_sqlite3__wasm_db_export_chunked'
|
|
|
5612
5612
|
var _sqlite3__wasm_db_serialize = Module['_sqlite3__wasm_db_serialize'] = (a0, a1, a2, a3, a4) => (_sqlite3__wasm_db_serialize = Module['_sqlite3__wasm_db_serialize'] = wasmExports['sqlite3__wasm_db_serialize'])(a0, a1, a2, a3, a4);
|
|
5613
5613
|
var _sqlite3_randomness = Module['_sqlite3_randomness'] = (a0, a1) => (_sqlite3_randomness = Module['_sqlite3_randomness'] = wasmExports['sqlite3_randomness'])(a0, a1);
|
|
5614
5614
|
var _sqlite3_open_v2 = Module['_sqlite3_open_v2'] = (a0, a1, a2, a3) => (_sqlite3_open_v2 = Module['_sqlite3_open_v2'] = wasmExports['sqlite3_open_v2'])(a0, a1, a2, a3);
|
|
5615
|
+
var _sqlite3_backup_init = Module['_sqlite3_backup_init'] = (a0, a1, a2, a3) => (_sqlite3_backup_init = Module['_sqlite3_backup_init'] = wasmExports['sqlite3_backup_init'])(a0, a1, a2, a3);
|
|
5615
5616
|
var _sqlite3_errcode = Module['_sqlite3_errcode'] = (a0) => (_sqlite3_errcode = Module['_sqlite3_errcode'] = wasmExports['sqlite3_errcode'])(a0);
|
|
5617
|
+
var _sqlite3_backup_step = Module['_sqlite3_backup_step'] = (a0, a1) => (_sqlite3_backup_step = Module['_sqlite3_backup_step'] = wasmExports['sqlite3_backup_step'])(a0, a1);
|
|
5618
|
+
var _sqlite3_backup_finish = Module['_sqlite3_backup_finish'] = (a0) => (_sqlite3_backup_finish = Module['_sqlite3_backup_finish'] = wasmExports['sqlite3_backup_finish'])(a0);
|
|
5616
5619
|
var _sqlite3_malloc64 = Module['_sqlite3_malloc64'] = (a0) => (_sqlite3_malloc64 = Module['_sqlite3_malloc64'] = wasmExports['sqlite3_malloc64'])(a0);
|
|
5617
5620
|
var _sqlite3_serialize = Module['_sqlite3_serialize'] = (a0, a1, a2, a3) => (_sqlite3_serialize = Module['_sqlite3_serialize'] = wasmExports['sqlite3_serialize'])(a0, a1, a2, a3);
|
|
5618
5621
|
var _sqlite3__wasm_vfs_create_file = Module['_sqlite3__wasm_vfs_create_file'] = (a0, a1, a2, a3) => (_sqlite3__wasm_vfs_create_file = Module['_sqlite3__wasm_vfs_create_file'] = wasmExports['sqlite3__wasm_vfs_create_file'])(a0, a1, a2, a3);
|
|
@@ -5738,6 +5741,8 @@ var _sqlite3_limit = Module['_sqlite3_limit'] = (a0, a1, a2) => (_sqlite3_limit
|
|
|
5738
5741
|
var _sqlite3_next_stmt = Module['_sqlite3_next_stmt'] = (a0, a1) => (_sqlite3_next_stmt = Module['_sqlite3_next_stmt'] = wasmExports['sqlite3_next_stmt'])(a0, a1);
|
|
5739
5742
|
var _sqlite3_sql = Module['_sqlite3_sql'] = (a0) => (_sqlite3_sql = Module['_sqlite3_sql'] = wasmExports['sqlite3_sql'])(a0);
|
|
5740
5743
|
var _sqlite3_status = Module['_sqlite3_status'] = (a0, a1, a2, a3) => (_sqlite3_status = Module['_sqlite3_status'] = wasmExports['sqlite3_status'])(a0, a1, a2, a3);
|
|
5744
|
+
var _sqlite3_backup_pagecount = Module['_sqlite3_backup_pagecount'] = (a0) => (_sqlite3_backup_pagecount = Module['_sqlite3_backup_pagecount'] = wasmExports['sqlite3_backup_pagecount'])(a0);
|
|
5745
|
+
var _sqlite3_backup_remaining = Module['_sqlite3_backup_remaining'] = (a0) => (_sqlite3_backup_remaining = Module['_sqlite3_backup_remaining'] = wasmExports['sqlite3_backup_remaining'])(a0);
|
|
5741
5746
|
var _sqlite3_compileoption_get = Module['_sqlite3_compileoption_get'] = (a0) => (_sqlite3_compileoption_get = Module['_sqlite3_compileoption_get'] = wasmExports['sqlite3_compileoption_get'])(a0);
|
|
5742
5747
|
var _sqlite3_compileoption_used = Module['_sqlite3_compileoption_used'] = (a0) => (_sqlite3_compileoption_used = Module['_sqlite3_compileoption_used'] = wasmExports['sqlite3_compileoption_used'])(a0);
|
|
5743
5748
|
var _sqlite3_create_function_v2 = Module['_sqlite3_create_function_v2'] = (a0, a1, a2, a3, a4, a5, a6, a7, a8) => (_sqlite3_create_function_v2 = Module['_sqlite3_create_function_v2'] = wasmExports['sqlite3_create_function_v2'])(a0, a1, a2, a3, a4, a5, a6, a7, a8);
|
|
@@ -5995,7 +6000,7 @@ Module.runSQLite3PostLoadInit = async function(
|
|
|
5995
6000
|
**
|
|
5996
6001
|
** SQLITE_VERSION "3.54.0"
|
|
5997
6002
|
** SQLITE_VERSION_NUMBER 3054000
|
|
5998
|
-
** SQLITE_SOURCE_ID "2026-08-
|
|
6003
|
+
** SQLITE_SOURCE_ID "2026-08-31 20:43:10 6f73383647fdf579dca72e15cc8a9627be72fd524e8e843e7d62dfc9253ealt1"
|
|
5999
6004
|
**
|
|
6000
6005
|
** Emscripten SDK: 3.1.74
|
|
6001
6006
|
*/
|
|
@@ -8245,7 +8250,7 @@ globalThis.sqlite3ApiBootstrap.defaultConfig = Object.create(null);
|
|
|
8245
8250
|
*/
|
|
8246
8251
|
globalThis.sqlite3ApiBootstrap.sqlite3 = undefined;
|
|
8247
8252
|
globalThis.sqlite3ApiBootstrap.initializers.push(function(sqlite3){
|
|
8248
|
-
sqlite3.version = {"libVersion": "3.54.0", "libVersionNumber": 3054000, "sourceId": "2026-08-
|
|
8253
|
+
sqlite3.version = {"libVersion": "3.54.0", "libVersionNumber": 3054000, "sourceId": "2026-08-31 20:43:10 6f73383647fdf579dca72e15cc8a9627be72fd524e8e843e7d62dfc9253ealt1","downloadVersion": 3540000,"scm":{ "sha3-256": "6f73383647fdf579dca72e15cc8a9627be72fd524e8e843e7d62dfc9253ealt1","branch": "trunk","tags": "","datetime": "2026-08-31T20:43:10.952Z"}};
|
|
8249
8254
|
});
|
|
8250
8255
|
/**
|
|
8251
8256
|
2022-07-08
|
|
@@ -12082,6 +12087,11 @@ globalThis.sqlite3ApiBootstrap.initializers.push(function(sqlite3){
|
|
|
12082
12087
|
// Please keep these sorted by function name!
|
|
12083
12088
|
["sqlite3_aggregate_context","void*", "sqlite3_context*", "int"],
|
|
12084
12089
|
/* sqlite3_auto_extension() has a hand-written binding. */
|
|
12090
|
+
["sqlite3_backup_init", "sqlite3_backup*", "sqlite3*", "string", "sqlite3*", "string"],
|
|
12091
|
+
["sqlite3_backup_step", "int", "sqlite3_backup*", "int"],
|
|
12092
|
+
["sqlite3_backup_finish", "int", "sqlite3_backup*"],
|
|
12093
|
+
["sqlite3_backup_remaining", "int", "sqlite3_backup*"],
|
|
12094
|
+
["sqlite3_backup_pagecount", "int", "sqlite3_backup*"],
|
|
12085
12095
|
/* sqlite3_bind_blob() and sqlite3_bind_text() have hand-written
|
|
12086
12096
|
bindings to permit more flexible inputs. */
|
|
12087
12097
|
["sqlite3_bind_double","int", "sqlite3_stmt*", "int", "f64"],
|
|
@@ -12789,6 +12799,7 @@ globalThis.sqlite3ApiBootstrap.initializers.push(function(sqlite3){
|
|
|
12789
12799
|
/*a class which no value can ever be an instance of*/
|
|
12790
12800
|
};
|
|
12791
12801
|
wasm.xWrap.argAdapter('sqlite3_filename', __xArgPtr)
|
|
12802
|
+
('sqlite3_backup*', __xArgPtr)
|
|
12792
12803
|
('sqlite3_context*', __xArgPtr)
|
|
12793
12804
|
('sqlite3_value*', __xArgPtr)
|
|
12794
12805
|
('void*', __xArgPtr)
|
|
@@ -12840,6 +12851,7 @@ globalThis.sqlite3ApiBootstrap.initializers.push(function(sqlite3){
|
|
|
12840
12851
|
*/
|
|
12841
12852
|
const __xRcPtr = wasm.xWrap.resultAdapter('*');
|
|
12842
12853
|
wasm.xWrap.resultAdapter('sqlite3*', __xRcPtr)
|
|
12854
|
+
('sqlite3_backup*', __xRcPtr)
|
|
12843
12855
|
('sqlite3_context*', __xRcPtr)
|
|
12844
12856
|
('sqlite3_stmt*', __xRcPtr)
|
|
12845
12857
|
('sqlite3_value*', __xRcPtr)
|
package/sqlite3.mjs
CHANGED
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
**
|
|
30
30
|
** SQLITE_VERSION "3.54.0"
|
|
31
31
|
** SQLITE_VERSION_NUMBER 3054000
|
|
32
|
-
** SQLITE_SOURCE_ID "2026-08-
|
|
32
|
+
** SQLITE_SOURCE_ID "2026-08-31 20:43:10 6f73383647fdf579dca72e15cc8a9627be72fd524e8e843e7d62dfc9253ealt1"
|
|
33
33
|
**
|
|
34
34
|
** Emscripten SDK: 3.1.74
|
|
35
35
|
*/
|
|
@@ -5587,7 +5587,10 @@ var _sqlite3__wasm_db_export_chunked = Module['_sqlite3__wasm_db_export_chunked'
|
|
|
5587
5587
|
var _sqlite3__wasm_db_serialize = Module['_sqlite3__wasm_db_serialize'] = (a0, a1, a2, a3, a4) => (_sqlite3__wasm_db_serialize = Module['_sqlite3__wasm_db_serialize'] = wasmExports['sqlite3__wasm_db_serialize'])(a0, a1, a2, a3, a4);
|
|
5588
5588
|
var _sqlite3_randomness = Module['_sqlite3_randomness'] = (a0, a1) => (_sqlite3_randomness = Module['_sqlite3_randomness'] = wasmExports['sqlite3_randomness'])(a0, a1);
|
|
5589
5589
|
var _sqlite3_open_v2 = Module['_sqlite3_open_v2'] = (a0, a1, a2, a3) => (_sqlite3_open_v2 = Module['_sqlite3_open_v2'] = wasmExports['sqlite3_open_v2'])(a0, a1, a2, a3);
|
|
5590
|
+
var _sqlite3_backup_init = Module['_sqlite3_backup_init'] = (a0, a1, a2, a3) => (_sqlite3_backup_init = Module['_sqlite3_backup_init'] = wasmExports['sqlite3_backup_init'])(a0, a1, a2, a3);
|
|
5590
5591
|
var _sqlite3_errcode = Module['_sqlite3_errcode'] = (a0) => (_sqlite3_errcode = Module['_sqlite3_errcode'] = wasmExports['sqlite3_errcode'])(a0);
|
|
5592
|
+
var _sqlite3_backup_step = Module['_sqlite3_backup_step'] = (a0, a1) => (_sqlite3_backup_step = Module['_sqlite3_backup_step'] = wasmExports['sqlite3_backup_step'])(a0, a1);
|
|
5593
|
+
var _sqlite3_backup_finish = Module['_sqlite3_backup_finish'] = (a0) => (_sqlite3_backup_finish = Module['_sqlite3_backup_finish'] = wasmExports['sqlite3_backup_finish'])(a0);
|
|
5591
5594
|
var _sqlite3_malloc64 = Module['_sqlite3_malloc64'] = (a0) => (_sqlite3_malloc64 = Module['_sqlite3_malloc64'] = wasmExports['sqlite3_malloc64'])(a0);
|
|
5592
5595
|
var _sqlite3_serialize = Module['_sqlite3_serialize'] = (a0, a1, a2, a3) => (_sqlite3_serialize = Module['_sqlite3_serialize'] = wasmExports['sqlite3_serialize'])(a0, a1, a2, a3);
|
|
5593
5596
|
var _sqlite3__wasm_vfs_create_file = Module['_sqlite3__wasm_vfs_create_file'] = (a0, a1, a2, a3) => (_sqlite3__wasm_vfs_create_file = Module['_sqlite3__wasm_vfs_create_file'] = wasmExports['sqlite3__wasm_vfs_create_file'])(a0, a1, a2, a3);
|
|
@@ -5713,6 +5716,8 @@ var _sqlite3_limit = Module['_sqlite3_limit'] = (a0, a1, a2) => (_sqlite3_limit
|
|
|
5713
5716
|
var _sqlite3_next_stmt = Module['_sqlite3_next_stmt'] = (a0, a1) => (_sqlite3_next_stmt = Module['_sqlite3_next_stmt'] = wasmExports['sqlite3_next_stmt'])(a0, a1);
|
|
5714
5717
|
var _sqlite3_sql = Module['_sqlite3_sql'] = (a0) => (_sqlite3_sql = Module['_sqlite3_sql'] = wasmExports['sqlite3_sql'])(a0);
|
|
5715
5718
|
var _sqlite3_status = Module['_sqlite3_status'] = (a0, a1, a2, a3) => (_sqlite3_status = Module['_sqlite3_status'] = wasmExports['sqlite3_status'])(a0, a1, a2, a3);
|
|
5719
|
+
var _sqlite3_backup_pagecount = Module['_sqlite3_backup_pagecount'] = (a0) => (_sqlite3_backup_pagecount = Module['_sqlite3_backup_pagecount'] = wasmExports['sqlite3_backup_pagecount'])(a0);
|
|
5720
|
+
var _sqlite3_backup_remaining = Module['_sqlite3_backup_remaining'] = (a0) => (_sqlite3_backup_remaining = Module['_sqlite3_backup_remaining'] = wasmExports['sqlite3_backup_remaining'])(a0);
|
|
5716
5721
|
var _sqlite3_compileoption_get = Module['_sqlite3_compileoption_get'] = (a0) => (_sqlite3_compileoption_get = Module['_sqlite3_compileoption_get'] = wasmExports['sqlite3_compileoption_get'])(a0);
|
|
5717
5722
|
var _sqlite3_compileoption_used = Module['_sqlite3_compileoption_used'] = (a0) => (_sqlite3_compileoption_used = Module['_sqlite3_compileoption_used'] = wasmExports['sqlite3_compileoption_used'])(a0);
|
|
5718
5723
|
var _sqlite3_create_function_v2 = Module['_sqlite3_create_function_v2'] = (a0, a1, a2, a3, a4, a5, a6, a7, a8) => (_sqlite3_create_function_v2 = Module['_sqlite3_create_function_v2'] = wasmExports['sqlite3_create_function_v2'])(a0, a1, a2, a3, a4, a5, a6, a7, a8);
|
|
@@ -5970,7 +5975,7 @@ Module.runSQLite3PostLoadInit = async function(
|
|
|
5970
5975
|
**
|
|
5971
5976
|
** SQLITE_VERSION "3.54.0"
|
|
5972
5977
|
** SQLITE_VERSION_NUMBER 3054000
|
|
5973
|
-
** SQLITE_SOURCE_ID "2026-08-
|
|
5978
|
+
** SQLITE_SOURCE_ID "2026-08-31 20:43:10 6f73383647fdf579dca72e15cc8a9627be72fd524e8e843e7d62dfc9253ealt1"
|
|
5974
5979
|
**
|
|
5975
5980
|
** Emscripten SDK: 3.1.74
|
|
5976
5981
|
*/
|
|
@@ -8220,7 +8225,7 @@ globalThis.sqlite3ApiBootstrap.defaultConfig = Object.create(null);
|
|
|
8220
8225
|
*/
|
|
8221
8226
|
globalThis.sqlite3ApiBootstrap.sqlite3 = undefined;
|
|
8222
8227
|
globalThis.sqlite3ApiBootstrap.initializers.push(function(sqlite3){
|
|
8223
|
-
sqlite3.version = {"libVersion": "3.54.0", "libVersionNumber": 3054000, "sourceId": "2026-08-
|
|
8228
|
+
sqlite3.version = {"libVersion": "3.54.0", "libVersionNumber": 3054000, "sourceId": "2026-08-31 20:43:10 6f73383647fdf579dca72e15cc8a9627be72fd524e8e843e7d62dfc9253ealt1","downloadVersion": 3540000,"scm":{ "sha3-256": "6f73383647fdf579dca72e15cc8a9627be72fd524e8e843e7d62dfc9253ealt1","branch": "trunk","tags": "","datetime": "2026-08-31T20:43:10.952Z"}};
|
|
8224
8229
|
});
|
|
8225
8230
|
/**
|
|
8226
8231
|
2022-07-08
|
|
@@ -12057,6 +12062,11 @@ globalThis.sqlite3ApiBootstrap.initializers.push(function(sqlite3){
|
|
|
12057
12062
|
// Please keep these sorted by function name!
|
|
12058
12063
|
["sqlite3_aggregate_context","void*", "sqlite3_context*", "int"],
|
|
12059
12064
|
/* sqlite3_auto_extension() has a hand-written binding. */
|
|
12065
|
+
["sqlite3_backup_init", "sqlite3_backup*", "sqlite3*", "string", "sqlite3*", "string"],
|
|
12066
|
+
["sqlite3_backup_step", "int", "sqlite3_backup*", "int"],
|
|
12067
|
+
["sqlite3_backup_finish", "int", "sqlite3_backup*"],
|
|
12068
|
+
["sqlite3_backup_remaining", "int", "sqlite3_backup*"],
|
|
12069
|
+
["sqlite3_backup_pagecount", "int", "sqlite3_backup*"],
|
|
12060
12070
|
/* sqlite3_bind_blob() and sqlite3_bind_text() have hand-written
|
|
12061
12071
|
bindings to permit more flexible inputs. */
|
|
12062
12072
|
["sqlite3_bind_double","int", "sqlite3_stmt*", "int", "f64"],
|
|
@@ -12764,6 +12774,7 @@ globalThis.sqlite3ApiBootstrap.initializers.push(function(sqlite3){
|
|
|
12764
12774
|
/*a class which no value can ever be an instance of*/
|
|
12765
12775
|
};
|
|
12766
12776
|
wasm.xWrap.argAdapter('sqlite3_filename', __xArgPtr)
|
|
12777
|
+
('sqlite3_backup*', __xArgPtr)
|
|
12767
12778
|
('sqlite3_context*', __xArgPtr)
|
|
12768
12779
|
('sqlite3_value*', __xArgPtr)
|
|
12769
12780
|
('void*', __xArgPtr)
|
|
@@ -12815,6 +12826,7 @@ globalThis.sqlite3ApiBootstrap.initializers.push(function(sqlite3){
|
|
|
12815
12826
|
*/
|
|
12816
12827
|
const __xRcPtr = wasm.xWrap.resultAdapter('*');
|
|
12817
12828
|
wasm.xWrap.resultAdapter('sqlite3*', __xRcPtr)
|
|
12829
|
+
('sqlite3_backup*', __xRcPtr)
|
|
12818
12830
|
('sqlite3_context*', __xRcPtr)
|
|
12819
12831
|
('sqlite3_stmt*', __xRcPtr)
|
|
12820
12832
|
('sqlite3_value*', __xRcPtr)
|
package/sqlite3.wasm
CHANGED
|
Binary file
|