@duckdb/duckdb-wasm-shell 1.29.1-dev60.0 → 1.29.1-dev71.0

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.
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="94" height="20" role="img" aria-label="duckdb: v1.2.0"><title>duckdb: v1.2.0</title><linearGradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#bbb" stop-opacity=".1"/><stop offset="1" stop-opacity=".1"/></linearGradient><clipPath id="r"><rect width="94" height="20" rx="3" fill="#fff"/></clipPath><g clip-path="url(#r)"><rect width="49" height="20" fill="#555"/><rect x="49" width="45" height="20" fill="#007ec6"/><rect width="94" height="20" fill="url(#s)"/></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="255" y="150" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="390">duckdb</text><text x="255" y="140" transform="scale(.1)" fill="#fff" textLength="390">duckdb</text><text aria-hidden="true" x="705" y="150" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="350">v1.2.0</text><text x="705" y="140" transform="scale(.1)" fill="#fff" textLength="350">v1.2.0</text></g></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="94" height="20" role="img" aria-label="duckdb: v1.2.1"><title>duckdb: v1.2.1</title><linearGradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#bbb" stop-opacity=".1"/><stop offset="1" stop-opacity=".1"/></linearGradient><clipPath id="r"><rect width="94" height="20" rx="3" fill="#fff"/></clipPath><g clip-path="url(#r)"><rect width="49" height="20" fill="#555"/><rect x="49" width="45" height="20" fill="#007ec6"/><rect width="94" height="20" fill="url(#s)"/></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="255" y="150" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="390">duckdb</text><text x="255" y="140" transform="scale(.1)" fill="#fff" textLength="390">duckdb</text><text aria-hidden="true" x="705" y="150" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="350">v1.2.1</text><text x="705" y="140" transform="scale(.1)" fill="#fff" textLength="350">v1.2.1</text></g></svg>
package/dist/shell.cjs CHANGED
@@ -43,7 +43,7 @@ module.exports = __toCommonJS(src_exports);
43
43
  // package.json
44
44
  var package_default = {
45
45
  name: "@duckdb/duckdb-wasm-shell",
46
- version: "1.29.1-dev60.0",
46
+ version: "1.29.1-dev71.0",
47
47
  description: "",
48
48
  author: "Andre Kohn <kohn.a@outlook.com>",
49
49
  license: "MIT",
@@ -67,7 +67,7 @@ var package_default = {
67
67
  "csv"
68
68
  ],
69
69
  dependencies: {
70
- "@duckdb/duckdb-wasm": "^1.29.1-dev60.0",
70
+ "@duckdb/duckdb-wasm": "^1.29.1-dev71.0",
71
71
  xterm: "^5.3.0",
72
72
  "xterm-addon-fit": "^0.8.0",
73
73
  "xterm-addon-web-links": "^0.9.0",
@@ -313,37 +313,11 @@ function makeMutClosure(arg0, arg1, dtor, f) {
313
313
  return real;
314
314
  }
315
315
  function __wbg_adapter_22(arg0, arg1, arg2) {
316
- const ret = wasm._dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hce3aa33ff9e035f5(arg0, arg1, addHeapObject(arg2));
316
+ const ret = wasm._dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h9314410c6b7d39d7(arg0, arg1, addHeapObject(arg2));
317
317
  return ret !== 0;
318
318
  }
319
319
  function __wbg_adapter_25(arg0, arg1, arg2) {
320
- wasm._dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h355634d0f2bf5e5e(arg0, arg1, addHeapObject(arg2));
321
- }
322
- var cachedUint32Memory0 = null;
323
- function getUint32Memory0() {
324
- if (cachedUint32Memory0 === null || cachedUint32Memory0.byteLength === 0) {
325
- cachedUint32Memory0 = new Uint32Array(wasm.memory.buffer);
326
- }
327
- return cachedUint32Memory0;
328
- }
329
- function passArray32ToWasm0(arg, malloc) {
330
- const ptr = malloc(arg.length * 4, 4) >>> 0;
331
- getUint32Memory0().set(arg, ptr / 4);
332
- WASM_VECTOR_LEN = arg.length;
333
- return ptr;
334
- }
335
- function passArray8ToWasm0(arg, malloc) {
336
- const ptr = malloc(arg.length * 1, 1) >>> 0;
337
- getUint8Memory0().set(arg, ptr / 1);
338
- WASM_VECTOR_LEN = arg.length;
339
- return ptr;
340
- }
341
- function handleError(f, args) {
342
- try {
343
- return f.apply(this, args);
344
- } catch (e) {
345
- wasm.__wbindgen_exn_store(addHeapObject(e));
346
- }
320
+ wasm._dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hc0eb04714d123abb(arg0, arg1, addHeapObject(arg2));
347
321
  }
348
322
  function embed(elem, runtime, options) {
349
323
  try {
@@ -393,8 +367,34 @@ function configureDatabase(db) {
393
367
  const ret = wasm.configureDatabase(addHeapObject(db));
394
368
  return takeObject(ret);
395
369
  }
396
- function __wbg_adapter_210(arg0, arg1, arg2, arg3) {
397
- wasm.wasm_bindgen__convert__closures__invoke2_mut__h01f06911cee68199(arg0, arg1, addHeapObject(arg2), addHeapObject(arg3));
370
+ function handleError(f, args) {
371
+ try {
372
+ return f.apply(this, args);
373
+ } catch (e) {
374
+ wasm.__wbindgen_exn_store(addHeapObject(e));
375
+ }
376
+ }
377
+ var cachedUint32Memory0 = null;
378
+ function getUint32Memory0() {
379
+ if (cachedUint32Memory0 === null || cachedUint32Memory0.byteLength === 0) {
380
+ cachedUint32Memory0 = new Uint32Array(wasm.memory.buffer);
381
+ }
382
+ return cachedUint32Memory0;
383
+ }
384
+ function passArray32ToWasm0(arg, malloc) {
385
+ const ptr = malloc(arg.length * 4, 4) >>> 0;
386
+ getUint32Memory0().set(arg, ptr / 4);
387
+ WASM_VECTOR_LEN = arg.length;
388
+ return ptr;
389
+ }
390
+ function passArray8ToWasm0(arg, malloc) {
391
+ const ptr = malloc(arg.length * 1, 1) >>> 0;
392
+ getUint8Memory0().set(arg, ptr / 1);
393
+ WASM_VECTOR_LEN = arg.length;
394
+ return ptr;
395
+ }
396
+ function __wbg_adapter_213(arg0, arg1, arg2, arg3) {
397
+ wasm.wasm_bindgen__convert__closures__invoke2_mut__h5790724ce0bebff1(arg0, arg1, addHeapObject(arg2), addHeapObject(arg3));
398
398
  }
399
399
  var ShellInputContext = Object.freeze({ FileInput: 0, "0": "FileInput" });
400
400
  var WcWidth = Object.freeze({ Width0: 0, "0": "Width0", Width1: 1, "1": "Width1", Width2: 2, "2": "Width2" });
@@ -490,6 +490,12 @@ function __wbg_get_imports() {
490
490
  return addHeapObject(ret);
491
491
  }, arguments);
492
492
  };
493
+ imports.wbg.__wbg_registerOPFSFileName_8efb2b5d0df8d9a7 = function() {
494
+ return handleError(function(arg0, arg1, arg2) {
495
+ const ret = getObject(arg0).registerOPFSFileName(getStringFromWasm0(arg1, arg2));
496
+ return addHeapObject(ret);
497
+ }, arguments);
498
+ };
493
499
  imports.wbg.__wbg_exportFileStatistics_6b72eb40ca2eb4d5 = function() {
494
500
  return handleError(function(arg0, arg1, arg2) {
495
501
  const ret = getObject(arg0).exportFileStatistics(getStringFromWasm0(arg1, arg2));
@@ -654,52 +660,48 @@ function __wbg_get_imports() {
654
660
  imports.wbg.__wbg_fit_cdd1076e3e5970b7 = function(arg0) {
655
661
  getObject(arg0).fit();
656
662
  };
657
- imports.wbg.__wbg_blockStats_14f17a14c4573f3d = function(arg0) {
658
- const ret = getObject(arg0).blockStats;
659
- return addHeapObject(ret);
663
+ imports.wbg.__wbg_disconnect_d9855433758f0afc = function() {
664
+ return handleError(function(arg0, arg1) {
665
+ const ret = getObject(arg0).disconnect(arg1 >>> 0);
666
+ return addHeapObject(ret);
667
+ }, arguments);
660
668
  };
661
- imports.wbg.__wbg_totalFileWrites_1b38029d29f47d43 = function(arg0) {
662
- const ret = getObject(arg0).totalFileWrites;
663
- return addHeapObject(ret);
669
+ imports.wbg.__wbg_setrows_6b947e6079c486dc = function(arg0, arg1) {
670
+ getObject(arg0).rows = arg1 >>> 0;
664
671
  };
665
- imports.wbg.__wbg_totalFileReadsAhead_02c25545b2f63323 = function(arg0) {
666
- const ret = getObject(arg0).totalFileReadsAhead;
667
- return addHeapObject(ret);
672
+ imports.wbg.__wbg_setcursorBlink_8a3f7244eb29b1f6 = function(arg0, arg1) {
673
+ getObject(arg0).cursorBlink = arg1 !== 0;
668
674
  };
669
- imports.wbg.__wbg_totalFileReadsCold_304476ed0c49e111 = function(arg0) {
670
- const ret = getObject(arg0).totalFileReadsCold;
671
- return addHeapObject(ret);
675
+ imports.wbg.__wbg_setcursorWidth_55abde268dea1312 = function(arg0, arg1) {
676
+ getObject(arg0).cursorWidth = arg1 >>> 0;
672
677
  };
673
- imports.wbg.__wbg_totalFileReadsCached_2e8edfe7dbf14351 = function(arg0) {
674
- const ret = getObject(arg0).totalFileReadsCached;
675
- return addHeapObject(ret);
678
+ imports.wbg.__wbg_fontFamily_204223b3338f8381 = function(arg0, arg1) {
679
+ const ret = getObject(arg1).fontFamily;
680
+ const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
681
+ const len1 = WASM_VECTOR_LEN;
682
+ getInt32Memory0()[arg0 / 4 + 1] = len1;
683
+ getInt32Memory0()[arg0 / 4 + 0] = ptr1;
676
684
  };
677
- imports.wbg.__wbg_totalPageAccesses_2f654448ea273878 = function(arg0) {
678
- const ret = getObject(arg0).totalPageAccesses;
679
- return addHeapObject(ret);
685
+ imports.wbg.__wbg_setfontFamily_a0645fa4f7aaaf21 = function(arg0, arg1, arg2) {
686
+ getObject(arg0).fontFamily = getStringFromWasm0(arg1, arg2);
680
687
  };
681
- imports.wbg.__wbg_totalPageLoads_1ce10deb8828d935 = function(arg0) {
682
- const ret = getObject(arg0).totalPageLoads;
683
- return addHeapObject(ret);
688
+ imports.wbg.__wbg_setfontSize_11962e753390bde1 = function(arg0, arg1) {
689
+ getObject(arg0).fontSize = arg1 >>> 0;
684
690
  };
685
- imports.wbg.__wbg_blockSize_77bc4e968a2e845a = function(arg0) {
686
- const ret = getObject(arg0).blockSize;
687
- return addHeapObject(ret);
691
+ imports.wbg.__wbg_setdrawBoldTextInBrightColors_4f711243dff6df11 = function(arg0, arg1) {
692
+ getObject(arg0).drawBoldTextInBrightColors = arg1 !== 0;
688
693
  };
689
- imports.wbg.__wbg_disconnect_d9855433758f0afc = function() {
690
- return handleError(function(arg0, arg1) {
691
- const ret = getObject(arg0).disconnect(arg1 >>> 0);
692
- return addHeapObject(ret);
693
- }, arguments);
694
+ imports.wbg.__wbg_setrightClickSelectsWord_ede48f0595cd3fed = function(arg0, arg1) {
695
+ getObject(arg0).rightClickSelectsWord = arg1 !== 0;
694
696
  };
695
- imports.wbg.__wbg_log_8bb2c010ce15af48 = function(arg0, arg1) {
696
- console.log(getStringFromWasm0(arg0, arg1));
697
+ imports.wbg.__wbg_setallowProposedApi_0147ac2b5a9906b3 = function(arg0, arg1) {
698
+ getObject(arg0).allowProposedApi = arg1 !== 0;
697
699
  };
698
- imports.wbg.__wbg_error_a84695ce32854879 = function(arg0, arg1) {
699
- console.error(getStringFromWasm0(arg0, arg1));
700
+ imports.wbg.__wbg_setbrightYellow_deb3fbc58aa44642 = function(arg0, arg1, arg2) {
701
+ getObject(arg0).brightYellow = getStringFromWasm0(arg1, arg2);
700
702
  };
701
- imports.wbg.__wbg_warn_d85b304f0e70f5ac = function(arg0, arg1) {
702
- console.warn(getStringFromWasm0(arg0, arg1));
703
+ imports.wbg.__wbg_setforeground_87dc40b78955df05 = function(arg0, arg1, arg2) {
704
+ getObject(arg0).foreground = getStringFromWasm0(arg1, arg2);
703
705
  };
704
706
  imports.wbg.__wbg_backgroundColor_17a9784f0207d5b0 = function(arg0, arg1) {
705
707
  const ret = getObject(arg1).backgroundColor;
@@ -708,12 +710,18 @@ function __wbg_get_imports() {
708
710
  getInt32Memory0()[arg0 / 4 + 1] = len1;
709
711
  getInt32Memory0()[arg0 / 4 + 0] = ptr1;
710
712
  };
711
- imports.wbg.__wbg_fontFamily_204223b3338f8381 = function(arg0, arg1) {
712
- const ret = getObject(arg1).fontFamily;
713
- const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
714
- const len1 = WASM_VECTOR_LEN;
715
- getInt32Memory0()[arg0 / 4 + 1] = len1;
716
- getInt32Memory0()[arg0 / 4 + 0] = ptr1;
713
+ imports.wbg.__wbg_setbackground_550386b829ec5c24 = function(arg0, arg1, arg2) {
714
+ getObject(arg0).background = getStringFromWasm0(arg1, arg2);
715
+ };
716
+ imports.wbg.__wbg_settheme_4e67878b7d6cc0fc = function(arg0, arg1) {
717
+ getObject(arg0).theme = getObject(arg1);
718
+ };
719
+ imports.wbg.__wbg_open_7d3a0690ea9e5a45 = function(arg0, arg1) {
720
+ getObject(arg0).open(takeObject(arg1));
721
+ };
722
+ imports.wbg.__wbg_new_70821bf9dbd17152 = function(arg0) {
723
+ const ret = new import_xterm_addon_webgl.WebglAddon(arg0 === 16777215 ? void 0 : arg0 !== 0);
724
+ return addHeapObject(ret);
717
725
  };
718
726
  imports.wbg.__wbg_instanceof_WebglAddon_c39f68697a31af73 = function(arg0) {
719
727
  let result;
@@ -725,6 +733,13 @@ function __wbg_get_imports() {
725
733
  const ret = result;
726
734
  return ret;
727
735
  };
736
+ imports.wbg.__wbg_loadAddon_1bfe744e6f456990 = function(arg0, arg1) {
737
+ getObject(arg0).loadAddon(takeObject(arg1));
738
+ };
739
+ imports.wbg.__wbg_new_92aa50f448dac851 = function(arg0, arg1, arg2) {
740
+ const ret = new import_xterm_addon_web_links.WebLinksAddon(getObject(arg0), getObject(arg1), arg2 === 16777215 ? void 0 : arg2 !== 0);
741
+ return addHeapObject(ret);
742
+ };
728
743
  imports.wbg.__wbg_instanceof_WebLinksAddon_fbcf4efb54881c53 = function(arg0) {
729
744
  let result;
730
745
  try {
@@ -735,6 +750,10 @@ function __wbg_get_imports() {
735
750
  const ret = result;
736
751
  return ret;
737
752
  };
753
+ imports.wbg.__wbg_new_79cc836771d68198 = function() {
754
+ const ret = new import_xterm_addon_fit.FitAddon();
755
+ return addHeapObject(ret);
756
+ };
738
757
  imports.wbg.__wbindgen_json_serialize = function(arg0, arg1) {
739
758
  const obj = getObject(arg1);
740
759
  const ret = JSON.stringify(obj === void 0 ? null : obj);
@@ -743,81 +762,59 @@ function __wbg_get_imports() {
743
762
  getInt32Memory0()[arg0 / 4 + 1] = len1;
744
763
  getInt32Memory0()[arg0 / 4 + 0] = ptr1;
745
764
  };
746
- imports.wbg.__wbg_static_accessor_PACKAGE_VERSION_549ba11794cf5003 = function(arg0) {
747
- const ret = import_duckdb_wasm.PACKAGE_VERSION;
765
+ imports.wbg.__wbg_log_8bb2c010ce15af48 = function(arg0, arg1) {
766
+ console.log(getStringFromWasm0(arg0, arg1));
767
+ };
768
+ imports.wbg.__wbg_error_a84695ce32854879 = function(arg0, arg1) {
769
+ console.error(getStringFromWasm0(arg0, arg1));
770
+ };
771
+ imports.wbg.__wbg_warn_d85b304f0e70f5ac = function(arg0, arg1) {
772
+ console.warn(getStringFromWasm0(arg0, arg1));
773
+ };
774
+ imports.wbg.__wbg_static_accessor_PACKAGE_NAME_0af717684e189e55 = function(arg0) {
775
+ const ret = import_duckdb_wasm.PACKAGE_NAME;
748
776
  const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
749
777
  const len1 = WASM_VECTOR_LEN;
750
778
  getInt32Memory0()[arg0 / 4 + 1] = len1;
751
779
  getInt32Memory0()[arg0 / 4 + 0] = ptr1;
752
780
  };
753
- imports.wbg.__wbg_static_accessor_PACKAGE_NAME_0af717684e189e55 = function(arg0) {
754
- const ret = import_duckdb_wasm.PACKAGE_NAME;
781
+ imports.wbg.__wbg_static_accessor_PACKAGE_VERSION_549ba11794cf5003 = function(arg0) {
782
+ const ret = import_duckdb_wasm.PACKAGE_VERSION;
755
783
  const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
756
784
  const len1 = WASM_VECTOR_LEN;
757
785
  getInt32Memory0()[arg0 / 4 + 1] = len1;
758
786
  getInt32Memory0()[arg0 / 4 + 0] = ptr1;
759
787
  };
760
- imports.wbg.__wbg_new_79cc836771d68198 = function() {
761
- const ret = new import_xterm_addon_fit.FitAddon();
788
+ imports.wbg.__wbg_blockStats_14f17a14c4573f3d = function(arg0) {
789
+ const ret = getObject(arg0).blockStats;
762
790
  return addHeapObject(ret);
763
791
  };
764
- imports.wbg.__wbindgen_cb_drop = function(arg0) {
765
- const obj = takeObject(arg0).original;
766
- if (obj.cnt-- == 1) {
767
- obj.a = 0;
768
- return true;
769
- }
770
- const ret = false;
771
- return ret;
772
- };
773
- imports.wbg.__wbg_setallowProposedApi_0147ac2b5a9906b3 = function(arg0, arg1) {
774
- getObject(arg0).allowProposedApi = arg1 !== 0;
775
- };
776
- imports.wbg.__wbg_setcursorBlink_8a3f7244eb29b1f6 = function(arg0, arg1) {
777
- getObject(arg0).cursorBlink = arg1 !== 0;
778
- };
779
- imports.wbg.__wbg_setcursorWidth_55abde268dea1312 = function(arg0, arg1) {
780
- getObject(arg0).cursorWidth = arg1 >>> 0;
781
- };
782
- imports.wbg.__wbg_setdrawBoldTextInBrightColors_4f711243dff6df11 = function(arg0, arg1) {
783
- getObject(arg0).drawBoldTextInBrightColors = arg1 !== 0;
784
- };
785
- imports.wbg.__wbg_setfontSize_11962e753390bde1 = function(arg0, arg1) {
786
- getObject(arg0).fontSize = arg1 >>> 0;
787
- };
788
- imports.wbg.__wbg_setfontFamily_a0645fa4f7aaaf21 = function(arg0, arg1, arg2) {
789
- getObject(arg0).fontFamily = getStringFromWasm0(arg1, arg2);
790
- };
791
- imports.wbg.__wbg_setrightClickSelectsWord_ede48f0595cd3fed = function(arg0, arg1) {
792
- getObject(arg0).rightClickSelectsWord = arg1 !== 0;
793
- };
794
- imports.wbg.__wbg_setrows_6b947e6079c486dc = function(arg0, arg1) {
795
- getObject(arg0).rows = arg1 >>> 0;
796
- };
797
- imports.wbg.__wbg_settheme_4e67878b7d6cc0fc = function(arg0, arg1) {
798
- getObject(arg0).theme = getObject(arg1);
799
- };
800
- imports.wbg.__wbg_setforeground_87dc40b78955df05 = function(arg0, arg1, arg2) {
801
- getObject(arg0).foreground = getStringFromWasm0(arg1, arg2);
792
+ imports.wbg.__wbg_totalFileWrites_1b38029d29f47d43 = function(arg0) {
793
+ const ret = getObject(arg0).totalFileWrites;
794
+ return addHeapObject(ret);
802
795
  };
803
- imports.wbg.__wbg_setbackground_550386b829ec5c24 = function(arg0, arg1, arg2) {
804
- getObject(arg0).background = getStringFromWasm0(arg1, arg2);
796
+ imports.wbg.__wbg_totalFileReadsAhead_02c25545b2f63323 = function(arg0) {
797
+ const ret = getObject(arg0).totalFileReadsAhead;
798
+ return addHeapObject(ret);
805
799
  };
806
- imports.wbg.__wbg_setbrightYellow_deb3fbc58aa44642 = function(arg0, arg1, arg2) {
807
- getObject(arg0).brightYellow = getStringFromWasm0(arg1, arg2);
800
+ imports.wbg.__wbg_totalFileReadsCold_304476ed0c49e111 = function(arg0) {
801
+ const ret = getObject(arg0).totalFileReadsCold;
802
+ return addHeapObject(ret);
808
803
  };
809
- imports.wbg.__wbg_open_7d3a0690ea9e5a45 = function(arg0, arg1) {
810
- getObject(arg0).open(takeObject(arg1));
804
+ imports.wbg.__wbg_totalFileReadsCached_2e8edfe7dbf14351 = function(arg0) {
805
+ const ret = getObject(arg0).totalFileReadsCached;
806
+ return addHeapObject(ret);
811
807
  };
812
- imports.wbg.__wbg_loadAddon_1bfe744e6f456990 = function(arg0, arg1) {
813
- getObject(arg0).loadAddon(takeObject(arg1));
808
+ imports.wbg.__wbg_totalPageAccesses_2f654448ea273878 = function(arg0) {
809
+ const ret = getObject(arg0).totalPageAccesses;
810
+ return addHeapObject(ret);
814
811
  };
815
- imports.wbg.__wbg_new_92aa50f448dac851 = function(arg0, arg1, arg2) {
816
- const ret = new import_xterm_addon_web_links.WebLinksAddon(getObject(arg0), getObject(arg1), arg2 === 16777215 ? void 0 : arg2 !== 0);
812
+ imports.wbg.__wbg_totalPageLoads_1ce10deb8828d935 = function(arg0) {
813
+ const ret = getObject(arg0).totalPageLoads;
817
814
  return addHeapObject(ret);
818
815
  };
819
- imports.wbg.__wbg_new_70821bf9dbd17152 = function(arg0) {
820
- const ret = new import_xterm_addon_webgl.WebglAddon(arg0 === 16777215 ? void 0 : arg0 !== 0);
816
+ imports.wbg.__wbg_blockSize_77bc4e968a2e845a = function(arg0) {
817
+ const ret = getObject(arg0).blockSize;
821
818
  return addHeapObject(ret);
822
819
  };
823
820
  imports.wbg.__wbg_new_abda76e883ba8a5f = function() {
@@ -882,6 +879,15 @@ function __wbg_get_imports() {
882
879
  const ret = getObject(arg0).now();
883
880
  return ret;
884
881
  };
882
+ imports.wbg.__wbindgen_cb_drop = function(arg0) {
883
+ const obj = takeObject(arg0).original;
884
+ if (obj.cnt-- == 1) {
885
+ obj.a = 0;
886
+ return true;
887
+ }
888
+ const ret = false;
889
+ return ret;
890
+ };
885
891
  imports.wbg.__wbg_get_44be0491f933a435 = function(arg0, arg1) {
886
892
  const ret = getObject(arg0)[arg1 >>> 0];
887
893
  return addHeapObject(ret);
@@ -957,7 +963,7 @@ function __wbg_get_imports() {
957
963
  const a = state0.a;
958
964
  state0.a = 0;
959
965
  try {
960
- return __wbg_adapter_210(a, state0.b, arg02, arg12);
966
+ return __wbg_adapter_213(a, state0.b, arg02, arg12);
961
967
  } finally {
962
968
  state0.a = a;
963
969
  }
@@ -1009,12 +1015,12 @@ function __wbg_get_imports() {
1009
1015
  const ret = wasm.memory;
1010
1016
  return addHeapObject(ret);
1011
1017
  };
1012
- imports.wbg.__wbindgen_closure_wrapper459 = function(arg0, arg1, arg2) {
1013
- const ret = makeMutClosure(arg0, arg1, 132, __wbg_adapter_22);
1018
+ imports.wbg.__wbindgen_closure_wrapper549 = function(arg0, arg1, arg2) {
1019
+ const ret = makeMutClosure(arg0, arg1, 161, __wbg_adapter_22);
1014
1020
  return addHeapObject(ret);
1015
1021
  };
1016
- imports.wbg.__wbindgen_closure_wrapper932 = function(arg0, arg1, arg2) {
1017
- const ret = makeMutClosure(arg0, arg1, 194, __wbg_adapter_25);
1022
+ imports.wbg.__wbindgen_closure_wrapper897 = function(arg0, arg1, arg2) {
1023
+ const ret = makeMutClosure(arg0, arg1, 185, __wbg_adapter_25);
1018
1024
  return addHeapObject(ret);
1019
1025
  };
1020
1026
  return imports;