@keyhive/keyhive 0.0.0-alpha.34 → 0.0.0-alpha.35
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/package.json +1 -1
- package/pkg/keyhive_wasm_bg.js +82 -10
- package/pkg/keyhive_wasm_bg.wasm +0 -0
- package/pkg/keyhive_wasm_bg.wasm.d.ts +2 -2
- package/pkg-node/keyhive_wasm.js +83 -11
- package/pkg-node/keyhive_wasm_bg.wasm +0 -0
- package/pkg-node/keyhive_wasm_bg.wasm.d.ts +2 -2
- package/pkg-slim/keyhive_wasm.d.ts +2 -2
- package/pkg-slim/keyhive_wasm.js +76 -10
- package/pkg-slim/keyhive_wasm_bg.wasm +0 -0
- package/pkg-slim/keyhive_wasm_bg.wasm.base64.js +1 -1
- package/pkg-slim/keyhive_wasm_bg.wasm.d.ts +2 -2
package/package.json
CHANGED
package/pkg/keyhive_wasm_bg.js
CHANGED
|
@@ -269,11 +269,11 @@ function passArrayJsValueToWasm0(array, malloc) {
|
|
|
269
269
|
return ptr;
|
|
270
270
|
}
|
|
271
271
|
function __wbg_adapter_8(arg0, arg1, arg2) {
|
|
272
|
-
wasm.
|
|
272
|
+
wasm.closure430_externref_shim(arg0, arg1, arg2);
|
|
273
273
|
}
|
|
274
274
|
|
|
275
|
-
function
|
|
276
|
-
wasm.
|
|
275
|
+
function __wbg_adapter_298(arg0, arg1, arg2, arg3) {
|
|
276
|
+
wasm.closure581_externref_shim(arg0, arg1, arg2, arg3);
|
|
277
277
|
}
|
|
278
278
|
|
|
279
279
|
const AccessFinalization = (typeof FinalizationRegistry === 'undefined')
|
|
@@ -2747,6 +2747,30 @@ export function __wbg_crypto_574e78ad8b13b65f(arg0) {
|
|
|
2747
2747
|
return ret;
|
|
2748
2748
|
};
|
|
2749
2749
|
|
|
2750
|
+
export function __wbg_debug_68afdd09483bcd1b(arg0, arg1) {
|
|
2751
|
+
let deferred0_0;
|
|
2752
|
+
let deferred0_1;
|
|
2753
|
+
try {
|
|
2754
|
+
deferred0_0 = arg0;
|
|
2755
|
+
deferred0_1 = arg1;
|
|
2756
|
+
console.debug(getStringFromWasm0(arg0, arg1));
|
|
2757
|
+
} finally {
|
|
2758
|
+
wasm.__wbindgen_free(deferred0_0, deferred0_1, 1);
|
|
2759
|
+
}
|
|
2760
|
+
};
|
|
2761
|
+
|
|
2762
|
+
export function __wbg_debug_a4fe41d1a79aaba9(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7) {
|
|
2763
|
+
let deferred0_0;
|
|
2764
|
+
let deferred0_1;
|
|
2765
|
+
try {
|
|
2766
|
+
deferred0_0 = arg0;
|
|
2767
|
+
deferred0_1 = arg1;
|
|
2768
|
+
console.debug(getStringFromWasm0(arg0, arg1), getStringFromWasm0(arg2, arg3), getStringFromWasm0(arg4, arg5), getStringFromWasm0(arg6, arg7));
|
|
2769
|
+
} finally {
|
|
2770
|
+
wasm.__wbindgen_free(deferred0_0, deferred0_1, 1);
|
|
2771
|
+
}
|
|
2772
|
+
};
|
|
2773
|
+
|
|
2750
2774
|
export function __wbg_doccontentrefs_new(arg0) {
|
|
2751
2775
|
const ret = DocContentRefs.__wrap(arg0);
|
|
2752
2776
|
return ret;
|
|
@@ -2779,6 +2803,30 @@ export function __wbg_error_7534b8e9a36f1ab4(arg0, arg1) {
|
|
|
2779
2803
|
}
|
|
2780
2804
|
};
|
|
2781
2805
|
|
|
2806
|
+
export function __wbg_error_be2b0d69ec6dd379(arg0, arg1) {
|
|
2807
|
+
let deferred0_0;
|
|
2808
|
+
let deferred0_1;
|
|
2809
|
+
try {
|
|
2810
|
+
deferred0_0 = arg0;
|
|
2811
|
+
deferred0_1 = arg1;
|
|
2812
|
+
console.error(getStringFromWasm0(arg0, arg1));
|
|
2813
|
+
} finally {
|
|
2814
|
+
wasm.__wbindgen_free(deferred0_0, deferred0_1, 1);
|
|
2815
|
+
}
|
|
2816
|
+
};
|
|
2817
|
+
|
|
2818
|
+
export function __wbg_error_fa36d085107c9dd5(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7) {
|
|
2819
|
+
let deferred0_0;
|
|
2820
|
+
let deferred0_1;
|
|
2821
|
+
try {
|
|
2822
|
+
deferred0_0 = arg0;
|
|
2823
|
+
deferred0_1 = arg1;
|
|
2824
|
+
console.error(getStringFromWasm0(arg0, arg1), getStringFromWasm0(arg2, arg3), getStringFromWasm0(arg4, arg5), getStringFromWasm0(arg6, arg7));
|
|
2825
|
+
} finally {
|
|
2826
|
+
wasm.__wbindgen_free(deferred0_0, deferred0_1, 1);
|
|
2827
|
+
}
|
|
2828
|
+
};
|
|
2829
|
+
|
|
2782
2830
|
export function __wbg_event_new(arg0) {
|
|
2783
2831
|
const ret = Event.__wrap(arg0);
|
|
2784
2832
|
return ret;
|
|
@@ -2921,7 +2969,7 @@ export function __wbg_new_2e3c58a15f39f5f9(arg0, arg1) {
|
|
|
2921
2969
|
const a = state0.a;
|
|
2922
2970
|
state0.a = 0;
|
|
2923
2971
|
try {
|
|
2924
|
-
return
|
|
2972
|
+
return __wbg_adapter_298(a, state0.b, arg0, arg1);
|
|
2925
2973
|
} finally {
|
|
2926
2974
|
state0.a = a;
|
|
2927
2975
|
}
|
|
@@ -3099,6 +3147,30 @@ export function __wbg_versions_c01dfd4722a88165(arg0) {
|
|
|
3099
3147
|
return ret;
|
|
3100
3148
|
};
|
|
3101
3149
|
|
|
3150
|
+
export function __wbg_warn_c6311e9cb983aa2a(arg0, arg1) {
|
|
3151
|
+
let deferred0_0;
|
|
3152
|
+
let deferred0_1;
|
|
3153
|
+
try {
|
|
3154
|
+
deferred0_0 = arg0;
|
|
3155
|
+
deferred0_1 = arg1;
|
|
3156
|
+
console.warn(getStringFromWasm0(arg0, arg1));
|
|
3157
|
+
} finally {
|
|
3158
|
+
wasm.__wbindgen_free(deferred0_0, deferred0_1, 1);
|
|
3159
|
+
}
|
|
3160
|
+
};
|
|
3161
|
+
|
|
3162
|
+
export function __wbg_warn_de3a09d072c895e6(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7) {
|
|
3163
|
+
let deferred0_0;
|
|
3164
|
+
let deferred0_1;
|
|
3165
|
+
try {
|
|
3166
|
+
deferred0_0 = arg0;
|
|
3167
|
+
deferred0_1 = arg1;
|
|
3168
|
+
console.warn(getStringFromWasm0(arg0, arg1), getStringFromWasm0(arg2, arg3), getStringFromWasm0(arg4, arg5), getStringFromWasm0(arg6, arg7));
|
|
3169
|
+
} finally {
|
|
3170
|
+
wasm.__wbindgen_free(deferred0_0, deferred0_1, 1);
|
|
3171
|
+
}
|
|
3172
|
+
};
|
|
3173
|
+
|
|
3102
3174
|
export function __wbg_wbindgencbdrop_eb10308566512b88(arg0) {
|
|
3103
3175
|
const obj = arg0.original;
|
|
3104
3176
|
if (obj.cnt-- == 1) {
|
|
@@ -3172,12 +3244,6 @@ export function __wbindgen_cast_6e33e4871eebdb43(arg0, arg1) {
|
|
|
3172
3244
|
return ret;
|
|
3173
3245
|
};
|
|
3174
3246
|
|
|
3175
|
-
export function __wbindgen_cast_6f4b6ef611b4b61b(arg0, arg1) {
|
|
3176
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx: 425, function: Function { arguments: [Externref], shim_idx: 426, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
3177
|
-
const ret = makeMutClosure(arg0, arg1, 425, __wbg_adapter_8);
|
|
3178
|
-
return ret;
|
|
3179
|
-
};
|
|
3180
|
-
|
|
3181
3247
|
export function __wbindgen_cast_77bc3e92745e9a35(arg0, arg1) {
|
|
3182
3248
|
var v0 = getArrayU8FromWasm0(arg0, arg1).slice();
|
|
3183
3249
|
wasm.__wbindgen_free(arg0, arg1 * 1, 1);
|
|
@@ -3186,6 +3252,12 @@ export function __wbindgen_cast_77bc3e92745e9a35(arg0, arg1) {
|
|
|
3186
3252
|
return ret;
|
|
3187
3253
|
};
|
|
3188
3254
|
|
|
3255
|
+
export function __wbindgen_cast_85315aadc0a89016(arg0, arg1) {
|
|
3256
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 429, function: Function { arguments: [Externref], shim_idx: 430, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
3257
|
+
const ret = makeMutClosure(arg0, arg1, 429, __wbg_adapter_8);
|
|
3258
|
+
return ret;
|
|
3259
|
+
};
|
|
3260
|
+
|
|
3189
3261
|
export function __wbindgen_cast_a81e76255c07f2e8(arg0, arg1) {
|
|
3190
3262
|
var v0 = getArrayJsValueFromWasm0(arg0, arg1).slice();
|
|
3191
3263
|
wasm.__wbindgen_free(arg0, arg1 * 4, 4);
|
package/pkg/keyhive_wasm_bg.wasm
CHANGED
|
Binary file
|
|
@@ -193,6 +193,6 @@ export const __wbindgen_realloc: (a: number, b: number, c: number, d: number) =>
|
|
|
193
193
|
export const __externref_drop_slice: (a: number, b: number) => void;
|
|
194
194
|
export const __wbindgen_export_7: WebAssembly.Table;
|
|
195
195
|
export const __externref_table_dealloc: (a: number) => void;
|
|
196
|
-
export const
|
|
197
|
-
export const
|
|
196
|
+
export const closure430_externref_shim: (a: number, b: number, c: any) => void;
|
|
197
|
+
export const closure581_externref_shim: (a: number, b: number, c: any, d: any) => void;
|
|
198
198
|
export const __wbindgen_start: () => void;
|
package/pkg-node/keyhive_wasm.js
CHANGED
|
@@ -258,12 +258,12 @@ function passArrayJsValueToWasm0(array, malloc) {
|
|
|
258
258
|
WASM_VECTOR_LEN = array.length;
|
|
259
259
|
return ptr;
|
|
260
260
|
}
|
|
261
|
-
function
|
|
262
|
-
wasm.
|
|
261
|
+
function __wbg_adapter_16(arg0, arg1, arg2) {
|
|
262
|
+
wasm.closure430_externref_shim(arg0, arg1, arg2);
|
|
263
263
|
}
|
|
264
264
|
|
|
265
|
-
function
|
|
266
|
-
wasm.
|
|
265
|
+
function __wbg_adapter_298(arg0, arg1, arg2, arg3) {
|
|
266
|
+
wasm.closure581_externref_shim(arg0, arg1, arg2, arg3);
|
|
267
267
|
}
|
|
268
268
|
|
|
269
269
|
const AccessFinalization = (typeof FinalizationRegistry === 'undefined')
|
|
@@ -2817,6 +2817,30 @@ exports.__wbg_crypto_574e78ad8b13b65f = function(arg0) {
|
|
|
2817
2817
|
return ret;
|
|
2818
2818
|
};
|
|
2819
2819
|
|
|
2820
|
+
exports.__wbg_debug_68afdd09483bcd1b = function(arg0, arg1) {
|
|
2821
|
+
let deferred0_0;
|
|
2822
|
+
let deferred0_1;
|
|
2823
|
+
try {
|
|
2824
|
+
deferred0_0 = arg0;
|
|
2825
|
+
deferred0_1 = arg1;
|
|
2826
|
+
console.debug(getStringFromWasm0(arg0, arg1));
|
|
2827
|
+
} finally {
|
|
2828
|
+
wasm.__wbindgen_free(deferred0_0, deferred0_1, 1);
|
|
2829
|
+
}
|
|
2830
|
+
};
|
|
2831
|
+
|
|
2832
|
+
exports.__wbg_debug_a4fe41d1a79aaba9 = function(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7) {
|
|
2833
|
+
let deferred0_0;
|
|
2834
|
+
let deferred0_1;
|
|
2835
|
+
try {
|
|
2836
|
+
deferred0_0 = arg0;
|
|
2837
|
+
deferred0_1 = arg1;
|
|
2838
|
+
console.debug(getStringFromWasm0(arg0, arg1), getStringFromWasm0(arg2, arg3), getStringFromWasm0(arg4, arg5), getStringFromWasm0(arg6, arg7));
|
|
2839
|
+
} finally {
|
|
2840
|
+
wasm.__wbindgen_free(deferred0_0, deferred0_1, 1);
|
|
2841
|
+
}
|
|
2842
|
+
};
|
|
2843
|
+
|
|
2820
2844
|
exports.__wbg_doccontentrefs_new = function(arg0) {
|
|
2821
2845
|
const ret = DocContentRefs.__wrap(arg0);
|
|
2822
2846
|
return ret;
|
|
@@ -2849,6 +2873,30 @@ exports.__wbg_error_7534b8e9a36f1ab4 = function(arg0, arg1) {
|
|
|
2849
2873
|
}
|
|
2850
2874
|
};
|
|
2851
2875
|
|
|
2876
|
+
exports.__wbg_error_be2b0d69ec6dd379 = function(arg0, arg1) {
|
|
2877
|
+
let deferred0_0;
|
|
2878
|
+
let deferred0_1;
|
|
2879
|
+
try {
|
|
2880
|
+
deferred0_0 = arg0;
|
|
2881
|
+
deferred0_1 = arg1;
|
|
2882
|
+
console.error(getStringFromWasm0(arg0, arg1));
|
|
2883
|
+
} finally {
|
|
2884
|
+
wasm.__wbindgen_free(deferred0_0, deferred0_1, 1);
|
|
2885
|
+
}
|
|
2886
|
+
};
|
|
2887
|
+
|
|
2888
|
+
exports.__wbg_error_fa36d085107c9dd5 = function(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7) {
|
|
2889
|
+
let deferred0_0;
|
|
2890
|
+
let deferred0_1;
|
|
2891
|
+
try {
|
|
2892
|
+
deferred0_0 = arg0;
|
|
2893
|
+
deferred0_1 = arg1;
|
|
2894
|
+
console.error(getStringFromWasm0(arg0, arg1), getStringFromWasm0(arg2, arg3), getStringFromWasm0(arg4, arg5), getStringFromWasm0(arg6, arg7));
|
|
2895
|
+
} finally {
|
|
2896
|
+
wasm.__wbindgen_free(deferred0_0, deferred0_1, 1);
|
|
2897
|
+
}
|
|
2898
|
+
};
|
|
2899
|
+
|
|
2852
2900
|
exports.__wbg_event_new = function(arg0) {
|
|
2853
2901
|
const ret = Event.__wrap(arg0);
|
|
2854
2902
|
return ret;
|
|
@@ -2991,7 +3039,7 @@ exports.__wbg_new_2e3c58a15f39f5f9 = function(arg0, arg1) {
|
|
|
2991
3039
|
const a = state0.a;
|
|
2992
3040
|
state0.a = 0;
|
|
2993
3041
|
try {
|
|
2994
|
-
return
|
|
3042
|
+
return __wbg_adapter_298(a, state0.b, arg0, arg1);
|
|
2995
3043
|
} finally {
|
|
2996
3044
|
state0.a = a;
|
|
2997
3045
|
}
|
|
@@ -3169,6 +3217,30 @@ exports.__wbg_versions_c01dfd4722a88165 = function(arg0) {
|
|
|
3169
3217
|
return ret;
|
|
3170
3218
|
};
|
|
3171
3219
|
|
|
3220
|
+
exports.__wbg_warn_c6311e9cb983aa2a = function(arg0, arg1) {
|
|
3221
|
+
let deferred0_0;
|
|
3222
|
+
let deferred0_1;
|
|
3223
|
+
try {
|
|
3224
|
+
deferred0_0 = arg0;
|
|
3225
|
+
deferred0_1 = arg1;
|
|
3226
|
+
console.warn(getStringFromWasm0(arg0, arg1));
|
|
3227
|
+
} finally {
|
|
3228
|
+
wasm.__wbindgen_free(deferred0_0, deferred0_1, 1);
|
|
3229
|
+
}
|
|
3230
|
+
};
|
|
3231
|
+
|
|
3232
|
+
exports.__wbg_warn_de3a09d072c895e6 = function(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7) {
|
|
3233
|
+
let deferred0_0;
|
|
3234
|
+
let deferred0_1;
|
|
3235
|
+
try {
|
|
3236
|
+
deferred0_0 = arg0;
|
|
3237
|
+
deferred0_1 = arg1;
|
|
3238
|
+
console.warn(getStringFromWasm0(arg0, arg1), getStringFromWasm0(arg2, arg3), getStringFromWasm0(arg4, arg5), getStringFromWasm0(arg6, arg7));
|
|
3239
|
+
} finally {
|
|
3240
|
+
wasm.__wbindgen_free(deferred0_0, deferred0_1, 1);
|
|
3241
|
+
}
|
|
3242
|
+
};
|
|
3243
|
+
|
|
3172
3244
|
exports.__wbg_wbindgencbdrop_eb10308566512b88 = function(arg0) {
|
|
3173
3245
|
const obj = arg0.original;
|
|
3174
3246
|
if (obj.cnt-- == 1) {
|
|
@@ -3242,12 +3314,6 @@ exports.__wbindgen_cast_6e33e4871eebdb43 = function(arg0, arg1) {
|
|
|
3242
3314
|
return ret;
|
|
3243
3315
|
};
|
|
3244
3316
|
|
|
3245
|
-
exports.__wbindgen_cast_6f4b6ef611b4b61b = function(arg0, arg1) {
|
|
3246
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx: 425, function: Function { arguments: [Externref], shim_idx: 426, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
3247
|
-
const ret = makeMutClosure(arg0, arg1, 425, __wbg_adapter_10);
|
|
3248
|
-
return ret;
|
|
3249
|
-
};
|
|
3250
|
-
|
|
3251
3317
|
exports.__wbindgen_cast_77bc3e92745e9a35 = function(arg0, arg1) {
|
|
3252
3318
|
var v0 = getArrayU8FromWasm0(arg0, arg1).slice();
|
|
3253
3319
|
wasm.__wbindgen_free(arg0, arg1 * 1, 1);
|
|
@@ -3256,6 +3322,12 @@ exports.__wbindgen_cast_77bc3e92745e9a35 = function(arg0, arg1) {
|
|
|
3256
3322
|
return ret;
|
|
3257
3323
|
};
|
|
3258
3324
|
|
|
3325
|
+
exports.__wbindgen_cast_85315aadc0a89016 = function(arg0, arg1) {
|
|
3326
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 429, function: Function { arguments: [Externref], shim_idx: 430, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
3327
|
+
const ret = makeMutClosure(arg0, arg1, 429, __wbg_adapter_16);
|
|
3328
|
+
return ret;
|
|
3329
|
+
};
|
|
3330
|
+
|
|
3259
3331
|
exports.__wbindgen_cast_a81e76255c07f2e8 = function(arg0, arg1) {
|
|
3260
3332
|
var v0 = getArrayJsValueFromWasm0(arg0, arg1).slice();
|
|
3261
3333
|
wasm.__wbindgen_free(arg0, arg1 * 4, 4);
|
|
Binary file
|
|
@@ -193,6 +193,6 @@ export const __wbindgen_realloc: (a: number, b: number, c: number, d: number) =>
|
|
|
193
193
|
export const __externref_drop_slice: (a: number, b: number) => void;
|
|
194
194
|
export const __wbindgen_export_7: WebAssembly.Table;
|
|
195
195
|
export const __externref_table_dealloc: (a: number) => void;
|
|
196
|
-
export const
|
|
197
|
-
export const
|
|
196
|
+
export const closure430_externref_shim: (a: number, b: number, c: any) => void;
|
|
197
|
+
export const closure581_externref_shim: (a: number, b: number, c: any, d: any) => void;
|
|
198
198
|
export const __wbindgen_start: () => void;
|
|
@@ -541,8 +541,8 @@ export interface InitOutput {
|
|
|
541
541
|
readonly __externref_drop_slice: (a: number, b: number) => void;
|
|
542
542
|
readonly __wbindgen_export_7: WebAssembly.Table;
|
|
543
543
|
readonly __externref_table_dealloc: (a: number) => void;
|
|
544
|
-
readonly
|
|
545
|
-
readonly
|
|
544
|
+
readonly closure430_externref_shim: (a: number, b: number, c: any) => void;
|
|
545
|
+
readonly closure581_externref_shim: (a: number, b: number, c: any, d: any) => void;
|
|
546
546
|
readonly __wbindgen_start: () => void;
|
|
547
547
|
}
|
|
548
548
|
|
package/pkg-slim/keyhive_wasm.js
CHANGED
|
@@ -264,12 +264,12 @@ function passArrayJsValueToWasm0(array, malloc) {
|
|
|
264
264
|
WASM_VECTOR_LEN = array.length;
|
|
265
265
|
return ptr;
|
|
266
266
|
}
|
|
267
|
-
function
|
|
268
|
-
wasm.
|
|
267
|
+
function __wbg_adapter_10(arg0, arg1, arg2) {
|
|
268
|
+
wasm.closure430_externref_shim(arg0, arg1, arg2);
|
|
269
269
|
}
|
|
270
270
|
|
|
271
|
-
function
|
|
272
|
-
wasm.
|
|
271
|
+
function __wbg_adapter_298(arg0, arg1, arg2, arg3) {
|
|
272
|
+
wasm.closure581_externref_shim(arg0, arg1, arg2, arg3);
|
|
273
273
|
}
|
|
274
274
|
|
|
275
275
|
const AccessFinalization = (typeof FinalizationRegistry === 'undefined')
|
|
@@ -2769,6 +2769,28 @@ function __wbg_get_imports() {
|
|
|
2769
2769
|
const ret = arg0.crypto;
|
|
2770
2770
|
return ret;
|
|
2771
2771
|
};
|
|
2772
|
+
imports.wbg.__wbg_debug_68afdd09483bcd1b = function(arg0, arg1) {
|
|
2773
|
+
let deferred0_0;
|
|
2774
|
+
let deferred0_1;
|
|
2775
|
+
try {
|
|
2776
|
+
deferred0_0 = arg0;
|
|
2777
|
+
deferred0_1 = arg1;
|
|
2778
|
+
console.debug(getStringFromWasm0(arg0, arg1));
|
|
2779
|
+
} finally {
|
|
2780
|
+
wasm.__wbindgen_free(deferred0_0, deferred0_1, 1);
|
|
2781
|
+
}
|
|
2782
|
+
};
|
|
2783
|
+
imports.wbg.__wbg_debug_a4fe41d1a79aaba9 = function(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7) {
|
|
2784
|
+
let deferred0_0;
|
|
2785
|
+
let deferred0_1;
|
|
2786
|
+
try {
|
|
2787
|
+
deferred0_0 = arg0;
|
|
2788
|
+
deferred0_1 = arg1;
|
|
2789
|
+
console.debug(getStringFromWasm0(arg0, arg1), getStringFromWasm0(arg2, arg3), getStringFromWasm0(arg4, arg5), getStringFromWasm0(arg6, arg7));
|
|
2790
|
+
} finally {
|
|
2791
|
+
wasm.__wbindgen_free(deferred0_0, deferred0_1, 1);
|
|
2792
|
+
}
|
|
2793
|
+
};
|
|
2772
2794
|
imports.wbg.__wbg_doccontentrefs_new = function(arg0) {
|
|
2773
2795
|
const ret = DocContentRefs.__wrap(arg0);
|
|
2774
2796
|
return ret;
|
|
@@ -2796,6 +2818,28 @@ function __wbg_get_imports() {
|
|
|
2796
2818
|
wasm.__wbindgen_free(deferred0_0, deferred0_1, 1);
|
|
2797
2819
|
}
|
|
2798
2820
|
};
|
|
2821
|
+
imports.wbg.__wbg_error_be2b0d69ec6dd379 = function(arg0, arg1) {
|
|
2822
|
+
let deferred0_0;
|
|
2823
|
+
let deferred0_1;
|
|
2824
|
+
try {
|
|
2825
|
+
deferred0_0 = arg0;
|
|
2826
|
+
deferred0_1 = arg1;
|
|
2827
|
+
console.error(getStringFromWasm0(arg0, arg1));
|
|
2828
|
+
} finally {
|
|
2829
|
+
wasm.__wbindgen_free(deferred0_0, deferred0_1, 1);
|
|
2830
|
+
}
|
|
2831
|
+
};
|
|
2832
|
+
imports.wbg.__wbg_error_fa36d085107c9dd5 = function(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7) {
|
|
2833
|
+
let deferred0_0;
|
|
2834
|
+
let deferred0_1;
|
|
2835
|
+
try {
|
|
2836
|
+
deferred0_0 = arg0;
|
|
2837
|
+
deferred0_1 = arg1;
|
|
2838
|
+
console.error(getStringFromWasm0(arg0, arg1), getStringFromWasm0(arg2, arg3), getStringFromWasm0(arg4, arg5), getStringFromWasm0(arg6, arg7));
|
|
2839
|
+
} finally {
|
|
2840
|
+
wasm.__wbindgen_free(deferred0_0, deferred0_1, 1);
|
|
2841
|
+
}
|
|
2842
|
+
};
|
|
2799
2843
|
imports.wbg.__wbg_event_new = function(arg0) {
|
|
2800
2844
|
const ret = Event.__wrap(arg0);
|
|
2801
2845
|
return ret;
|
|
@@ -2917,7 +2961,7 @@ function __wbg_get_imports() {
|
|
|
2917
2961
|
const a = state0.a;
|
|
2918
2962
|
state0.a = 0;
|
|
2919
2963
|
try {
|
|
2920
|
-
return
|
|
2964
|
+
return __wbg_adapter_298(a, state0.b, arg0, arg1);
|
|
2921
2965
|
} finally {
|
|
2922
2966
|
state0.a = a;
|
|
2923
2967
|
}
|
|
@@ -3061,6 +3105,28 @@ function __wbg_get_imports() {
|
|
|
3061
3105
|
const ret = arg0.versions;
|
|
3062
3106
|
return ret;
|
|
3063
3107
|
};
|
|
3108
|
+
imports.wbg.__wbg_warn_c6311e9cb983aa2a = function(arg0, arg1) {
|
|
3109
|
+
let deferred0_0;
|
|
3110
|
+
let deferred0_1;
|
|
3111
|
+
try {
|
|
3112
|
+
deferred0_0 = arg0;
|
|
3113
|
+
deferred0_1 = arg1;
|
|
3114
|
+
console.warn(getStringFromWasm0(arg0, arg1));
|
|
3115
|
+
} finally {
|
|
3116
|
+
wasm.__wbindgen_free(deferred0_0, deferred0_1, 1);
|
|
3117
|
+
}
|
|
3118
|
+
};
|
|
3119
|
+
imports.wbg.__wbg_warn_de3a09d072c895e6 = function(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7) {
|
|
3120
|
+
let deferred0_0;
|
|
3121
|
+
let deferred0_1;
|
|
3122
|
+
try {
|
|
3123
|
+
deferred0_0 = arg0;
|
|
3124
|
+
deferred0_1 = arg1;
|
|
3125
|
+
console.warn(getStringFromWasm0(arg0, arg1), getStringFromWasm0(arg2, arg3), getStringFromWasm0(arg4, arg5), getStringFromWasm0(arg6, arg7));
|
|
3126
|
+
} finally {
|
|
3127
|
+
wasm.__wbindgen_free(deferred0_0, deferred0_1, 1);
|
|
3128
|
+
}
|
|
3129
|
+
};
|
|
3064
3130
|
imports.wbg.__wbg_wbindgencbdrop_eb10308566512b88 = function(arg0) {
|
|
3065
3131
|
const obj = arg0.original;
|
|
3066
3132
|
if (obj.cnt-- == 1) {
|
|
@@ -3123,11 +3189,6 @@ function __wbg_get_imports() {
|
|
|
3123
3189
|
const ret = v0;
|
|
3124
3190
|
return ret;
|
|
3125
3191
|
};
|
|
3126
|
-
imports.wbg.__wbindgen_cast_6f4b6ef611b4b61b = function(arg0, arg1) {
|
|
3127
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx: 425, function: Function { arguments: [Externref], shim_idx: 426, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
3128
|
-
const ret = makeMutClosure(arg0, arg1, 425, __wbg_adapter_8);
|
|
3129
|
-
return ret;
|
|
3130
|
-
};
|
|
3131
3192
|
imports.wbg.__wbindgen_cast_77bc3e92745e9a35 = function(arg0, arg1) {
|
|
3132
3193
|
var v0 = getArrayU8FromWasm0(arg0, arg1).slice();
|
|
3133
3194
|
wasm.__wbindgen_free(arg0, arg1 * 1, 1);
|
|
@@ -3135,6 +3196,11 @@ function __wbg_get_imports() {
|
|
|
3135
3196
|
const ret = v0;
|
|
3136
3197
|
return ret;
|
|
3137
3198
|
};
|
|
3199
|
+
imports.wbg.__wbindgen_cast_85315aadc0a89016 = function(arg0, arg1) {
|
|
3200
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 429, function: Function { arguments: [Externref], shim_idx: 430, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
3201
|
+
const ret = makeMutClosure(arg0, arg1, 429, __wbg_adapter_10);
|
|
3202
|
+
return ret;
|
|
3203
|
+
};
|
|
3138
3204
|
imports.wbg.__wbindgen_cast_a81e76255c07f2e8 = function(arg0, arg1) {
|
|
3139
3205
|
var v0 = getArrayJsValueFromWasm0(arg0, arg1).slice();
|
|
3140
3206
|
wasm.__wbindgen_free(arg0, arg1 * 4, 4);
|
|
Binary file
|