@duckdb/duckdb-wasm-shell 1.29.1-dev17.0 → 1.29.1-dev18.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 +128 -128
- package/dist/shell.cjs.map +2 -2
- package/dist/shell.js +128 -128
- package/dist/shell.js.map +2 -2
- package/dist/shell.mjs +129 -129
- 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-dev18.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-dev18.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,30 @@
|
|
|
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__hddb5167cc04b5326(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__h21e86434f3007437(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;
|
|
311
330
|
}
|
|
312
331
|
function embed(elem, runtime, options) {
|
|
313
332
|
try {
|
|
@@ -364,27 +383,8 @@
|
|
|
364
383
|
wasm.__wbindgen_exn_store(addHeapObject(e));
|
|
365
384
|
}
|
|
366
385
|
}
|
|
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__h6ec9b37957db5671(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" });
|
|
@@ -644,17 +644,66 @@
|
|
|
644
644
|
imports.wbg.__wbg_fit_cdd1076e3e5970b7 = function(arg0) {
|
|
645
645
|
getObject(arg0).fit();
|
|
646
646
|
};
|
|
647
|
-
imports.wbg.
|
|
648
|
-
const
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
647
|
+
imports.wbg.__wbg_blockStats_14f17a14c4573f3d = function(arg0) {
|
|
648
|
+
const ret = getObject(arg0).blockStats;
|
|
649
|
+
return addHeapObject(ret);
|
|
650
|
+
};
|
|
651
|
+
imports.wbg.__wbg_totalFileWrites_1b38029d29f47d43 = function(arg0) {
|
|
652
|
+
const ret = getObject(arg0).totalFileWrites;
|
|
653
|
+
return addHeapObject(ret);
|
|
654
|
+
};
|
|
655
|
+
imports.wbg.__wbg_totalFileReadsAhead_02c25545b2f63323 = function(arg0) {
|
|
656
|
+
const ret = getObject(arg0).totalFileReadsAhead;
|
|
657
|
+
return addHeapObject(ret);
|
|
658
|
+
};
|
|
659
|
+
imports.wbg.__wbg_totalFileReadsCold_304476ed0c49e111 = function(arg0) {
|
|
660
|
+
const ret = getObject(arg0).totalFileReadsCold;
|
|
661
|
+
return addHeapObject(ret);
|
|
662
|
+
};
|
|
663
|
+
imports.wbg.__wbg_totalFileReadsCached_2e8edfe7dbf14351 = function(arg0) {
|
|
664
|
+
const ret = getObject(arg0).totalFileReadsCached;
|
|
665
|
+
return addHeapObject(ret);
|
|
666
|
+
};
|
|
667
|
+
imports.wbg.__wbg_totalPageAccesses_2f654448ea273878 = function(arg0) {
|
|
668
|
+
const ret = getObject(arg0).totalPageAccesses;
|
|
669
|
+
return addHeapObject(ret);
|
|
670
|
+
};
|
|
671
|
+
imports.wbg.__wbg_totalPageLoads_1ce10deb8828d935 = function(arg0) {
|
|
672
|
+
const ret = getObject(arg0).totalPageLoads;
|
|
673
|
+
return addHeapObject(ret);
|
|
674
|
+
};
|
|
675
|
+
imports.wbg.__wbg_blockSize_77bc4e968a2e845a = function(arg0) {
|
|
676
|
+
const ret = getObject(arg0).blockSize;
|
|
677
|
+
return addHeapObject(ret);
|
|
678
|
+
};
|
|
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);
|
|
684
|
+
};
|
|
685
|
+
imports.wbg.__wbg_instanceof_WebLinksAddon_fbcf4efb54881c53 = function(arg0) {
|
|
686
|
+
let result;
|
|
687
|
+
try {
|
|
688
|
+
result = getObject(arg0) instanceof import_xterm_addon_web_links.WebLinksAddon;
|
|
689
|
+
} catch (e) {
|
|
690
|
+
result = false;
|
|
652
691
|
}
|
|
653
|
-
const ret =
|
|
692
|
+
const ret = result;
|
|
654
693
|
return ret;
|
|
655
694
|
};
|
|
656
|
-
imports.wbg.
|
|
657
|
-
|
|
695
|
+
imports.wbg.__wbg_instanceof_WebglAddon_c39f68697a31af73 = function(arg0) {
|
|
696
|
+
let result;
|
|
697
|
+
try {
|
|
698
|
+
result = getObject(arg0) instanceof import_xterm_addon_webgl.WebglAddon;
|
|
699
|
+
} catch (e) {
|
|
700
|
+
result = false;
|
|
701
|
+
}
|
|
702
|
+
const ret = result;
|
|
703
|
+
return ret;
|
|
704
|
+
};
|
|
705
|
+
imports.wbg.__wbg_setallowProposedApi_0147ac2b5a9906b3 = function(arg0, arg1) {
|
|
706
|
+
getObject(arg0).allowProposedApi = arg1 !== 0;
|
|
658
707
|
};
|
|
659
708
|
imports.wbg.__wbg_setcursorBlink_8a3f7244eb29b1f6 = function(arg0, arg1) {
|
|
660
709
|
getObject(arg0).cursorBlink = arg1 !== 0;
|
|
@@ -662,34 +711,33 @@
|
|
|
662
711
|
imports.wbg.__wbg_setcursorWidth_55abde268dea1312 = function(arg0, arg1) {
|
|
663
712
|
getObject(arg0).cursorWidth = arg1 >>> 0;
|
|
664
713
|
};
|
|
665
|
-
imports.wbg.
|
|
666
|
-
|
|
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);
|
|
714
|
+
imports.wbg.__wbg_setdrawBoldTextInBrightColors_4f711243dff6df11 = function(arg0, arg1) {
|
|
715
|
+
getObject(arg0).drawBoldTextInBrightColors = arg1 !== 0;
|
|
674
716
|
};
|
|
675
717
|
imports.wbg.__wbg_setfontSize_11962e753390bde1 = function(arg0, arg1) {
|
|
676
718
|
getObject(arg0).fontSize = arg1 >>> 0;
|
|
677
719
|
};
|
|
678
|
-
imports.wbg.
|
|
679
|
-
getObject(arg0).
|
|
720
|
+
imports.wbg.__wbg_setfontFamily_a0645fa4f7aaaf21 = function(arg0, arg1, arg2) {
|
|
721
|
+
getObject(arg0).fontFamily = getStringFromWasm0(arg1, arg2);
|
|
680
722
|
};
|
|
681
723
|
imports.wbg.__wbg_setrightClickSelectsWord_ede48f0595cd3fed = function(arg0, arg1) {
|
|
682
724
|
getObject(arg0).rightClickSelectsWord = arg1 !== 0;
|
|
683
725
|
};
|
|
684
|
-
imports.wbg.
|
|
685
|
-
getObject(arg0).
|
|
726
|
+
imports.wbg.__wbg_setrows_6b947e6079c486dc = function(arg0, arg1) {
|
|
727
|
+
getObject(arg0).rows = arg1 >>> 0;
|
|
686
728
|
};
|
|
687
|
-
imports.wbg.
|
|
688
|
-
getObject(arg0).
|
|
729
|
+
imports.wbg.__wbg_settheme_4e67878b7d6cc0fc = function(arg0, arg1) {
|
|
730
|
+
getObject(arg0).theme = getObject(arg1);
|
|
689
731
|
};
|
|
690
732
|
imports.wbg.__wbg_setforeground_87dc40b78955df05 = function(arg0, arg1, arg2) {
|
|
691
733
|
getObject(arg0).foreground = getStringFromWasm0(arg1, arg2);
|
|
692
734
|
};
|
|
735
|
+
imports.wbg.__wbg_setbackground_550386b829ec5c24 = function(arg0, arg1, arg2) {
|
|
736
|
+
getObject(arg0).background = getStringFromWasm0(arg1, arg2);
|
|
737
|
+
};
|
|
738
|
+
imports.wbg.__wbg_setbrightYellow_deb3fbc58aa44642 = function(arg0, arg1, arg2) {
|
|
739
|
+
getObject(arg0).brightYellow = getStringFromWasm0(arg1, arg2);
|
|
740
|
+
};
|
|
693
741
|
imports.wbg.__wbg_backgroundColor_17a9784f0207d5b0 = function(arg0, arg1) {
|
|
694
742
|
const ret = getObject(arg1).backgroundColor;
|
|
695
743
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
@@ -697,29 +745,16 @@
|
|
|
697
745
|
getInt32Memory0()[arg0 / 4 + 1] = len1;
|
|
698
746
|
getInt32Memory0()[arg0 / 4 + 0] = ptr1;
|
|
699
747
|
};
|
|
700
|
-
imports.wbg.
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
748
|
+
imports.wbg.__wbg_fontFamily_204223b3338f8381 = function(arg0, arg1) {
|
|
749
|
+
const ret = getObject(arg1).fontFamily;
|
|
750
|
+
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
751
|
+
const len1 = WASM_VECTOR_LEN;
|
|
752
|
+
getInt32Memory0()[arg0 / 4 + 1] = len1;
|
|
753
|
+
getInt32Memory0()[arg0 / 4 + 0] = ptr1;
|
|
705
754
|
};
|
|
706
755
|
imports.wbg.__wbg_open_7d3a0690ea9e5a45 = function(arg0, arg1) {
|
|
707
756
|
getObject(arg0).open(takeObject(arg1));
|
|
708
757
|
};
|
|
709
|
-
imports.wbg.__wbg_new_70821bf9dbd17152 = function(arg0) {
|
|
710
|
-
const ret = new import_xterm_addon_webgl.WebglAddon(arg0 === 16777215 ? void 0 : arg0 !== 0);
|
|
711
|
-
return addHeapObject(ret);
|
|
712
|
-
};
|
|
713
|
-
imports.wbg.__wbg_instanceof_WebglAddon_c39f68697a31af73 = function(arg0) {
|
|
714
|
-
let result;
|
|
715
|
-
try {
|
|
716
|
-
result = getObject(arg0) instanceof import_xterm_addon_webgl.WebglAddon;
|
|
717
|
-
} catch (e) {
|
|
718
|
-
result = false;
|
|
719
|
-
}
|
|
720
|
-
const ret = result;
|
|
721
|
-
return ret;
|
|
722
|
-
};
|
|
723
758
|
imports.wbg.__wbg_loadAddon_1bfe744e6f456990 = function(arg0, arg1) {
|
|
724
759
|
getObject(arg0).loadAddon(takeObject(arg1));
|
|
725
760
|
};
|
|
@@ -727,35 +762,41 @@
|
|
|
727
762
|
const ret = new import_xterm_addon_web_links.WebLinksAddon(getObject(arg0), getObject(arg1), arg2 === 16777215 ? void 0 : arg2 !== 0);
|
|
728
763
|
return addHeapObject(ret);
|
|
729
764
|
};
|
|
730
|
-
imports.wbg.
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
765
|
+
imports.wbg.__wbg_new_70821bf9dbd17152 = function(arg0) {
|
|
766
|
+
const ret = new import_xterm_addon_webgl.WebglAddon(arg0 === 16777215 ? void 0 : arg0 !== 0);
|
|
767
|
+
return addHeapObject(ret);
|
|
768
|
+
};
|
|
769
|
+
imports.wbg.__wbg_log_8bb2c010ce15af48 = function(arg0, arg1) {
|
|
770
|
+
console.log(getStringFromWasm0(arg0, arg1));
|
|
771
|
+
};
|
|
772
|
+
imports.wbg.__wbg_error_a84695ce32854879 = function(arg0, arg1) {
|
|
773
|
+
console.error(getStringFromWasm0(arg0, arg1));
|
|
774
|
+
};
|
|
775
|
+
imports.wbg.__wbg_warn_d85b304f0e70f5ac = function(arg0, arg1) {
|
|
776
|
+
console.warn(getStringFromWasm0(arg0, arg1));
|
|
777
|
+
};
|
|
778
|
+
imports.wbg.__wbindgen_cb_drop = function(arg0) {
|
|
779
|
+
const obj = takeObject(arg0).original;
|
|
780
|
+
if (obj.cnt-- == 1) {
|
|
781
|
+
obj.a = 0;
|
|
782
|
+
return true;
|
|
736
783
|
}
|
|
737
|
-
const ret =
|
|
784
|
+
const ret = false;
|
|
738
785
|
return ret;
|
|
739
786
|
};
|
|
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
787
|
imports.wbg.__wbg_new_79cc836771d68198 = function() {
|
|
747
788
|
const ret = new import_xterm_addon_fit.FitAddon();
|
|
748
789
|
return addHeapObject(ret);
|
|
749
790
|
};
|
|
750
|
-
imports.wbg.
|
|
751
|
-
const ret = import_duckdb_wasm.
|
|
791
|
+
imports.wbg.__wbg_static_accessor_PACKAGE_NAME_0af717684e189e55 = function(arg0) {
|
|
792
|
+
const ret = import_duckdb_wasm.PACKAGE_NAME;
|
|
752
793
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
753
794
|
const len1 = WASM_VECTOR_LEN;
|
|
754
795
|
getInt32Memory0()[arg0 / 4 + 1] = len1;
|
|
755
796
|
getInt32Memory0()[arg0 / 4 + 0] = ptr1;
|
|
756
797
|
};
|
|
757
|
-
imports.wbg.
|
|
758
|
-
const ret = import_duckdb_wasm.
|
|
798
|
+
imports.wbg.__wbg_static_accessor_PACKAGE_VERSION_549ba11794cf5003 = function(arg0) {
|
|
799
|
+
const ret = import_duckdb_wasm.PACKAGE_VERSION;
|
|
759
800
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
760
801
|
const len1 = WASM_VECTOR_LEN;
|
|
761
802
|
getInt32Memory0()[arg0 / 4 + 1] = len1;
|
|
@@ -769,47 +810,6 @@
|
|
|
769
810
|
getInt32Memory0()[arg0 / 4 + 1] = len1;
|
|
770
811
|
getInt32Memory0()[arg0 / 4 + 0] = ptr1;
|
|
771
812
|
};
|
|
772
|
-
imports.wbg.__wbg_blockStats_14f17a14c4573f3d = function(arg0) {
|
|
773
|
-
const ret = getObject(arg0).blockStats;
|
|
774
|
-
return addHeapObject(ret);
|
|
775
|
-
};
|
|
776
|
-
imports.wbg.__wbg_totalFileWrites_1b38029d29f47d43 = function(arg0) {
|
|
777
|
-
const ret = getObject(arg0).totalFileWrites;
|
|
778
|
-
return addHeapObject(ret);
|
|
779
|
-
};
|
|
780
|
-
imports.wbg.__wbg_totalFileReadsAhead_02c25545b2f63323 = function(arg0) {
|
|
781
|
-
const ret = getObject(arg0).totalFileReadsAhead;
|
|
782
|
-
return addHeapObject(ret);
|
|
783
|
-
};
|
|
784
|
-
imports.wbg.__wbg_totalFileReadsCold_304476ed0c49e111 = function(arg0) {
|
|
785
|
-
const ret = getObject(arg0).totalFileReadsCold;
|
|
786
|
-
return addHeapObject(ret);
|
|
787
|
-
};
|
|
788
|
-
imports.wbg.__wbg_totalFileReadsCached_2e8edfe7dbf14351 = function(arg0) {
|
|
789
|
-
const ret = getObject(arg0).totalFileReadsCached;
|
|
790
|
-
return addHeapObject(ret);
|
|
791
|
-
};
|
|
792
|
-
imports.wbg.__wbg_totalPageAccesses_2f654448ea273878 = function(arg0) {
|
|
793
|
-
const ret = getObject(arg0).totalPageAccesses;
|
|
794
|
-
return addHeapObject(ret);
|
|
795
|
-
};
|
|
796
|
-
imports.wbg.__wbg_totalPageLoads_1ce10deb8828d935 = function(arg0) {
|
|
797
|
-
const ret = getObject(arg0).totalPageLoads;
|
|
798
|
-
return addHeapObject(ret);
|
|
799
|
-
};
|
|
800
|
-
imports.wbg.__wbg_blockSize_77bc4e968a2e845a = function(arg0) {
|
|
801
|
-
const ret = getObject(arg0).blockSize;
|
|
802
|
-
return addHeapObject(ret);
|
|
803
|
-
};
|
|
804
|
-
imports.wbg.__wbg_log_8bb2c010ce15af48 = function(arg0, arg1) {
|
|
805
|
-
console.log(getStringFromWasm0(arg0, arg1));
|
|
806
|
-
};
|
|
807
|
-
imports.wbg.__wbg_error_a84695ce32854879 = function(arg0, arg1) {
|
|
808
|
-
console.error(getStringFromWasm0(arg0, arg1));
|
|
809
|
-
};
|
|
810
|
-
imports.wbg.__wbg_warn_d85b304f0e70f5ac = function(arg0, arg1) {
|
|
811
|
-
console.warn(getStringFromWasm0(arg0, arg1));
|
|
812
|
-
};
|
|
813
813
|
imports.wbg.__wbg_new_abda76e883ba8a5f = function() {
|
|
814
814
|
const ret = new Error();
|
|
815
815
|
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_wrapper551 = function(arg0, arg1, arg2) {
|
|
1003
|
+
const ret = makeMutClosure(arg0, arg1, 154, __wbg_adapter_22);
|
|
1004
1004
|
return addHeapObject(ret);
|
|
1005
1005
|
};
|
|
1006
|
-
imports.wbg.
|
|
1007
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
1006
|
+
imports.wbg.__wbindgen_closure_wrapper907 = function(arg0, arg1, arg2) {
|
|
1007
|
+
const ret = makeMutClosure(arg0, arg1, 185, __wbg_adapter_25);
|
|
1008
1008
|
return addHeapObject(ret);
|
|
1009
1009
|
};
|
|
1010
1010
|
return imports;
|