@duckdb/duckdb-wasm-shell 1.29.1-dev23.0 → 1.29.1-dev42.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 +133 -139
- package/dist/shell.cjs.map +2 -2
- package/dist/shell.js +133 -139
- package/dist/shell.js.map +2 -2
- package/dist/shell.mjs +134 -140
- package/dist/shell.mjs.map +2 -2
- 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-dev42.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-dev42.0",
|
|
61
61
|
xterm: "^5.3.0",
|
|
62
62
|
"xterm-addon-fit": "^0.8.0",
|
|
63
63
|
"xterm-addon-web-links": "^0.9.0",
|
|
@@ -309,6 +309,25 @@
|
|
|
309
309
|
function __wbg_adapter_25(arg0, arg1, arg2) {
|
|
310
310
|
wasm._dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h21e86434f3007437(arg0, arg1, addHeapObject(arg2));
|
|
311
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
|
+
}
|
|
312
331
|
function embed(elem, runtime, options) {
|
|
313
332
|
try {
|
|
314
333
|
const retptr = wasm.__wbindgen_add_to_stack_pointer(-16);
|
|
@@ -364,26 +383,7 @@
|
|
|
364
383
|
wasm.__wbindgen_exn_store(addHeapObject(e));
|
|
365
384
|
}
|
|
366
385
|
}
|
|
367
|
-
|
|
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
|
-
function __wbg_adapter_213(arg0, arg1, arg2, arg3) {
|
|
386
|
+
function __wbg_adapter_210(arg0, arg1, arg2, arg3) {
|
|
387
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" });
|
|
@@ -480,12 +480,6 @@
|
|
|
480
480
|
return addHeapObject(ret);
|
|
481
481
|
}, arguments);
|
|
482
482
|
};
|
|
483
|
-
imports.wbg.__wbg_registerOPFSFileName_8efb2b5d0df8d9a7 = function() {
|
|
484
|
-
return handleError(function(arg0, arg1, arg2) {
|
|
485
|
-
const ret = getObject(arg0).registerOPFSFileName(getStringFromWasm0(arg1, arg2));
|
|
486
|
-
return addHeapObject(ret);
|
|
487
|
-
}, arguments);
|
|
488
|
-
};
|
|
489
483
|
imports.wbg.__wbg_exportFileStatistics_6b72eb40ca2eb4d5 = function() {
|
|
490
484
|
return handleError(function(arg0, arg1, arg2) {
|
|
491
485
|
const ret = getObject(arg0).exportFileStatistics(getStringFromWasm0(arg1, arg2));
|
|
@@ -650,17 +644,66 @@
|
|
|
650
644
|
imports.wbg.__wbg_fit_cdd1076e3e5970b7 = function(arg0) {
|
|
651
645
|
getObject(arg0).fit();
|
|
652
646
|
};
|
|
653
|
-
imports.wbg.
|
|
654
|
-
const
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
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;
|
|
658
691
|
}
|
|
659
|
-
const ret =
|
|
692
|
+
const ret = result;
|
|
660
693
|
return ret;
|
|
661
694
|
};
|
|
662
|
-
imports.wbg.
|
|
663
|
-
|
|
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;
|
|
664
707
|
};
|
|
665
708
|
imports.wbg.__wbg_setcursorBlink_8a3f7244eb29b1f6 = function(arg0, arg1) {
|
|
666
709
|
getObject(arg0).cursorBlink = arg1 !== 0;
|
|
@@ -668,34 +711,33 @@
|
|
|
668
711
|
imports.wbg.__wbg_setcursorWidth_55abde268dea1312 = function(arg0, arg1) {
|
|
669
712
|
getObject(arg0).cursorWidth = arg1 >>> 0;
|
|
670
713
|
};
|
|
671
|
-
imports.wbg.
|
|
672
|
-
|
|
673
|
-
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
674
|
-
const len1 = WASM_VECTOR_LEN;
|
|
675
|
-
getInt32Memory0()[arg0 / 4 + 1] = len1;
|
|
676
|
-
getInt32Memory0()[arg0 / 4 + 0] = ptr1;
|
|
677
|
-
};
|
|
678
|
-
imports.wbg.__wbg_setfontFamily_a0645fa4f7aaaf21 = function(arg0, arg1, arg2) {
|
|
679
|
-
getObject(arg0).fontFamily = getStringFromWasm0(arg1, arg2);
|
|
714
|
+
imports.wbg.__wbg_setdrawBoldTextInBrightColors_4f711243dff6df11 = function(arg0, arg1) {
|
|
715
|
+
getObject(arg0).drawBoldTextInBrightColors = arg1 !== 0;
|
|
680
716
|
};
|
|
681
717
|
imports.wbg.__wbg_setfontSize_11962e753390bde1 = function(arg0, arg1) {
|
|
682
718
|
getObject(arg0).fontSize = arg1 >>> 0;
|
|
683
719
|
};
|
|
684
|
-
imports.wbg.
|
|
685
|
-
getObject(arg0).
|
|
720
|
+
imports.wbg.__wbg_setfontFamily_a0645fa4f7aaaf21 = function(arg0, arg1, arg2) {
|
|
721
|
+
getObject(arg0).fontFamily = getStringFromWasm0(arg1, arg2);
|
|
686
722
|
};
|
|
687
723
|
imports.wbg.__wbg_setrightClickSelectsWord_ede48f0595cd3fed = function(arg0, arg1) {
|
|
688
724
|
getObject(arg0).rightClickSelectsWord = arg1 !== 0;
|
|
689
725
|
};
|
|
690
|
-
imports.wbg.
|
|
691
|
-
getObject(arg0).
|
|
726
|
+
imports.wbg.__wbg_setrows_6b947e6079c486dc = function(arg0, arg1) {
|
|
727
|
+
getObject(arg0).rows = arg1 >>> 0;
|
|
692
728
|
};
|
|
693
|
-
imports.wbg.
|
|
694
|
-
getObject(arg0).
|
|
729
|
+
imports.wbg.__wbg_settheme_4e67878b7d6cc0fc = function(arg0, arg1) {
|
|
730
|
+
getObject(arg0).theme = getObject(arg1);
|
|
695
731
|
};
|
|
696
732
|
imports.wbg.__wbg_setforeground_87dc40b78955df05 = function(arg0, arg1, arg2) {
|
|
697
733
|
getObject(arg0).foreground = getStringFromWasm0(arg1, arg2);
|
|
698
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
|
+
};
|
|
699
741
|
imports.wbg.__wbg_backgroundColor_17a9784f0207d5b0 = function(arg0, arg1) {
|
|
700
742
|
const ret = getObject(arg1).backgroundColor;
|
|
701
743
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
@@ -703,29 +745,16 @@
|
|
|
703
745
|
getInt32Memory0()[arg0 / 4 + 1] = len1;
|
|
704
746
|
getInt32Memory0()[arg0 / 4 + 0] = ptr1;
|
|
705
747
|
};
|
|
706
|
-
imports.wbg.
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
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;
|
|
711
754
|
};
|
|
712
755
|
imports.wbg.__wbg_open_7d3a0690ea9e5a45 = function(arg0, arg1) {
|
|
713
756
|
getObject(arg0).open(takeObject(arg1));
|
|
714
757
|
};
|
|
715
|
-
imports.wbg.__wbg_new_70821bf9dbd17152 = function(arg0) {
|
|
716
|
-
const ret = new import_xterm_addon_webgl.WebglAddon(arg0 === 16777215 ? void 0 : arg0 !== 0);
|
|
717
|
-
return addHeapObject(ret);
|
|
718
|
-
};
|
|
719
|
-
imports.wbg.__wbg_instanceof_WebglAddon_c39f68697a31af73 = function(arg0) {
|
|
720
|
-
let result;
|
|
721
|
-
try {
|
|
722
|
-
result = getObject(arg0) instanceof import_xterm_addon_webgl.WebglAddon;
|
|
723
|
-
} catch (e) {
|
|
724
|
-
result = false;
|
|
725
|
-
}
|
|
726
|
-
const ret = result;
|
|
727
|
-
return ret;
|
|
728
|
-
};
|
|
729
758
|
imports.wbg.__wbg_loadAddon_1bfe744e6f456990 = function(arg0, arg1) {
|
|
730
759
|
getObject(arg0).loadAddon(takeObject(arg1));
|
|
731
760
|
};
|
|
@@ -733,29 +762,31 @@
|
|
|
733
762
|
const ret = new import_xterm_addon_web_links.WebLinksAddon(getObject(arg0), getObject(arg1), arg2 === 16777215 ? void 0 : arg2 !== 0);
|
|
734
763
|
return addHeapObject(ret);
|
|
735
764
|
};
|
|
736
|
-
imports.wbg.
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
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;
|
|
742
783
|
}
|
|
743
|
-
const ret =
|
|
784
|
+
const ret = false;
|
|
744
785
|
return ret;
|
|
745
786
|
};
|
|
746
|
-
imports.wbg.
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
return addHeapObject(ret);
|
|
750
|
-
}, arguments);
|
|
751
|
-
};
|
|
752
|
-
imports.wbg.__wbindgen_json_serialize = function(arg0, arg1) {
|
|
753
|
-
const obj = getObject(arg1);
|
|
754
|
-
const ret = JSON.stringify(obj === void 0 ? null : obj);
|
|
755
|
-
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
756
|
-
const len1 = WASM_VECTOR_LEN;
|
|
757
|
-
getInt32Memory0()[arg0 / 4 + 1] = len1;
|
|
758
|
-
getInt32Memory0()[arg0 / 4 + 0] = ptr1;
|
|
787
|
+
imports.wbg.__wbg_new_79cc836771d68198 = function() {
|
|
788
|
+
const ret = new import_xterm_addon_fit.FitAddon();
|
|
789
|
+
return addHeapObject(ret);
|
|
759
790
|
};
|
|
760
791
|
imports.wbg.__wbg_static_accessor_PACKAGE_NAME_0af717684e189e55 = function(arg0) {
|
|
761
792
|
const ret = import_duckdb_wasm.PACKAGE_NAME;
|
|
@@ -771,50 +802,13 @@
|
|
|
771
802
|
getInt32Memory0()[arg0 / 4 + 1] = len1;
|
|
772
803
|
getInt32Memory0()[arg0 / 4 + 0] = ptr1;
|
|
773
804
|
};
|
|
774
|
-
imports.wbg.
|
|
775
|
-
const
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
};
|
|
782
|
-
imports.wbg.__wbg_totalFileWrites_1b38029d29f47d43 = function(arg0) {
|
|
783
|
-
const ret = getObject(arg0).totalFileWrites;
|
|
784
|
-
return addHeapObject(ret);
|
|
785
|
-
};
|
|
786
|
-
imports.wbg.__wbg_totalFileReadsAhead_02c25545b2f63323 = function(arg0) {
|
|
787
|
-
const ret = getObject(arg0).totalFileReadsAhead;
|
|
788
|
-
return addHeapObject(ret);
|
|
789
|
-
};
|
|
790
|
-
imports.wbg.__wbg_totalFileReadsCold_304476ed0c49e111 = function(arg0) {
|
|
791
|
-
const ret = getObject(arg0).totalFileReadsCold;
|
|
792
|
-
return addHeapObject(ret);
|
|
793
|
-
};
|
|
794
|
-
imports.wbg.__wbg_totalFileReadsCached_2e8edfe7dbf14351 = function(arg0) {
|
|
795
|
-
const ret = getObject(arg0).totalFileReadsCached;
|
|
796
|
-
return addHeapObject(ret);
|
|
797
|
-
};
|
|
798
|
-
imports.wbg.__wbg_totalPageAccesses_2f654448ea273878 = function(arg0) {
|
|
799
|
-
const ret = getObject(arg0).totalPageAccesses;
|
|
800
|
-
return addHeapObject(ret);
|
|
801
|
-
};
|
|
802
|
-
imports.wbg.__wbg_totalPageLoads_1ce10deb8828d935 = function(arg0) {
|
|
803
|
-
const ret = getObject(arg0).totalPageLoads;
|
|
804
|
-
return addHeapObject(ret);
|
|
805
|
-
};
|
|
806
|
-
imports.wbg.__wbg_blockSize_77bc4e968a2e845a = function(arg0) {
|
|
807
|
-
const ret = getObject(arg0).blockSize;
|
|
808
|
-
return addHeapObject(ret);
|
|
809
|
-
};
|
|
810
|
-
imports.wbg.__wbg_log_8bb2c010ce15af48 = function(arg0, arg1) {
|
|
811
|
-
console.log(getStringFromWasm0(arg0, arg1));
|
|
812
|
-
};
|
|
813
|
-
imports.wbg.__wbg_error_a84695ce32854879 = function(arg0, arg1) {
|
|
814
|
-
console.error(getStringFromWasm0(arg0, arg1));
|
|
815
|
-
};
|
|
816
|
-
imports.wbg.__wbg_warn_d85b304f0e70f5ac = function(arg0, arg1) {
|
|
817
|
-
console.warn(getStringFromWasm0(arg0, arg1));
|
|
805
|
+
imports.wbg.__wbindgen_json_serialize = function(arg0, arg1) {
|
|
806
|
+
const obj = getObject(arg1);
|
|
807
|
+
const ret = JSON.stringify(obj === void 0 ? null : obj);
|
|
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;
|
|
818
812
|
};
|
|
819
813
|
imports.wbg.__wbg_new_abda76e883ba8a5f = function() {
|
|
820
814
|
const ret = new Error();
|
|
@@ -953,7 +947,7 @@
|
|
|
953
947
|
const a = state0.a;
|
|
954
948
|
state0.a = 0;
|
|
955
949
|
try {
|
|
956
|
-
return
|
|
950
|
+
return __wbg_adapter_210(a, state0.b, arg02, arg12);
|
|
957
951
|
} finally {
|
|
958
952
|
state0.a = a;
|
|
959
953
|
}
|
|
@@ -1005,12 +999,12 @@
|
|
|
1005
999
|
const ret = wasm.memory;
|
|
1006
1000
|
return addHeapObject(ret);
|
|
1007
1001
|
};
|
|
1008
|
-
imports.wbg.
|
|
1009
|
-
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);
|
|
1010
1004
|
return addHeapObject(ret);
|
|
1011
1005
|
};
|
|
1012
|
-
imports.wbg.
|
|
1013
|
-
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);
|
|
1014
1008
|
return addHeapObject(ret);
|
|
1015
1009
|
};
|
|
1016
1010
|
return imports;
|