@duckdb/duckdb-wasm-shell 1.29.1-dev20.0 → 1.29.1-dev23.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/shell.cjs +139 -133
- package/dist/shell.cjs.map +2 -2
- package/dist/shell.js +139 -133
- package/dist/shell.js.map +2 -2
- package/dist/shell.mjs +140 -134
- package/dist/shell.mjs.map +2 -2
- package/dist/shell_bg.wasm +0 -0
- package/package.json +2 -2
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-
|
|
46
|
+
version: "1.29.1-dev23.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-
|
|
70
|
+
"@duckdb/duckdb-wasm": "^1.29.1-dev23.0",
|
|
71
71
|
xterm: "^5.3.0",
|
|
72
72
|
"xterm-addon-fit": "^0.8.0",
|
|
73
73
|
"xterm-addon-web-links": "^0.9.0",
|
|
@@ -319,25 +319,6 @@ function __wbg_adapter_22(arg0, arg1, arg2) {
|
|
|
319
319
|
function __wbg_adapter_25(arg0, arg1, arg2) {
|
|
320
320
|
wasm._dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h21e86434f3007437(arg0, arg1, addHeapObject(arg2));
|
|
321
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
322
|
function embed(elem, runtime, options) {
|
|
342
323
|
try {
|
|
343
324
|
const retptr = wasm.__wbindgen_add_to_stack_pointer(-16);
|
|
@@ -393,7 +374,26 @@ function handleError(f, args) {
|
|
|
393
374
|
wasm.__wbindgen_exn_store(addHeapObject(e));
|
|
394
375
|
}
|
|
395
376
|
}
|
|
396
|
-
|
|
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
397
|
wasm.wasm_bindgen__convert__closures__invoke2_mut__h6ec9b37957db5671(arg0, arg1, addHeapObject(arg2), addHeapObject(arg3));
|
|
398
398
|
}
|
|
399
399
|
var ShellInputContext = Object.freeze({ FileInput: 0, "0": "FileInput" });
|
|
@@ -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,66 +660,17 @@ function __wbg_get_imports() {
|
|
|
654
660
|
imports.wbg.__wbg_fit_cdd1076e3e5970b7 = function(arg0) {
|
|
655
661
|
getObject(arg0).fit();
|
|
656
662
|
};
|
|
657
|
-
imports.wbg.
|
|
658
|
-
const
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
const ret = getObject(arg0).totalFileWrites;
|
|
663
|
-
return addHeapObject(ret);
|
|
664
|
-
};
|
|
665
|
-
imports.wbg.__wbg_totalFileReadsAhead_02c25545b2f63323 = function(arg0) {
|
|
666
|
-
const ret = getObject(arg0).totalFileReadsAhead;
|
|
667
|
-
return addHeapObject(ret);
|
|
668
|
-
};
|
|
669
|
-
imports.wbg.__wbg_totalFileReadsCold_304476ed0c49e111 = function(arg0) {
|
|
670
|
-
const ret = getObject(arg0).totalFileReadsCold;
|
|
671
|
-
return addHeapObject(ret);
|
|
672
|
-
};
|
|
673
|
-
imports.wbg.__wbg_totalFileReadsCached_2e8edfe7dbf14351 = function(arg0) {
|
|
674
|
-
const ret = getObject(arg0).totalFileReadsCached;
|
|
675
|
-
return addHeapObject(ret);
|
|
676
|
-
};
|
|
677
|
-
imports.wbg.__wbg_totalPageAccesses_2f654448ea273878 = function(arg0) {
|
|
678
|
-
const ret = getObject(arg0).totalPageAccesses;
|
|
679
|
-
return addHeapObject(ret);
|
|
680
|
-
};
|
|
681
|
-
imports.wbg.__wbg_totalPageLoads_1ce10deb8828d935 = function(arg0) {
|
|
682
|
-
const ret = getObject(arg0).totalPageLoads;
|
|
683
|
-
return addHeapObject(ret);
|
|
684
|
-
};
|
|
685
|
-
imports.wbg.__wbg_blockSize_77bc4e968a2e845a = function(arg0) {
|
|
686
|
-
const ret = getObject(arg0).blockSize;
|
|
687
|
-
return addHeapObject(ret);
|
|
688
|
-
};
|
|
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
|
-
};
|
|
695
|
-
imports.wbg.__wbg_instanceof_WebLinksAddon_fbcf4efb54881c53 = function(arg0) {
|
|
696
|
-
let result;
|
|
697
|
-
try {
|
|
698
|
-
result = getObject(arg0) instanceof import_xterm_addon_web_links.WebLinksAddon;
|
|
699
|
-
} catch (e) {
|
|
700
|
-
result = false;
|
|
701
|
-
}
|
|
702
|
-
const ret = result;
|
|
703
|
-
return ret;
|
|
704
|
-
};
|
|
705
|
-
imports.wbg.__wbg_instanceof_WebglAddon_c39f68697a31af73 = function(arg0) {
|
|
706
|
-
let result;
|
|
707
|
-
try {
|
|
708
|
-
result = getObject(arg0) instanceof import_xterm_addon_webgl.WebglAddon;
|
|
709
|
-
} catch (e) {
|
|
710
|
-
result = false;
|
|
663
|
+
imports.wbg.__wbindgen_cb_drop = function(arg0) {
|
|
664
|
+
const obj = takeObject(arg0).original;
|
|
665
|
+
if (obj.cnt-- == 1) {
|
|
666
|
+
obj.a = 0;
|
|
667
|
+
return true;
|
|
711
668
|
}
|
|
712
|
-
const ret =
|
|
669
|
+
const ret = false;
|
|
713
670
|
return ret;
|
|
714
671
|
};
|
|
715
|
-
imports.wbg.
|
|
716
|
-
getObject(arg0).
|
|
672
|
+
imports.wbg.__wbg_setrows_6b947e6079c486dc = function(arg0, arg1) {
|
|
673
|
+
getObject(arg0).rows = arg1 >>> 0;
|
|
717
674
|
};
|
|
718
675
|
imports.wbg.__wbg_setcursorBlink_8a3f7244eb29b1f6 = function(arg0, arg1) {
|
|
719
676
|
getObject(arg0).cursorBlink = arg1 !== 0;
|
|
@@ -721,33 +678,34 @@ function __wbg_get_imports() {
|
|
|
721
678
|
imports.wbg.__wbg_setcursorWidth_55abde268dea1312 = function(arg0, arg1) {
|
|
722
679
|
getObject(arg0).cursorWidth = arg1 >>> 0;
|
|
723
680
|
};
|
|
724
|
-
imports.wbg.
|
|
725
|
-
getObject(
|
|
681
|
+
imports.wbg.__wbg_fontFamily_204223b3338f8381 = function(arg0, arg1) {
|
|
682
|
+
const ret = getObject(arg1).fontFamily;
|
|
683
|
+
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
684
|
+
const len1 = WASM_VECTOR_LEN;
|
|
685
|
+
getInt32Memory0()[arg0 / 4 + 1] = len1;
|
|
686
|
+
getInt32Memory0()[arg0 / 4 + 0] = ptr1;
|
|
687
|
+
};
|
|
688
|
+
imports.wbg.__wbg_setfontFamily_a0645fa4f7aaaf21 = function(arg0, arg1, arg2) {
|
|
689
|
+
getObject(arg0).fontFamily = getStringFromWasm0(arg1, arg2);
|
|
726
690
|
};
|
|
727
691
|
imports.wbg.__wbg_setfontSize_11962e753390bde1 = function(arg0, arg1) {
|
|
728
692
|
getObject(arg0).fontSize = arg1 >>> 0;
|
|
729
693
|
};
|
|
730
|
-
imports.wbg.
|
|
731
|
-
getObject(arg0).
|
|
694
|
+
imports.wbg.__wbg_setdrawBoldTextInBrightColors_4f711243dff6df11 = function(arg0, arg1) {
|
|
695
|
+
getObject(arg0).drawBoldTextInBrightColors = arg1 !== 0;
|
|
732
696
|
};
|
|
733
697
|
imports.wbg.__wbg_setrightClickSelectsWord_ede48f0595cd3fed = function(arg0, arg1) {
|
|
734
698
|
getObject(arg0).rightClickSelectsWord = arg1 !== 0;
|
|
735
699
|
};
|
|
736
|
-
imports.wbg.
|
|
737
|
-
getObject(arg0).
|
|
700
|
+
imports.wbg.__wbg_setallowProposedApi_0147ac2b5a9906b3 = function(arg0, arg1) {
|
|
701
|
+
getObject(arg0).allowProposedApi = arg1 !== 0;
|
|
738
702
|
};
|
|
739
|
-
imports.wbg.
|
|
740
|
-
getObject(arg0).
|
|
703
|
+
imports.wbg.__wbg_setbrightYellow_deb3fbc58aa44642 = function(arg0, arg1, arg2) {
|
|
704
|
+
getObject(arg0).brightYellow = getStringFromWasm0(arg1, arg2);
|
|
741
705
|
};
|
|
742
706
|
imports.wbg.__wbg_setforeground_87dc40b78955df05 = function(arg0, arg1, arg2) {
|
|
743
707
|
getObject(arg0).foreground = getStringFromWasm0(arg1, arg2);
|
|
744
708
|
};
|
|
745
|
-
imports.wbg.__wbg_setbackground_550386b829ec5c24 = function(arg0, arg1, arg2) {
|
|
746
|
-
getObject(arg0).background = getStringFromWasm0(arg1, arg2);
|
|
747
|
-
};
|
|
748
|
-
imports.wbg.__wbg_setbrightYellow_deb3fbc58aa44642 = function(arg0, arg1, arg2) {
|
|
749
|
-
getObject(arg0).brightYellow = getStringFromWasm0(arg1, arg2);
|
|
750
|
-
};
|
|
751
709
|
imports.wbg.__wbg_backgroundColor_17a9784f0207d5b0 = function(arg0, arg1) {
|
|
752
710
|
const ret = getObject(arg1).backgroundColor;
|
|
753
711
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
@@ -755,71 +713,119 @@ function __wbg_get_imports() {
|
|
|
755
713
|
getInt32Memory0()[arg0 / 4 + 1] = len1;
|
|
756
714
|
getInt32Memory0()[arg0 / 4 + 0] = ptr1;
|
|
757
715
|
};
|
|
758
|
-
imports.wbg.
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
getInt32Memory0()[arg0 / 4 + 0] = ptr1;
|
|
716
|
+
imports.wbg.__wbg_setbackground_550386b829ec5c24 = function(arg0, arg1, arg2) {
|
|
717
|
+
getObject(arg0).background = getStringFromWasm0(arg1, arg2);
|
|
718
|
+
};
|
|
719
|
+
imports.wbg.__wbg_settheme_4e67878b7d6cc0fc = function(arg0, arg1) {
|
|
720
|
+
getObject(arg0).theme = getObject(arg1);
|
|
764
721
|
};
|
|
765
722
|
imports.wbg.__wbg_open_7d3a0690ea9e5a45 = function(arg0, arg1) {
|
|
766
723
|
getObject(arg0).open(takeObject(arg1));
|
|
767
724
|
};
|
|
768
|
-
imports.wbg.__wbg_loadAddon_1bfe744e6f456990 = function(arg0, arg1) {
|
|
769
|
-
getObject(arg0).loadAddon(takeObject(arg1));
|
|
770
|
-
};
|
|
771
|
-
imports.wbg.__wbg_new_92aa50f448dac851 = function(arg0, arg1, arg2) {
|
|
772
|
-
const ret = new import_xterm_addon_web_links.WebLinksAddon(getObject(arg0), getObject(arg1), arg2 === 16777215 ? void 0 : arg2 !== 0);
|
|
773
|
-
return addHeapObject(ret);
|
|
774
|
-
};
|
|
775
725
|
imports.wbg.__wbg_new_70821bf9dbd17152 = function(arg0) {
|
|
776
726
|
const ret = new import_xterm_addon_webgl.WebglAddon(arg0 === 16777215 ? void 0 : arg0 !== 0);
|
|
777
727
|
return addHeapObject(ret);
|
|
778
728
|
};
|
|
779
|
-
imports.wbg.
|
|
780
|
-
|
|
729
|
+
imports.wbg.__wbg_instanceof_WebglAddon_c39f68697a31af73 = function(arg0) {
|
|
730
|
+
let result;
|
|
731
|
+
try {
|
|
732
|
+
result = getObject(arg0) instanceof import_xterm_addon_webgl.WebglAddon;
|
|
733
|
+
} catch (e) {
|
|
734
|
+
result = false;
|
|
735
|
+
}
|
|
736
|
+
const ret = result;
|
|
737
|
+
return ret;
|
|
781
738
|
};
|
|
782
|
-
imports.wbg.
|
|
783
|
-
|
|
739
|
+
imports.wbg.__wbg_loadAddon_1bfe744e6f456990 = function(arg0, arg1) {
|
|
740
|
+
getObject(arg0).loadAddon(takeObject(arg1));
|
|
784
741
|
};
|
|
785
|
-
imports.wbg.
|
|
786
|
-
|
|
742
|
+
imports.wbg.__wbg_new_92aa50f448dac851 = function(arg0, arg1, arg2) {
|
|
743
|
+
const ret = new import_xterm_addon_web_links.WebLinksAddon(getObject(arg0), getObject(arg1), arg2 === 16777215 ? void 0 : arg2 !== 0);
|
|
744
|
+
return addHeapObject(ret);
|
|
787
745
|
};
|
|
788
|
-
imports.wbg.
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
746
|
+
imports.wbg.__wbg_instanceof_WebLinksAddon_fbcf4efb54881c53 = function(arg0) {
|
|
747
|
+
let result;
|
|
748
|
+
try {
|
|
749
|
+
result = getObject(arg0) instanceof import_xterm_addon_web_links.WebLinksAddon;
|
|
750
|
+
} catch (e) {
|
|
751
|
+
result = false;
|
|
793
752
|
}
|
|
794
|
-
const ret =
|
|
753
|
+
const ret = result;
|
|
795
754
|
return ret;
|
|
796
755
|
};
|
|
797
|
-
imports.wbg.
|
|
798
|
-
|
|
799
|
-
|
|
756
|
+
imports.wbg.__wbg_disconnect_d9855433758f0afc = function() {
|
|
757
|
+
return handleError(function(arg0, arg1) {
|
|
758
|
+
const ret = getObject(arg0).disconnect(arg1 >>> 0);
|
|
759
|
+
return addHeapObject(ret);
|
|
760
|
+
}, arguments);
|
|
800
761
|
};
|
|
801
|
-
imports.wbg.
|
|
802
|
-
const
|
|
762
|
+
imports.wbg.__wbindgen_json_serialize = function(arg0, arg1) {
|
|
763
|
+
const obj = getObject(arg1);
|
|
764
|
+
const ret = JSON.stringify(obj === void 0 ? null : obj);
|
|
803
765
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
804
766
|
const len1 = WASM_VECTOR_LEN;
|
|
805
767
|
getInt32Memory0()[arg0 / 4 + 1] = len1;
|
|
806
768
|
getInt32Memory0()[arg0 / 4 + 0] = ptr1;
|
|
807
769
|
};
|
|
808
|
-
imports.wbg.
|
|
809
|
-
const ret = import_duckdb_wasm.
|
|
770
|
+
imports.wbg.__wbg_static_accessor_PACKAGE_NAME_0af717684e189e55 = function(arg0) {
|
|
771
|
+
const ret = import_duckdb_wasm.PACKAGE_NAME;
|
|
810
772
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
811
773
|
const len1 = WASM_VECTOR_LEN;
|
|
812
774
|
getInt32Memory0()[arg0 / 4 + 1] = len1;
|
|
813
775
|
getInt32Memory0()[arg0 / 4 + 0] = ptr1;
|
|
814
776
|
};
|
|
815
|
-
imports.wbg.
|
|
816
|
-
const
|
|
817
|
-
const ret = JSON.stringify(obj === void 0 ? null : obj);
|
|
777
|
+
imports.wbg.__wbg_static_accessor_PACKAGE_VERSION_549ba11794cf5003 = function(arg0) {
|
|
778
|
+
const ret = import_duckdb_wasm.PACKAGE_VERSION;
|
|
818
779
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
819
780
|
const len1 = WASM_VECTOR_LEN;
|
|
820
781
|
getInt32Memory0()[arg0 / 4 + 1] = len1;
|
|
821
782
|
getInt32Memory0()[arg0 / 4 + 0] = ptr1;
|
|
822
783
|
};
|
|
784
|
+
imports.wbg.__wbg_new_79cc836771d68198 = function() {
|
|
785
|
+
const ret = new import_xterm_addon_fit.FitAddon();
|
|
786
|
+
return addHeapObject(ret);
|
|
787
|
+
};
|
|
788
|
+
imports.wbg.__wbg_blockStats_14f17a14c4573f3d = function(arg0) {
|
|
789
|
+
const ret = getObject(arg0).blockStats;
|
|
790
|
+
return addHeapObject(ret);
|
|
791
|
+
};
|
|
792
|
+
imports.wbg.__wbg_totalFileWrites_1b38029d29f47d43 = function(arg0) {
|
|
793
|
+
const ret = getObject(arg0).totalFileWrites;
|
|
794
|
+
return addHeapObject(ret);
|
|
795
|
+
};
|
|
796
|
+
imports.wbg.__wbg_totalFileReadsAhead_02c25545b2f63323 = function(arg0) {
|
|
797
|
+
const ret = getObject(arg0).totalFileReadsAhead;
|
|
798
|
+
return addHeapObject(ret);
|
|
799
|
+
};
|
|
800
|
+
imports.wbg.__wbg_totalFileReadsCold_304476ed0c49e111 = function(arg0) {
|
|
801
|
+
const ret = getObject(arg0).totalFileReadsCold;
|
|
802
|
+
return addHeapObject(ret);
|
|
803
|
+
};
|
|
804
|
+
imports.wbg.__wbg_totalFileReadsCached_2e8edfe7dbf14351 = function(arg0) {
|
|
805
|
+
const ret = getObject(arg0).totalFileReadsCached;
|
|
806
|
+
return addHeapObject(ret);
|
|
807
|
+
};
|
|
808
|
+
imports.wbg.__wbg_totalPageAccesses_2f654448ea273878 = function(arg0) {
|
|
809
|
+
const ret = getObject(arg0).totalPageAccesses;
|
|
810
|
+
return addHeapObject(ret);
|
|
811
|
+
};
|
|
812
|
+
imports.wbg.__wbg_totalPageLoads_1ce10deb8828d935 = function(arg0) {
|
|
813
|
+
const ret = getObject(arg0).totalPageLoads;
|
|
814
|
+
return addHeapObject(ret);
|
|
815
|
+
};
|
|
816
|
+
imports.wbg.__wbg_blockSize_77bc4e968a2e845a = function(arg0) {
|
|
817
|
+
const ret = getObject(arg0).blockSize;
|
|
818
|
+
return addHeapObject(ret);
|
|
819
|
+
};
|
|
820
|
+
imports.wbg.__wbg_log_8bb2c010ce15af48 = function(arg0, arg1) {
|
|
821
|
+
console.log(getStringFromWasm0(arg0, arg1));
|
|
822
|
+
};
|
|
823
|
+
imports.wbg.__wbg_error_a84695ce32854879 = function(arg0, arg1) {
|
|
824
|
+
console.error(getStringFromWasm0(arg0, arg1));
|
|
825
|
+
};
|
|
826
|
+
imports.wbg.__wbg_warn_d85b304f0e70f5ac = function(arg0, arg1) {
|
|
827
|
+
console.warn(getStringFromWasm0(arg0, arg1));
|
|
828
|
+
};
|
|
823
829
|
imports.wbg.__wbg_new_abda76e883ba8a5f = function() {
|
|
824
830
|
const ret = new Error();
|
|
825
831
|
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
|
|
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.
|
|
1013
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
1018
|
+
imports.wbg.__wbindgen_closure_wrapper450 = function(arg0, arg1, arg2) {
|
|
1019
|
+
const ret = makeMutClosure(arg0, arg1, 135, __wbg_adapter_22);
|
|
1014
1020
|
return addHeapObject(ret);
|
|
1015
1021
|
};
|
|
1016
|
-
imports.wbg.
|
|
1017
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
1022
|
+
imports.wbg.__wbindgen_closure_wrapper916 = function(arg0, arg1, arg2) {
|
|
1023
|
+
const ret = makeMutClosure(arg0, arg1, 188, __wbg_adapter_25);
|
|
1018
1024
|
return addHeapObject(ret);
|
|
1019
1025
|
};
|
|
1020
1026
|
return imports;
|