@duckdb/duckdb-wasm-shell 1.29.1-dev5.0 → 1.29.1-dev53.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.
- package/dist/img/duckdb_version_badge.svg +1 -1
- package/dist/shell.cjs +154 -154
- package/dist/shell.cjs.map +2 -2
- package/dist/shell.js +154 -154
- package/dist/shell.js.map +2 -2
- package/dist/shell.mjs +155 -155
- package/dist/shell.mjs.map +3 -3
- package/dist/shell_bg.wasm +0 -0
- package/package.json +2 -2
package/dist/shell.js
CHANGED
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
// package.json
|
|
34
34
|
var package_default = {
|
|
35
35
|
name: "@duckdb/duckdb-wasm-shell",
|
|
36
|
-
version: "1.29.1-
|
|
36
|
+
version: "1.29.1-dev53.0",
|
|
37
37
|
description: "",
|
|
38
38
|
author: "Andre Kohn <kohn.a@outlook.com>",
|
|
39
39
|
license: "MIT",
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"csv"
|
|
58
58
|
],
|
|
59
59
|
dependencies: {
|
|
60
|
-
"@duckdb/duckdb-wasm": "^1.29.1-
|
|
60
|
+
"@duckdb/duckdb-wasm": "^1.29.1-dev53.0",
|
|
61
61
|
xterm: "^5.3.0",
|
|
62
62
|
"xterm-addon-fit": "^0.8.0",
|
|
63
63
|
"xterm-addon-web-links": "^0.9.0",
|
|
@@ -303,11 +303,37 @@
|
|
|
303
303
|
return real;
|
|
304
304
|
}
|
|
305
305
|
function __wbg_adapter_22(arg0, arg1, arg2) {
|
|
306
|
-
const ret = wasm.
|
|
306
|
+
const ret = wasm._dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hfe5acbd254c0f09b(arg0, arg1, addHeapObject(arg2));
|
|
307
307
|
return ret !== 0;
|
|
308
308
|
}
|
|
309
309
|
function __wbg_adapter_25(arg0, arg1, arg2) {
|
|
310
|
-
wasm.
|
|
310
|
+
wasm._dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h3a884ad021545540(arg0, arg1, addHeapObject(arg2));
|
|
311
|
+
}
|
|
312
|
+
var cachedUint32Memory0 = null;
|
|
313
|
+
function getUint32Memory0() {
|
|
314
|
+
if (cachedUint32Memory0 === null || cachedUint32Memory0.byteLength === 0) {
|
|
315
|
+
cachedUint32Memory0 = new Uint32Array(wasm.memory.buffer);
|
|
316
|
+
}
|
|
317
|
+
return cachedUint32Memory0;
|
|
318
|
+
}
|
|
319
|
+
function passArray32ToWasm0(arg, malloc) {
|
|
320
|
+
const ptr = malloc(arg.length * 4, 4) >>> 0;
|
|
321
|
+
getUint32Memory0().set(arg, ptr / 4);
|
|
322
|
+
WASM_VECTOR_LEN = arg.length;
|
|
323
|
+
return ptr;
|
|
324
|
+
}
|
|
325
|
+
function passArray8ToWasm0(arg, malloc) {
|
|
326
|
+
const ptr = malloc(arg.length * 1, 1) >>> 0;
|
|
327
|
+
getUint8Memory0().set(arg, ptr / 1);
|
|
328
|
+
WASM_VECTOR_LEN = arg.length;
|
|
329
|
+
return ptr;
|
|
330
|
+
}
|
|
331
|
+
function handleError(f, args) {
|
|
332
|
+
try {
|
|
333
|
+
return f.apply(this, args);
|
|
334
|
+
} catch (e) {
|
|
335
|
+
wasm.__wbindgen_exn_store(addHeapObject(e));
|
|
336
|
+
}
|
|
311
337
|
}
|
|
312
338
|
function embed(elem, runtime, options) {
|
|
313
339
|
try {
|
|
@@ -357,34 +383,8 @@
|
|
|
357
383
|
const ret = wasm.configureDatabase(addHeapObject(db));
|
|
358
384
|
return takeObject(ret);
|
|
359
385
|
}
|
|
360
|
-
function handleError(f, args) {
|
|
361
|
-
try {
|
|
362
|
-
return f.apply(this, args);
|
|
363
|
-
} catch (e) {
|
|
364
|
-
wasm.__wbindgen_exn_store(addHeapObject(e));
|
|
365
|
-
}
|
|
366
|
-
}
|
|
367
|
-
var cachedUint32Memory0 = null;
|
|
368
|
-
function getUint32Memory0() {
|
|
369
|
-
if (cachedUint32Memory0 === null || cachedUint32Memory0.byteLength === 0) {
|
|
370
|
-
cachedUint32Memory0 = new Uint32Array(wasm.memory.buffer);
|
|
371
|
-
}
|
|
372
|
-
return cachedUint32Memory0;
|
|
373
|
-
}
|
|
374
|
-
function passArray32ToWasm0(arg, malloc) {
|
|
375
|
-
const ptr = malloc(arg.length * 4, 4) >>> 0;
|
|
376
|
-
getUint32Memory0().set(arg, ptr / 4);
|
|
377
|
-
WASM_VECTOR_LEN = arg.length;
|
|
378
|
-
return ptr;
|
|
379
|
-
}
|
|
380
|
-
function passArray8ToWasm0(arg, malloc) {
|
|
381
|
-
const ptr = malloc(arg.length * 1, 1) >>> 0;
|
|
382
|
-
getUint8Memory0().set(arg, ptr / 1);
|
|
383
|
-
WASM_VECTOR_LEN = arg.length;
|
|
384
|
-
return ptr;
|
|
385
|
-
}
|
|
386
386
|
function __wbg_adapter_210(arg0, arg1, arg2, arg3) {
|
|
387
|
-
wasm.
|
|
387
|
+
wasm.wasm_bindgen__convert__closures__invoke2_mut__h0119d15922301e47(arg0, arg1, addHeapObject(arg2), addHeapObject(arg3));
|
|
388
388
|
}
|
|
389
389
|
var ShellInputContext = Object.freeze({ FileInput: 0, "0": "FileInput" });
|
|
390
390
|
var WcWidth = Object.freeze({ Width0: 0, "0": "Width0", Width1: 1, "1": "Width1", Width2: 2, "2": "Width2" });
|
|
@@ -562,6 +562,12 @@
|
|
|
562
562
|
return addHeapObject(ret);
|
|
563
563
|
}, arguments);
|
|
564
564
|
};
|
|
565
|
+
imports.wbg.__wbg_downloadFile_4cc8985e2c240fec = function() {
|
|
566
|
+
return handleError(function(arg0, arg1, arg2, arg3) {
|
|
567
|
+
const ret = getObject(arg0).downloadFile(getStringFromWasm0(arg1, arg2), takeObject(arg3));
|
|
568
|
+
return addHeapObject(ret);
|
|
569
|
+
}, arguments);
|
|
570
|
+
};
|
|
565
571
|
imports.wbg.__wbg_open_8d9e16e84b9c860d = function() {
|
|
566
572
|
return handleError(function(arg0, arg1) {
|
|
567
573
|
const ret = getObject(arg0).open(DuckDBConfig.__wrap(arg1));
|
|
@@ -588,12 +594,6 @@
|
|
|
588
594
|
return addHeapObject(ret);
|
|
589
595
|
}, arguments);
|
|
590
596
|
};
|
|
591
|
-
imports.wbg.__wbg_downloadFile_4cc8985e2c240fec = function() {
|
|
592
|
-
return handleError(function(arg0, arg1, arg2, arg3) {
|
|
593
|
-
const ret = getObject(arg0).downloadFile(getStringFromWasm0(arg1, arg2), takeObject(arg3));
|
|
594
|
-
return addHeapObject(ret);
|
|
595
|
-
}, arguments);
|
|
596
|
-
};
|
|
597
597
|
imports.wbg.__wbg_globFiles_7fe5c8e5e369e77b = function() {
|
|
598
598
|
return handleError(function(arg0, arg1, arg2) {
|
|
599
599
|
const ret = getObject(arg0).globFiles(getStringFromWasm0(arg1, arg2));
|
|
@@ -644,114 +644,73 @@
|
|
|
644
644
|
imports.wbg.__wbg_fit_cdd1076e3e5970b7 = function(arg0) {
|
|
645
645
|
getObject(arg0).fit();
|
|
646
646
|
};
|
|
647
|
-
imports.wbg.
|
|
648
|
-
const
|
|
649
|
-
|
|
650
|
-
obj.a = 0;
|
|
651
|
-
return true;
|
|
652
|
-
}
|
|
653
|
-
const ret = false;
|
|
654
|
-
return ret;
|
|
655
|
-
};
|
|
656
|
-
imports.wbg.__wbg_setrows_6b947e6079c486dc = function(arg0, arg1) {
|
|
657
|
-
getObject(arg0).rows = arg1 >>> 0;
|
|
658
|
-
};
|
|
659
|
-
imports.wbg.__wbg_setcursorBlink_8a3f7244eb29b1f6 = function(arg0, arg1) {
|
|
660
|
-
getObject(arg0).cursorBlink = arg1 !== 0;
|
|
661
|
-
};
|
|
662
|
-
imports.wbg.__wbg_setcursorWidth_55abde268dea1312 = function(arg0, arg1) {
|
|
663
|
-
getObject(arg0).cursorWidth = arg1 >>> 0;
|
|
664
|
-
};
|
|
665
|
-
imports.wbg.__wbg_fontFamily_204223b3338f8381 = function(arg0, arg1) {
|
|
666
|
-
const ret = getObject(arg1).fontFamily;
|
|
667
|
-
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
668
|
-
const len1 = WASM_VECTOR_LEN;
|
|
669
|
-
getInt32Memory0()[arg0 / 4 + 1] = len1;
|
|
670
|
-
getInt32Memory0()[arg0 / 4 + 0] = ptr1;
|
|
671
|
-
};
|
|
672
|
-
imports.wbg.__wbg_setfontFamily_a0645fa4f7aaaf21 = function(arg0, arg1, arg2) {
|
|
673
|
-
getObject(arg0).fontFamily = getStringFromWasm0(arg1, arg2);
|
|
647
|
+
imports.wbg.__wbg_blockStats_14f17a14c4573f3d = function(arg0) {
|
|
648
|
+
const ret = getObject(arg0).blockStats;
|
|
649
|
+
return addHeapObject(ret);
|
|
674
650
|
};
|
|
675
|
-
imports.wbg.
|
|
676
|
-
getObject(arg0).
|
|
651
|
+
imports.wbg.__wbg_totalFileWrites_1b38029d29f47d43 = function(arg0) {
|
|
652
|
+
const ret = getObject(arg0).totalFileWrites;
|
|
653
|
+
return addHeapObject(ret);
|
|
677
654
|
};
|
|
678
|
-
imports.wbg.
|
|
679
|
-
getObject(arg0).
|
|
655
|
+
imports.wbg.__wbg_totalFileReadsAhead_02c25545b2f63323 = function(arg0) {
|
|
656
|
+
const ret = getObject(arg0).totalFileReadsAhead;
|
|
657
|
+
return addHeapObject(ret);
|
|
680
658
|
};
|
|
681
|
-
imports.wbg.
|
|
682
|
-
getObject(arg0).
|
|
659
|
+
imports.wbg.__wbg_totalFileReadsCold_304476ed0c49e111 = function(arg0) {
|
|
660
|
+
const ret = getObject(arg0).totalFileReadsCold;
|
|
661
|
+
return addHeapObject(ret);
|
|
683
662
|
};
|
|
684
|
-
imports.wbg.
|
|
685
|
-
getObject(arg0).
|
|
663
|
+
imports.wbg.__wbg_totalFileReadsCached_2e8edfe7dbf14351 = function(arg0) {
|
|
664
|
+
const ret = getObject(arg0).totalFileReadsCached;
|
|
665
|
+
return addHeapObject(ret);
|
|
686
666
|
};
|
|
687
|
-
imports.wbg.
|
|
688
|
-
getObject(arg0).
|
|
667
|
+
imports.wbg.__wbg_totalPageAccesses_2f654448ea273878 = function(arg0) {
|
|
668
|
+
const ret = getObject(arg0).totalPageAccesses;
|
|
669
|
+
return addHeapObject(ret);
|
|
689
670
|
};
|
|
690
|
-
imports.wbg.
|
|
691
|
-
getObject(arg0).
|
|
671
|
+
imports.wbg.__wbg_totalPageLoads_1ce10deb8828d935 = function(arg0) {
|
|
672
|
+
const ret = getObject(arg0).totalPageLoads;
|
|
673
|
+
return addHeapObject(ret);
|
|
692
674
|
};
|
|
693
|
-
imports.wbg.
|
|
694
|
-
const ret = getObject(
|
|
695
|
-
|
|
696
|
-
const len1 = WASM_VECTOR_LEN;
|
|
697
|
-
getInt32Memory0()[arg0 / 4 + 1] = len1;
|
|
698
|
-
getInt32Memory0()[arg0 / 4 + 0] = ptr1;
|
|
675
|
+
imports.wbg.__wbg_blockSize_77bc4e968a2e845a = function(arg0) {
|
|
676
|
+
const ret = getObject(arg0).blockSize;
|
|
677
|
+
return addHeapObject(ret);
|
|
699
678
|
};
|
|
700
|
-
imports.wbg.
|
|
701
|
-
|
|
679
|
+
imports.wbg.__wbg_disconnect_d9855433758f0afc = function() {
|
|
680
|
+
return handleError(function(arg0, arg1) {
|
|
681
|
+
const ret = getObject(arg0).disconnect(arg1 >>> 0);
|
|
682
|
+
return addHeapObject(ret);
|
|
683
|
+
}, arguments);
|
|
702
684
|
};
|
|
703
|
-
imports.wbg.
|
|
704
|
-
|
|
685
|
+
imports.wbg.__wbg_log_8bb2c010ce15af48 = function(arg0, arg1) {
|
|
686
|
+
console.log(getStringFromWasm0(arg0, arg1));
|
|
705
687
|
};
|
|
706
|
-
imports.wbg.
|
|
707
|
-
|
|
688
|
+
imports.wbg.__wbg_error_a84695ce32854879 = function(arg0, arg1) {
|
|
689
|
+
console.error(getStringFromWasm0(arg0, arg1));
|
|
708
690
|
};
|
|
709
|
-
imports.wbg.
|
|
710
|
-
|
|
711
|
-
return addHeapObject(ret);
|
|
691
|
+
imports.wbg.__wbg_warn_d85b304f0e70f5ac = function(arg0, arg1) {
|
|
692
|
+
console.warn(getStringFromWasm0(arg0, arg1));
|
|
712
693
|
};
|
|
713
|
-
imports.wbg.
|
|
694
|
+
imports.wbg.__wbg_instanceof_WebLinksAddon_fbcf4efb54881c53 = function(arg0) {
|
|
714
695
|
let result;
|
|
715
696
|
try {
|
|
716
|
-
result = getObject(arg0) instanceof
|
|
697
|
+
result = getObject(arg0) instanceof import_xterm_addon_web_links.WebLinksAddon;
|
|
717
698
|
} catch (e) {
|
|
718
699
|
result = false;
|
|
719
700
|
}
|
|
720
701
|
const ret = result;
|
|
721
702
|
return ret;
|
|
722
703
|
};
|
|
723
|
-
imports.wbg.
|
|
724
|
-
getObject(arg0).loadAddon(takeObject(arg1));
|
|
725
|
-
};
|
|
726
|
-
imports.wbg.__wbg_new_92aa50f448dac851 = function(arg0, arg1, arg2) {
|
|
727
|
-
const ret = new import_xterm_addon_web_links.WebLinksAddon(getObject(arg0), getObject(arg1), arg2 === 16777215 ? void 0 : arg2 !== 0);
|
|
728
|
-
return addHeapObject(ret);
|
|
729
|
-
};
|
|
730
|
-
imports.wbg.__wbg_instanceof_WebLinksAddon_fbcf4efb54881c53 = function(arg0) {
|
|
704
|
+
imports.wbg.__wbg_instanceof_WebglAddon_c39f68697a31af73 = function(arg0) {
|
|
731
705
|
let result;
|
|
732
706
|
try {
|
|
733
|
-
result = getObject(arg0) instanceof
|
|
707
|
+
result = getObject(arg0) instanceof import_xterm_addon_webgl.WebglAddon;
|
|
734
708
|
} catch (e) {
|
|
735
709
|
result = false;
|
|
736
710
|
}
|
|
737
711
|
const ret = result;
|
|
738
712
|
return ret;
|
|
739
713
|
};
|
|
740
|
-
imports.wbg.__wbg_disconnect_d9855433758f0afc = function() {
|
|
741
|
-
return handleError(function(arg0, arg1) {
|
|
742
|
-
const ret = getObject(arg0).disconnect(arg1 >>> 0);
|
|
743
|
-
return addHeapObject(ret);
|
|
744
|
-
}, arguments);
|
|
745
|
-
};
|
|
746
|
-
imports.wbg.__wbg_log_8bb2c010ce15af48 = function(arg0, arg1) {
|
|
747
|
-
console.log(getStringFromWasm0(arg0, arg1));
|
|
748
|
-
};
|
|
749
|
-
imports.wbg.__wbg_error_a84695ce32854879 = function(arg0, arg1) {
|
|
750
|
-
console.error(getStringFromWasm0(arg0, arg1));
|
|
751
|
-
};
|
|
752
|
-
imports.wbg.__wbg_warn_d85b304f0e70f5ac = function(arg0, arg1) {
|
|
753
|
-
console.warn(getStringFromWasm0(arg0, arg1));
|
|
754
|
-
};
|
|
755
714
|
imports.wbg.__wbindgen_json_serialize = function(arg0, arg1) {
|
|
756
715
|
const obj = getObject(arg1);
|
|
757
716
|
const ret = JSON.stringify(obj === void 0 ? null : obj);
|
|
@@ -760,13 +719,6 @@
|
|
|
760
719
|
getInt32Memory0()[arg0 / 4 + 1] = len1;
|
|
761
720
|
getInt32Memory0()[arg0 / 4 + 0] = ptr1;
|
|
762
721
|
};
|
|
763
|
-
imports.wbg.__wbg_static_accessor_PACKAGE_NAME_0af717684e189e55 = function(arg0) {
|
|
764
|
-
const ret = import_duckdb_wasm.PACKAGE_NAME;
|
|
765
|
-
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
766
|
-
const len1 = WASM_VECTOR_LEN;
|
|
767
|
-
getInt32Memory0()[arg0 / 4 + 1] = len1;
|
|
768
|
-
getInt32Memory0()[arg0 / 4 + 0] = ptr1;
|
|
769
|
-
};
|
|
770
722
|
imports.wbg.__wbg_new_79cc836771d68198 = function() {
|
|
771
723
|
const ret = new import_xterm_addon_fit.FitAddon();
|
|
772
724
|
return addHeapObject(ret);
|
|
@@ -778,38 +730,86 @@
|
|
|
778
730
|
getInt32Memory0()[arg0 / 4 + 1] = len1;
|
|
779
731
|
getInt32Memory0()[arg0 / 4 + 0] = ptr1;
|
|
780
732
|
};
|
|
781
|
-
imports.wbg.
|
|
782
|
-
const ret =
|
|
783
|
-
|
|
733
|
+
imports.wbg.__wbg_static_accessor_PACKAGE_NAME_0af717684e189e55 = function(arg0) {
|
|
734
|
+
const ret = import_duckdb_wasm.PACKAGE_NAME;
|
|
735
|
+
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
736
|
+
const len1 = WASM_VECTOR_LEN;
|
|
737
|
+
getInt32Memory0()[arg0 / 4 + 1] = len1;
|
|
738
|
+
getInt32Memory0()[arg0 / 4 + 0] = ptr1;
|
|
784
739
|
};
|
|
785
|
-
imports.wbg.
|
|
786
|
-
const
|
|
787
|
-
|
|
740
|
+
imports.wbg.__wbindgen_cb_drop = function(arg0) {
|
|
741
|
+
const obj = takeObject(arg0).original;
|
|
742
|
+
if (obj.cnt-- == 1) {
|
|
743
|
+
obj.a = 0;
|
|
744
|
+
return true;
|
|
745
|
+
}
|
|
746
|
+
const ret = false;
|
|
747
|
+
return ret;
|
|
788
748
|
};
|
|
789
|
-
imports.wbg.
|
|
790
|
-
|
|
791
|
-
return addHeapObject(ret);
|
|
749
|
+
imports.wbg.__wbg_setallowProposedApi_0147ac2b5a9906b3 = function(arg0, arg1) {
|
|
750
|
+
getObject(arg0).allowProposedApi = arg1 !== 0;
|
|
792
751
|
};
|
|
793
|
-
imports.wbg.
|
|
794
|
-
|
|
795
|
-
return addHeapObject(ret);
|
|
752
|
+
imports.wbg.__wbg_setcursorBlink_8a3f7244eb29b1f6 = function(arg0, arg1) {
|
|
753
|
+
getObject(arg0).cursorBlink = arg1 !== 0;
|
|
796
754
|
};
|
|
797
|
-
imports.wbg.
|
|
798
|
-
|
|
799
|
-
return addHeapObject(ret);
|
|
755
|
+
imports.wbg.__wbg_setcursorWidth_55abde268dea1312 = function(arg0, arg1) {
|
|
756
|
+
getObject(arg0).cursorWidth = arg1 >>> 0;
|
|
800
757
|
};
|
|
801
|
-
imports.wbg.
|
|
802
|
-
|
|
803
|
-
return addHeapObject(ret);
|
|
758
|
+
imports.wbg.__wbg_setdrawBoldTextInBrightColors_4f711243dff6df11 = function(arg0, arg1) {
|
|
759
|
+
getObject(arg0).drawBoldTextInBrightColors = arg1 !== 0;
|
|
804
760
|
};
|
|
805
|
-
imports.wbg.
|
|
806
|
-
|
|
761
|
+
imports.wbg.__wbg_setfontSize_11962e753390bde1 = function(arg0, arg1) {
|
|
762
|
+
getObject(arg0).fontSize = arg1 >>> 0;
|
|
763
|
+
};
|
|
764
|
+
imports.wbg.__wbg_setfontFamily_a0645fa4f7aaaf21 = function(arg0, arg1, arg2) {
|
|
765
|
+
getObject(arg0).fontFamily = getStringFromWasm0(arg1, arg2);
|
|
766
|
+
};
|
|
767
|
+
imports.wbg.__wbg_setrightClickSelectsWord_ede48f0595cd3fed = function(arg0, arg1) {
|
|
768
|
+
getObject(arg0).rightClickSelectsWord = arg1 !== 0;
|
|
769
|
+
};
|
|
770
|
+
imports.wbg.__wbg_setrows_6b947e6079c486dc = function(arg0, arg1) {
|
|
771
|
+
getObject(arg0).rows = arg1 >>> 0;
|
|
772
|
+
};
|
|
773
|
+
imports.wbg.__wbg_settheme_4e67878b7d6cc0fc = function(arg0, arg1) {
|
|
774
|
+
getObject(arg0).theme = getObject(arg1);
|
|
775
|
+
};
|
|
776
|
+
imports.wbg.__wbg_setforeground_87dc40b78955df05 = function(arg0, arg1, arg2) {
|
|
777
|
+
getObject(arg0).foreground = getStringFromWasm0(arg1, arg2);
|
|
778
|
+
};
|
|
779
|
+
imports.wbg.__wbg_setbackground_550386b829ec5c24 = function(arg0, arg1, arg2) {
|
|
780
|
+
getObject(arg0).background = getStringFromWasm0(arg1, arg2);
|
|
781
|
+
};
|
|
782
|
+
imports.wbg.__wbg_setbrightYellow_deb3fbc58aa44642 = function(arg0, arg1, arg2) {
|
|
783
|
+
getObject(arg0).brightYellow = getStringFromWasm0(arg1, arg2);
|
|
784
|
+
};
|
|
785
|
+
imports.wbg.__wbg_open_7d3a0690ea9e5a45 = function(arg0, arg1) {
|
|
786
|
+
getObject(arg0).open(takeObject(arg1));
|
|
787
|
+
};
|
|
788
|
+
imports.wbg.__wbg_loadAddon_1bfe744e6f456990 = function(arg0, arg1) {
|
|
789
|
+
getObject(arg0).loadAddon(takeObject(arg1));
|
|
790
|
+
};
|
|
791
|
+
imports.wbg.__wbg_new_92aa50f448dac851 = function(arg0, arg1, arg2) {
|
|
792
|
+
const ret = new import_xterm_addon_web_links.WebLinksAddon(getObject(arg0), getObject(arg1), arg2 === 16777215 ? void 0 : arg2 !== 0);
|
|
807
793
|
return addHeapObject(ret);
|
|
808
794
|
};
|
|
809
|
-
imports.wbg.
|
|
810
|
-
const ret =
|
|
795
|
+
imports.wbg.__wbg_new_70821bf9dbd17152 = function(arg0) {
|
|
796
|
+
const ret = new import_xterm_addon_webgl.WebglAddon(arg0 === 16777215 ? void 0 : arg0 !== 0);
|
|
811
797
|
return addHeapObject(ret);
|
|
812
798
|
};
|
|
799
|
+
imports.wbg.__wbg_fontFamily_204223b3338f8381 = function(arg0, arg1) {
|
|
800
|
+
const ret = getObject(arg1).fontFamily;
|
|
801
|
+
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
802
|
+
const len1 = WASM_VECTOR_LEN;
|
|
803
|
+
getInt32Memory0()[arg0 / 4 + 1] = len1;
|
|
804
|
+
getInt32Memory0()[arg0 / 4 + 0] = ptr1;
|
|
805
|
+
};
|
|
806
|
+
imports.wbg.__wbg_backgroundColor_17a9784f0207d5b0 = function(arg0, arg1) {
|
|
807
|
+
const ret = getObject(arg1).backgroundColor;
|
|
808
|
+
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
809
|
+
const len1 = WASM_VECTOR_LEN;
|
|
810
|
+
getInt32Memory0()[arg0 / 4 + 1] = len1;
|
|
811
|
+
getInt32Memory0()[arg0 / 4 + 0] = ptr1;
|
|
812
|
+
};
|
|
813
813
|
imports.wbg.__wbg_new_abda76e883ba8a5f = function() {
|
|
814
814
|
const ret = new Error();
|
|
815
815
|
return addHeapObject(ret);
|
|
@@ -861,10 +861,6 @@
|
|
|
861
861
|
getInt32Memory0()[arg0 / 4 + 1] = len1;
|
|
862
862
|
getInt32Memory0()[arg0 / 4 + 0] = ptr1;
|
|
863
863
|
};
|
|
864
|
-
imports.wbg.__wbg_now_0cfdc90c97d0c24b = function(arg0) {
|
|
865
|
-
const ret = getObject(arg0).now();
|
|
866
|
-
return ret;
|
|
867
|
-
};
|
|
868
864
|
imports.wbg.__wbg_type_4197dff653b7d208 = function(arg0, arg1) {
|
|
869
865
|
const ret = getObject(arg1).type;
|
|
870
866
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
@@ -872,6 +868,10 @@
|
|
|
872
868
|
getInt32Memory0()[arg0 / 4 + 1] = len1;
|
|
873
869
|
getInt32Memory0()[arg0 / 4 + 0] = ptr1;
|
|
874
870
|
};
|
|
871
|
+
imports.wbg.__wbg_now_0cfdc90c97d0c24b = function(arg0) {
|
|
872
|
+
const ret = getObject(arg0).now();
|
|
873
|
+
return ret;
|
|
874
|
+
};
|
|
875
875
|
imports.wbg.__wbg_get_44be0491f933a435 = function(arg0, arg1) {
|
|
876
876
|
const ret = getObject(arg0)[arg1 >>> 0];
|
|
877
877
|
return addHeapObject(ret);
|
|
@@ -999,12 +999,12 @@
|
|
|
999
999
|
const ret = wasm.memory;
|
|
1000
1000
|
return addHeapObject(ret);
|
|
1001
1001
|
};
|
|
1002
|
-
imports.wbg.
|
|
1003
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
1002
|
+
imports.wbg.__wbindgen_closure_wrapper461 = function(arg0, arg1, arg2) {
|
|
1003
|
+
const ret = makeMutClosure(arg0, arg1, 132, __wbg_adapter_22);
|
|
1004
1004
|
return addHeapObject(ret);
|
|
1005
1005
|
};
|
|
1006
|
-
imports.wbg.
|
|
1007
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
1006
|
+
imports.wbg.__wbindgen_closure_wrapper932 = function(arg0, arg1, arg2) {
|
|
1007
|
+
const ret = makeMutClosure(arg0, arg1, 194, __wbg_adapter_25);
|
|
1008
1008
|
return addHeapObject(ret);
|
|
1009
1009
|
};
|
|
1010
1010
|
return imports;
|