gluesql 0.16.3 → 0.18.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_nodejs/gluesql_js.js +43 -39
- package/dist_nodejs/gluesql_js_bg.wasm +0 -0
- package/dist_web/gluesql_js.js +153 -137
- package/dist_web/gluesql_js_bg.wasm +0 -0
- package/package.json +1 -1
|
@@ -19,10 +19,6 @@ function handleError(f, args) {
|
|
|
19
19
|
}
|
|
20
20
|
}
|
|
21
21
|
|
|
22
|
-
let cachedTextDecoder = new TextDecoder('utf-8', { ignoreBOM: true, fatal: true });
|
|
23
|
-
|
|
24
|
-
cachedTextDecoder.decode();
|
|
25
|
-
|
|
26
22
|
let cachedUint8ArrayMemory0 = null;
|
|
27
23
|
|
|
28
24
|
function getUint8ArrayMemory0() {
|
|
@@ -32,14 +28,22 @@ function getUint8ArrayMemory0() {
|
|
|
32
28
|
return cachedUint8ArrayMemory0;
|
|
33
29
|
}
|
|
34
30
|
|
|
31
|
+
let cachedTextDecoder = new TextDecoder('utf-8', { ignoreBOM: true, fatal: true });
|
|
32
|
+
|
|
33
|
+
cachedTextDecoder.decode();
|
|
34
|
+
|
|
35
|
+
function decodeText(ptr, len) {
|
|
36
|
+
return cachedTextDecoder.decode(getUint8ArrayMemory0().subarray(ptr, ptr + len));
|
|
37
|
+
}
|
|
38
|
+
|
|
35
39
|
function getStringFromWasm0(ptr, len) {
|
|
36
40
|
ptr = ptr >>> 0;
|
|
37
|
-
return
|
|
41
|
+
return decodeText(ptr, len);
|
|
38
42
|
}
|
|
39
43
|
|
|
40
44
|
let WASM_VECTOR_LEN = 0;
|
|
41
45
|
|
|
42
|
-
|
|
46
|
+
const cachedTextEncoder = new TextEncoder('utf-8');
|
|
43
47
|
|
|
44
48
|
const encodeString = (typeof cachedTextEncoder.encodeInto === 'function'
|
|
45
49
|
? function (arg, view) {
|
|
@@ -137,11 +141,11 @@ function makeMutClosure(arg0, arg1, dtor, f) {
|
|
|
137
141
|
return real;
|
|
138
142
|
}
|
|
139
143
|
function __wbg_adapter_24(arg0, arg1, arg2) {
|
|
140
|
-
wasm.
|
|
144
|
+
wasm.closure181_externref_shim(arg0, arg1, arg2);
|
|
141
145
|
}
|
|
142
146
|
|
|
143
147
|
function __wbg_adapter_65(arg0, arg1, arg2, arg3) {
|
|
144
|
-
wasm.
|
|
148
|
+
wasm.closure2620_externref_shim(arg0, arg1, arg2, arg3);
|
|
145
149
|
}
|
|
146
150
|
|
|
147
151
|
const GlueFinalization = (typeof FinalizationRegistry === 'undefined')
|
|
@@ -180,18 +184,18 @@ class Glue {
|
|
|
180
184
|
}
|
|
181
185
|
module.exports.Glue = Glue;
|
|
182
186
|
|
|
183
|
-
module.exports.
|
|
187
|
+
module.exports.__wbg_buffer_a1a27a0dfa70165d = function(arg0) {
|
|
184
188
|
const ret = arg0.buffer;
|
|
185
189
|
return ret;
|
|
186
190
|
};
|
|
187
191
|
|
|
188
|
-
module.exports.
|
|
189
|
-
const ret = arg0.call(arg1);
|
|
192
|
+
module.exports.__wbg_call_f2db6205e5c51dc8 = function() { return handleError(function (arg0, arg1, arg2) {
|
|
193
|
+
const ret = arg0.call(arg1, arg2);
|
|
190
194
|
return ret;
|
|
191
195
|
}, arguments) };
|
|
192
196
|
|
|
193
|
-
module.exports.
|
|
194
|
-
const ret = arg0.call(arg1
|
|
197
|
+
module.exports.__wbg_call_fbe8be8bf6436ce5 = function() { return handleError(function (arg0, arg1) {
|
|
198
|
+
const ret = arg0.call(arg1);
|
|
195
199
|
return ret;
|
|
196
200
|
}, arguments) };
|
|
197
201
|
|
|
@@ -200,7 +204,7 @@ module.exports.__wbg_crypto_ed58b8e10a292839 = function(arg0) {
|
|
|
200
204
|
return ret;
|
|
201
205
|
};
|
|
202
206
|
|
|
203
|
-
module.exports.
|
|
207
|
+
module.exports.__wbg_debug_0e931834af337445 = function(arg0, arg1) {
|
|
204
208
|
console.debug(getStringFromWasm0(arg0, arg1));
|
|
205
209
|
};
|
|
206
210
|
|
|
@@ -220,7 +224,7 @@ module.exports.__wbg_getRandomValues_bcb4912f16000dc4 = function() { return hand
|
|
|
220
224
|
arg0.getRandomValues(arg1);
|
|
221
225
|
}, arguments) };
|
|
222
226
|
|
|
223
|
-
module.exports.
|
|
227
|
+
module.exports.__wbg_getTime_2afe67905d873e92 = function(arg0) {
|
|
224
228
|
const ret = arg0.getTime();
|
|
225
229
|
return ret;
|
|
226
230
|
};
|
|
@@ -230,12 +234,17 @@ module.exports.__wbg_msCrypto_0a36e2ec3a343d26 = function(arg0) {
|
|
|
230
234
|
return ret;
|
|
231
235
|
};
|
|
232
236
|
|
|
233
|
-
module.exports.
|
|
237
|
+
module.exports.__wbg_new0_97314565408dea38 = function() {
|
|
234
238
|
const ret = new Date();
|
|
235
239
|
return ret;
|
|
236
240
|
};
|
|
237
241
|
|
|
238
|
-
module.exports.
|
|
242
|
+
module.exports.__wbg_new_8a6f238a6ece86ea = function() {
|
|
243
|
+
const ret = new Error();
|
|
244
|
+
return ret;
|
|
245
|
+
};
|
|
246
|
+
|
|
247
|
+
module.exports.__wbg_new_e30c39c06edaabf2 = function(arg0, arg1) {
|
|
239
248
|
try {
|
|
240
249
|
var state0 = {a: arg0, b: arg1};
|
|
241
250
|
var cb0 = (arg0, arg1) => {
|
|
@@ -254,27 +263,22 @@ module.exports.__wbg_new_23a2665fac83c611 = function(arg0, arg1) {
|
|
|
254
263
|
}
|
|
255
264
|
};
|
|
256
265
|
|
|
257
|
-
module.exports.
|
|
258
|
-
const ret = new Error();
|
|
259
|
-
return ret;
|
|
260
|
-
};
|
|
261
|
-
|
|
262
|
-
module.exports.__wbg_new_a12002a7f91c75be = function(arg0) {
|
|
266
|
+
module.exports.__wbg_new_e52b3efaaa774f96 = function(arg0) {
|
|
263
267
|
const ret = new Uint8Array(arg0);
|
|
264
268
|
return ret;
|
|
265
269
|
};
|
|
266
270
|
|
|
267
|
-
module.exports.
|
|
271
|
+
module.exports.__wbg_newnoargs_ff528e72d35de39a = function(arg0, arg1) {
|
|
268
272
|
const ret = new Function(getStringFromWasm0(arg0, arg1));
|
|
269
273
|
return ret;
|
|
270
274
|
};
|
|
271
275
|
|
|
272
|
-
module.exports.
|
|
276
|
+
module.exports.__wbg_newwithbyteoffsetandlength_3b01ecda099177e8 = function(arg0, arg1, arg2) {
|
|
273
277
|
const ret = new Uint8Array(arg0, arg1 >>> 0, arg2 >>> 0);
|
|
274
278
|
return ret;
|
|
275
279
|
};
|
|
276
280
|
|
|
277
|
-
module.exports.
|
|
281
|
+
module.exports.__wbg_newwithlength_08f872dc1e3ada2e = function(arg0) {
|
|
278
282
|
const ret = new Uint8Array(arg0 >>> 0);
|
|
279
283
|
return ret;
|
|
280
284
|
};
|
|
@@ -284,7 +288,7 @@ module.exports.__wbg_node_02999533c4ea02e3 = function(arg0) {
|
|
|
284
288
|
return ret;
|
|
285
289
|
};
|
|
286
290
|
|
|
287
|
-
module.exports.
|
|
291
|
+
module.exports.__wbg_parse_c7ba327fb6231e7f = function() { return handleError(function (arg0, arg1) {
|
|
288
292
|
const ret = JSON.parse(getStringFromWasm0(arg0, arg1));
|
|
289
293
|
return ret;
|
|
290
294
|
}, arguments) };
|
|
@@ -294,11 +298,11 @@ module.exports.__wbg_process_5c1d670bc53614b8 = function(arg0) {
|
|
|
294
298
|
return ret;
|
|
295
299
|
};
|
|
296
300
|
|
|
297
|
-
module.exports.
|
|
301
|
+
module.exports.__wbg_queueMicrotask_46c1df247678729f = function(arg0) {
|
|
298
302
|
queueMicrotask(arg0);
|
|
299
303
|
};
|
|
300
304
|
|
|
301
|
-
module.exports.
|
|
305
|
+
module.exports.__wbg_queueMicrotask_8acf3ccb75ed8d11 = function(arg0) {
|
|
302
306
|
const ret = arg0.queueMicrotask;
|
|
303
307
|
return ret;
|
|
304
308
|
};
|
|
@@ -312,12 +316,12 @@ module.exports.__wbg_require_79b1e9274cde3c87 = function() { return handleError(
|
|
|
312
316
|
return ret;
|
|
313
317
|
}, arguments) };
|
|
314
318
|
|
|
315
|
-
module.exports.
|
|
319
|
+
module.exports.__wbg_resolve_0dac8c580ffd4678 = function(arg0) {
|
|
316
320
|
const ret = Promise.resolve(arg0);
|
|
317
321
|
return ret;
|
|
318
322
|
};
|
|
319
323
|
|
|
320
|
-
module.exports.
|
|
324
|
+
module.exports.__wbg_set_fe4e79d1ed3b0e9b = function(arg0, arg1, arg2) {
|
|
321
325
|
arg0.set(arg1, arg2 >>> 0);
|
|
322
326
|
};
|
|
323
327
|
|
|
@@ -329,32 +333,32 @@ module.exports.__wbg_stack_0ed75d68575b0f3c = function(arg0, arg1) {
|
|
|
329
333
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
330
334
|
};
|
|
331
335
|
|
|
332
|
-
module.exports.
|
|
336
|
+
module.exports.__wbg_static_accessor_GLOBAL_487c52c58d65314d = function() {
|
|
333
337
|
const ret = typeof global === 'undefined' ? null : global;
|
|
334
338
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
335
339
|
};
|
|
336
340
|
|
|
337
|
-
module.exports.
|
|
341
|
+
module.exports.__wbg_static_accessor_GLOBAL_THIS_ee9704f328b6b291 = function() {
|
|
338
342
|
const ret = typeof globalThis === 'undefined' ? null : globalThis;
|
|
339
343
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
340
344
|
};
|
|
341
345
|
|
|
342
|
-
module.exports.
|
|
346
|
+
module.exports.__wbg_static_accessor_SELF_78c9e3071b912620 = function() {
|
|
343
347
|
const ret = typeof self === 'undefined' ? null : self;
|
|
344
348
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
345
349
|
};
|
|
346
350
|
|
|
347
|
-
module.exports.
|
|
351
|
+
module.exports.__wbg_static_accessor_WINDOW_a093d21393777366 = function() {
|
|
348
352
|
const ret = typeof window === 'undefined' ? null : window;
|
|
349
353
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
350
354
|
};
|
|
351
355
|
|
|
352
|
-
module.exports.
|
|
356
|
+
module.exports.__wbg_subarray_dd4ade7d53bd8e26 = function(arg0, arg1, arg2) {
|
|
353
357
|
const ret = arg0.subarray(arg1 >>> 0, arg2 >>> 0);
|
|
354
358
|
return ret;
|
|
355
359
|
};
|
|
356
360
|
|
|
357
|
-
module.exports.
|
|
361
|
+
module.exports.__wbg_then_db882932c0c714c6 = function(arg0, arg1) {
|
|
358
362
|
const ret = arg0.then(arg1);
|
|
359
363
|
return ret;
|
|
360
364
|
};
|
|
@@ -374,8 +378,8 @@ module.exports.__wbindgen_cb_drop = function(arg0) {
|
|
|
374
378
|
return ret;
|
|
375
379
|
};
|
|
376
380
|
|
|
377
|
-
module.exports.
|
|
378
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
381
|
+
module.exports.__wbindgen_closure_wrapper1009 = function(arg0, arg1, arg2) {
|
|
382
|
+
const ret = makeMutClosure(arg0, arg1, 180, __wbg_adapter_24);
|
|
379
383
|
return ret;
|
|
380
384
|
};
|
|
381
385
|
|
|
Binary file
|
package/dist_web/gluesql_js.js
CHANGED
|
@@ -15,10 +15,6 @@ function handleError(f, args) {
|
|
|
15
15
|
}
|
|
16
16
|
}
|
|
17
17
|
|
|
18
|
-
const cachedTextDecoder = (typeof TextDecoder !== 'undefined' ? new TextDecoder('utf-8', { ignoreBOM: true, fatal: true }) : { decode: () => { throw Error('TextDecoder not available') } } );
|
|
19
|
-
|
|
20
|
-
if (typeof TextDecoder !== 'undefined') { cachedTextDecoder.decode(); };
|
|
21
|
-
|
|
22
18
|
let cachedUint8ArrayMemory0 = null;
|
|
23
19
|
|
|
24
20
|
function getUint8ArrayMemory0() {
|
|
@@ -28,9 +24,25 @@ function getUint8ArrayMemory0() {
|
|
|
28
24
|
return cachedUint8ArrayMemory0;
|
|
29
25
|
}
|
|
30
26
|
|
|
27
|
+
let cachedTextDecoder = (typeof TextDecoder !== 'undefined' ? new TextDecoder('utf-8', { ignoreBOM: true, fatal: true }) : { decode: () => { throw Error('TextDecoder not available') } } );
|
|
28
|
+
|
|
29
|
+
if (typeof TextDecoder !== 'undefined') { cachedTextDecoder.decode(); };
|
|
30
|
+
|
|
31
|
+
const MAX_SAFARI_DECODE_BYTES = 2146435072;
|
|
32
|
+
let numBytesDecoded = 0;
|
|
33
|
+
function decodeText(ptr, len) {
|
|
34
|
+
numBytesDecoded += len;
|
|
35
|
+
if (numBytesDecoded >= MAX_SAFARI_DECODE_BYTES) {
|
|
36
|
+
cachedTextDecoder = (typeof TextDecoder !== 'undefined' ? new TextDecoder('utf-8', { ignoreBOM: true, fatal: true }) : { decode: () => { throw Error('TextDecoder not available') } } );
|
|
37
|
+
cachedTextDecoder.decode();
|
|
38
|
+
numBytesDecoded = len;
|
|
39
|
+
}
|
|
40
|
+
return cachedTextDecoder.decode(getUint8ArrayMemory0().subarray(ptr, ptr + len));
|
|
41
|
+
}
|
|
42
|
+
|
|
31
43
|
function getStringFromWasm0(ptr, len) {
|
|
32
44
|
ptr = ptr >>> 0;
|
|
33
|
-
return
|
|
45
|
+
return decodeText(ptr, len);
|
|
34
46
|
}
|
|
35
47
|
|
|
36
48
|
function isLikeNone(x) {
|
|
@@ -139,19 +151,19 @@ function takeFromExternrefTable0(idx) {
|
|
|
139
151
|
return value;
|
|
140
152
|
}
|
|
141
153
|
function __wbg_adapter_28(arg0, arg1, arg2) {
|
|
142
|
-
wasm.
|
|
154
|
+
wasm.closure578_externref_shim(arg0, arg1, arg2);
|
|
143
155
|
}
|
|
144
156
|
|
|
145
157
|
function __wbg_adapter_31(arg0, arg1, arg2) {
|
|
146
|
-
wasm.
|
|
158
|
+
wasm.closure612_externref_shim(arg0, arg1, arg2);
|
|
147
159
|
}
|
|
148
160
|
|
|
149
161
|
function __wbg_adapter_34(arg0, arg1, arg2) {
|
|
150
|
-
wasm.
|
|
162
|
+
wasm.closure663_externref_shim(arg0, arg1, arg2);
|
|
151
163
|
}
|
|
152
164
|
|
|
153
165
|
function __wbg_adapter_201(arg0, arg1, arg2, arg3) {
|
|
154
|
-
wasm.
|
|
166
|
+
wasm.closure3110_externref_shim(arg0, arg1, arg2, arg3);
|
|
155
167
|
}
|
|
156
168
|
|
|
157
169
|
const __wbindgen_enum_IdbCursorDirection = ["next", "nextunique", "prev", "prevunique"];
|
|
@@ -214,6 +226,8 @@ export class Glue {
|
|
|
214
226
|
}
|
|
215
227
|
}
|
|
216
228
|
|
|
229
|
+
const EXPECTED_RESPONSE_TYPES = new Set(['basic', 'cors', 'default']);
|
|
230
|
+
|
|
217
231
|
async function __wbg_load(module, imports) {
|
|
218
232
|
if (typeof Response === 'function' && module instanceof Response) {
|
|
219
233
|
if (typeof WebAssembly.instantiateStreaming === 'function') {
|
|
@@ -221,7 +235,9 @@ async function __wbg_load(module, imports) {
|
|
|
221
235
|
return await WebAssembly.instantiateStreaming(module, imports);
|
|
222
236
|
|
|
223
237
|
} catch (e) {
|
|
224
|
-
|
|
238
|
+
const validResponse = module.ok && EXPECTED_RESPONSE_TYPES.has(module.type);
|
|
239
|
+
|
|
240
|
+
if (validResponse && module.headers.get('Content-Type') !== 'application/wasm') {
|
|
225
241
|
console.warn("`WebAssembly.instantiateStreaming` failed because your server does not serve Wasm with `application/wasm` MIME type. Falling back to `WebAssembly.instantiate` which is slower. Original error:\n", e);
|
|
226
242
|
|
|
227
243
|
} else {
|
|
@@ -248,36 +264,36 @@ async function __wbg_load(module, imports) {
|
|
|
248
264
|
function __wbg_get_imports() {
|
|
249
265
|
const imports = {};
|
|
250
266
|
imports.wbg = {};
|
|
251
|
-
imports.wbg.
|
|
252
|
-
const ret = arg0.add(arg1);
|
|
267
|
+
imports.wbg.__wbg_add_64c6e51ab0ed12dd = function() { return handleError(function (arg0, arg1, arg2) {
|
|
268
|
+
const ret = arg0.add(arg1, arg2);
|
|
253
269
|
return ret;
|
|
254
270
|
}, arguments) };
|
|
255
|
-
imports.wbg.
|
|
256
|
-
const ret = arg0.add(arg1
|
|
271
|
+
imports.wbg.__wbg_add_e8ccf65dd68fdc57 = function() { return handleError(function (arg0, arg1) {
|
|
272
|
+
const ret = arg0.add(arg1);
|
|
257
273
|
return ret;
|
|
258
274
|
}, arguments) };
|
|
259
|
-
imports.wbg.
|
|
275
|
+
imports.wbg.__wbg_advance_d12120c423e27f56 = function() { return handleError(function (arg0, arg1) {
|
|
260
276
|
arg0.advance(arg1 >>> 0);
|
|
261
277
|
}, arguments) };
|
|
262
|
-
imports.wbg.
|
|
278
|
+
imports.wbg.__wbg_buffer_a1a27a0dfa70165d = function(arg0) {
|
|
263
279
|
const ret = arg0.buffer;
|
|
264
280
|
return ret;
|
|
265
281
|
};
|
|
266
|
-
imports.wbg.
|
|
267
|
-
const ret = arg0.call(arg1);
|
|
282
|
+
imports.wbg.__wbg_call_f2db6205e5c51dc8 = function() { return handleError(function (arg0, arg1, arg2) {
|
|
283
|
+
const ret = arg0.call(arg1, arg2);
|
|
268
284
|
return ret;
|
|
269
285
|
}, arguments) };
|
|
270
|
-
imports.wbg.
|
|
271
|
-
const ret = arg0.call(arg1
|
|
286
|
+
imports.wbg.__wbg_call_fbe8be8bf6436ce5 = function() { return handleError(function (arg0, arg1) {
|
|
287
|
+
const ret = arg0.call(arg1);
|
|
272
288
|
return ret;
|
|
273
289
|
}, arguments) };
|
|
274
|
-
imports.wbg.
|
|
290
|
+
imports.wbg.__wbg_close_2079e209ea5709b5 = function(arg0) {
|
|
275
291
|
arg0.close();
|
|
276
292
|
};
|
|
277
|
-
imports.wbg.
|
|
293
|
+
imports.wbg.__wbg_commit_1340ba26ef0224b1 = function() { return handleError(function (arg0) {
|
|
278
294
|
arg0.commit();
|
|
279
295
|
}, arguments) };
|
|
280
|
-
imports.wbg.
|
|
296
|
+
imports.wbg.__wbg_createObjectStore_382664053374be5d = function() { return handleError(function (arg0, arg1, arg2, arg3) {
|
|
281
297
|
const ret = arg0.createObjectStore(getStringFromWasm0(arg1, arg2), arg3);
|
|
282
298
|
return ret;
|
|
283
299
|
}, arguments) };
|
|
@@ -285,16 +301,24 @@ function __wbg_get_imports() {
|
|
|
285
301
|
const ret = arg0.crypto;
|
|
286
302
|
return ret;
|
|
287
303
|
};
|
|
288
|
-
imports.wbg.
|
|
304
|
+
imports.wbg.__wbg_debug_0e931834af337445 = function(arg0, arg1) {
|
|
289
305
|
console.debug(getStringFromWasm0(arg0, arg1));
|
|
290
306
|
};
|
|
291
|
-
imports.wbg.
|
|
307
|
+
imports.wbg.__wbg_deleteObjectStore_7b427b19378475fd = function() { return handleError(function (arg0, arg1, arg2) {
|
|
292
308
|
arg0.deleteObjectStore(getStringFromWasm0(arg1, arg2));
|
|
293
309
|
}, arguments) };
|
|
294
|
-
imports.wbg.
|
|
310
|
+
imports.wbg.__wbg_delete_71b7921c73aa9378 = function() { return handleError(function (arg0, arg1) {
|
|
295
311
|
const ret = arg0.delete(arg1);
|
|
296
312
|
return ret;
|
|
297
313
|
}, arguments) };
|
|
314
|
+
imports.wbg.__wbg_error_4e978abc9692c0c5 = function() { return handleError(function (arg0) {
|
|
315
|
+
const ret = arg0.error;
|
|
316
|
+
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
317
|
+
}, arguments) };
|
|
318
|
+
imports.wbg.__wbg_error_56807b09713a4eb3 = function(arg0) {
|
|
319
|
+
const ret = arg0.error;
|
|
320
|
+
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
321
|
+
};
|
|
298
322
|
imports.wbg.__wbg_error_7534b8e9a36f1ab4 = function(arg0, arg1) {
|
|
299
323
|
let deferred0_0;
|
|
300
324
|
let deferred0_1;
|
|
@@ -306,27 +330,19 @@ function __wbg_get_imports() {
|
|
|
306
330
|
wasm.__wbindgen_free(deferred0_0, deferred0_1, 1);
|
|
307
331
|
}
|
|
308
332
|
};
|
|
309
|
-
imports.wbg.
|
|
310
|
-
const ret = arg0.error;
|
|
311
|
-
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
312
|
-
};
|
|
313
|
-
imports.wbg.__wbg_error_ff4ddaabdfc5dbb3 = function() { return handleError(function (arg0) {
|
|
314
|
-
const ret = arg0.error;
|
|
315
|
-
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
316
|
-
}, arguments) };
|
|
317
|
-
imports.wbg.__wbg_getAll_1de5635a99f2dae8 = function() { return handleError(function (arg0) {
|
|
318
|
-
const ret = arg0.getAll();
|
|
319
|
-
return ret;
|
|
320
|
-
}, arguments) };
|
|
321
|
-
imports.wbg.__wbg_getAll_e1f497a121218ab5 = function() { return handleError(function (arg0, arg1, arg2) {
|
|
333
|
+
imports.wbg.__wbg_getAll_301c6f62ce40415b = function() { return handleError(function (arg0, arg1, arg2) {
|
|
322
334
|
const ret = arg0.getAll(arg1, arg2 >>> 0);
|
|
323
335
|
return ret;
|
|
324
336
|
}, arguments) };
|
|
325
|
-
imports.wbg.
|
|
337
|
+
imports.wbg.__wbg_getAll_864be044b219e256 = function() { return handleError(function (arg0, arg1) {
|
|
326
338
|
const ret = arg0.getAll(arg1);
|
|
327
339
|
return ret;
|
|
328
340
|
}, arguments) };
|
|
329
|
-
imports.wbg.
|
|
341
|
+
imports.wbg.__wbg_getAll_f7942d960ff9f7b5 = function() { return handleError(function (arg0) {
|
|
342
|
+
const ret = arg0.getAll();
|
|
343
|
+
return ret;
|
|
344
|
+
}, arguments) };
|
|
345
|
+
imports.wbg.__wbg_getItem_cc20ea5759555a05 = function() { return handleError(function (arg0, arg1, arg2, arg3) {
|
|
330
346
|
const ret = arg1.getItem(getStringFromWasm0(arg2, arg3));
|
|
331
347
|
var ptr1 = isLikeNone(ret) ? 0 : passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
332
348
|
var len1 = WASM_VECTOR_LEN;
|
|
@@ -336,30 +352,30 @@ function __wbg_get_imports() {
|
|
|
336
352
|
imports.wbg.__wbg_getRandomValues_bcb4912f16000dc4 = function() { return handleError(function (arg0, arg1) {
|
|
337
353
|
arg0.getRandomValues(arg1);
|
|
338
354
|
}, arguments) };
|
|
339
|
-
imports.wbg.
|
|
355
|
+
imports.wbg.__wbg_getTime_2afe67905d873e92 = function(arg0) {
|
|
340
356
|
const ret = arg0.getTime();
|
|
341
357
|
return ret;
|
|
342
358
|
};
|
|
343
|
-
imports.wbg.
|
|
344
|
-
const ret = arg1[arg2 >>> 0];
|
|
345
|
-
var ptr1 = isLikeNone(ret) ? 0 : passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
346
|
-
var len1 = WASM_VECTOR_LEN;
|
|
347
|
-
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
348
|
-
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
349
|
-
};
|
|
350
|
-
imports.wbg.__wbg_get_67b2ba62fc30de12 = function() { return handleError(function (arg0, arg1) {
|
|
359
|
+
imports.wbg.__wbg_get_92470be87867c2e5 = function() { return handleError(function (arg0, arg1) {
|
|
351
360
|
const ret = Reflect.get(arg0, arg1);
|
|
352
361
|
return ret;
|
|
353
362
|
}, arguments) };
|
|
354
|
-
imports.wbg.
|
|
363
|
+
imports.wbg.__wbg_get_a131a44bd1eb6979 = function(arg0, arg1) {
|
|
364
|
+
const ret = arg0[arg1 >>> 0];
|
|
365
|
+
return ret;
|
|
366
|
+
};
|
|
367
|
+
imports.wbg.__wbg_get_d37904b955701f99 = function() { return handleError(function (arg0, arg1) {
|
|
355
368
|
const ret = arg0.get(arg1);
|
|
356
369
|
return ret;
|
|
357
370
|
}, arguments) };
|
|
358
|
-
imports.wbg.
|
|
359
|
-
const ret =
|
|
360
|
-
|
|
371
|
+
imports.wbg.__wbg_get_f6d69e7b8be3e072 = function(arg0, arg1, arg2) {
|
|
372
|
+
const ret = arg1[arg2 >>> 0];
|
|
373
|
+
var ptr1 = isLikeNone(ret) ? 0 : passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
374
|
+
var len1 = WASM_VECTOR_LEN;
|
|
375
|
+
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
376
|
+
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
361
377
|
};
|
|
362
|
-
imports.wbg.
|
|
378
|
+
imports.wbg.__wbg_instanceof_Error_58a92d81483a4b16 = function(arg0) {
|
|
363
379
|
let result;
|
|
364
380
|
try {
|
|
365
381
|
result = arg0 instanceof Error;
|
|
@@ -369,7 +385,7 @@ function __wbg_get_imports() {
|
|
|
369
385
|
const ret = result;
|
|
370
386
|
return ret;
|
|
371
387
|
};
|
|
372
|
-
imports.wbg.
|
|
388
|
+
imports.wbg.__wbg_instanceof_IdbCursorWithValue_750932f8653d2034 = function(arg0) {
|
|
373
389
|
let result;
|
|
374
390
|
try {
|
|
375
391
|
result = arg0 instanceof IDBCursorWithValue;
|
|
@@ -379,7 +395,7 @@ function __wbg_get_imports() {
|
|
|
379
395
|
const ret = result;
|
|
380
396
|
return ret;
|
|
381
397
|
};
|
|
382
|
-
imports.wbg.
|
|
398
|
+
imports.wbg.__wbg_instanceof_IdbDatabase_0ed56ed115d533bc = function(arg0) {
|
|
383
399
|
let result;
|
|
384
400
|
try {
|
|
385
401
|
result = arg0 instanceof IDBDatabase;
|
|
@@ -389,7 +405,7 @@ function __wbg_get_imports() {
|
|
|
389
405
|
const ret = result;
|
|
390
406
|
return ret;
|
|
391
407
|
};
|
|
392
|
-
imports.wbg.
|
|
408
|
+
imports.wbg.__wbg_instanceof_IdbFactory_27448d2c5db6dc3c = function(arg0) {
|
|
393
409
|
let result;
|
|
394
410
|
try {
|
|
395
411
|
result = arg0 instanceof IDBFactory;
|
|
@@ -399,7 +415,7 @@ function __wbg_get_imports() {
|
|
|
399
415
|
const ret = result;
|
|
400
416
|
return ret;
|
|
401
417
|
};
|
|
402
|
-
imports.wbg.
|
|
418
|
+
imports.wbg.__wbg_instanceof_IdbOpenDbRequest_6fc382750d7a6761 = function(arg0) {
|
|
403
419
|
let result;
|
|
404
420
|
try {
|
|
405
421
|
result = arg0 instanceof IDBOpenDBRequest;
|
|
@@ -409,7 +425,7 @@ function __wbg_get_imports() {
|
|
|
409
425
|
const ret = result;
|
|
410
426
|
return ret;
|
|
411
427
|
};
|
|
412
|
-
imports.wbg.
|
|
428
|
+
imports.wbg.__wbg_instanceof_IdbRequest_c4498c7b5a3a0fa3 = function(arg0) {
|
|
413
429
|
let result;
|
|
414
430
|
try {
|
|
415
431
|
result = arg0 instanceof IDBRequest;
|
|
@@ -419,7 +435,7 @@ function __wbg_get_imports() {
|
|
|
419
435
|
const ret = result;
|
|
420
436
|
return ret;
|
|
421
437
|
};
|
|
422
|
-
imports.wbg.
|
|
438
|
+
imports.wbg.__wbg_instanceof_IdbTransaction_64c3568814e4d528 = function(arg0) {
|
|
423
439
|
let result;
|
|
424
440
|
try {
|
|
425
441
|
result = arg0 instanceof IDBTransaction;
|
|
@@ -429,7 +445,7 @@ function __wbg_get_imports() {
|
|
|
429
445
|
const ret = result;
|
|
430
446
|
return ret;
|
|
431
447
|
};
|
|
432
|
-
imports.wbg.
|
|
448
|
+
imports.wbg.__wbg_instanceof_Window_68f3f67bad1729c1 = function(arg0) {
|
|
433
449
|
let result;
|
|
434
450
|
try {
|
|
435
451
|
result = arg0 instanceof Window;
|
|
@@ -439,27 +455,27 @@ function __wbg_get_imports() {
|
|
|
439
455
|
const ret = result;
|
|
440
456
|
return ret;
|
|
441
457
|
};
|
|
442
|
-
imports.wbg.
|
|
458
|
+
imports.wbg.__wbg_isArray_5f090bed72bd4f89 = function(arg0) {
|
|
443
459
|
const ret = Array.isArray(arg0);
|
|
444
460
|
return ret;
|
|
445
461
|
};
|
|
446
|
-
imports.wbg.
|
|
462
|
+
imports.wbg.__wbg_key_a17a68df9ec1b180 = function() { return handleError(function (arg0) {
|
|
447
463
|
const ret = arg0.key;
|
|
448
464
|
return ret;
|
|
449
465
|
}, arguments) };
|
|
450
|
-
imports.wbg.
|
|
466
|
+
imports.wbg.__wbg_length_1589a5d84cb38f9b = function(arg0) {
|
|
451
467
|
const ret = arg0.length;
|
|
452
468
|
return ret;
|
|
453
469
|
};
|
|
454
|
-
imports.wbg.
|
|
470
|
+
imports.wbg.__wbg_length_f00ec12454a5d9fd = function(arg0) {
|
|
455
471
|
const ret = arg0.length;
|
|
456
472
|
return ret;
|
|
457
473
|
};
|
|
458
|
-
imports.wbg.
|
|
474
|
+
imports.wbg.__wbg_localStorage_6b8d9cd04fe47f68 = function() { return handleError(function (arg0) {
|
|
459
475
|
const ret = arg0.localStorage;
|
|
460
476
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
461
477
|
}, arguments) };
|
|
462
|
-
imports.wbg.
|
|
478
|
+
imports.wbg.__wbg_message_4159c15dac08c5e9 = function(arg0) {
|
|
463
479
|
const ret = arg0.message;
|
|
464
480
|
return ret;
|
|
465
481
|
};
|
|
@@ -467,15 +483,27 @@ function __wbg_get_imports() {
|
|
|
467
483
|
const ret = arg0.msCrypto;
|
|
468
484
|
return ret;
|
|
469
485
|
};
|
|
470
|
-
imports.wbg.
|
|
486
|
+
imports.wbg.__wbg_name_23bf678579bb613f = function(arg0) {
|
|
471
487
|
const ret = arg0.name;
|
|
472
488
|
return ret;
|
|
473
489
|
};
|
|
474
|
-
imports.wbg.
|
|
490
|
+
imports.wbg.__wbg_new0_97314565408dea38 = function() {
|
|
475
491
|
const ret = new Date();
|
|
476
492
|
return ret;
|
|
477
493
|
};
|
|
478
|
-
imports.wbg.
|
|
494
|
+
imports.wbg.__wbg_new_07b483f72211fd66 = function() {
|
|
495
|
+
const ret = new Object();
|
|
496
|
+
return ret;
|
|
497
|
+
};
|
|
498
|
+
imports.wbg.__wbg_new_58353953ad2097cc = function() {
|
|
499
|
+
const ret = new Array();
|
|
500
|
+
return ret;
|
|
501
|
+
};
|
|
502
|
+
imports.wbg.__wbg_new_8a6f238a6ece86ea = function() {
|
|
503
|
+
const ret = new Error();
|
|
504
|
+
return ret;
|
|
505
|
+
};
|
|
506
|
+
imports.wbg.__wbg_new_e30c39c06edaabf2 = function(arg0, arg1) {
|
|
479
507
|
try {
|
|
480
508
|
var state0 = {a: arg0, b: arg1};
|
|
481
509
|
var cb0 = (arg0, arg1) => {
|
|
@@ -493,31 +521,19 @@ function __wbg_get_imports() {
|
|
|
493
521
|
state0.a = state0.b = 0;
|
|
494
522
|
}
|
|
495
523
|
};
|
|
496
|
-
imports.wbg.
|
|
497
|
-
const ret = new Object();
|
|
498
|
-
return ret;
|
|
499
|
-
};
|
|
500
|
-
imports.wbg.__wbg_new_78feb108b6472713 = function() {
|
|
501
|
-
const ret = new Array();
|
|
502
|
-
return ret;
|
|
503
|
-
};
|
|
504
|
-
imports.wbg.__wbg_new_8a6f238a6ece86ea = function() {
|
|
505
|
-
const ret = new Error();
|
|
506
|
-
return ret;
|
|
507
|
-
};
|
|
508
|
-
imports.wbg.__wbg_new_a12002a7f91c75be = function(arg0) {
|
|
524
|
+
imports.wbg.__wbg_new_e52b3efaaa774f96 = function(arg0) {
|
|
509
525
|
const ret = new Uint8Array(arg0);
|
|
510
526
|
return ret;
|
|
511
527
|
};
|
|
512
|
-
imports.wbg.
|
|
528
|
+
imports.wbg.__wbg_newnoargs_ff528e72d35de39a = function(arg0, arg1) {
|
|
513
529
|
const ret = new Function(getStringFromWasm0(arg0, arg1));
|
|
514
530
|
return ret;
|
|
515
531
|
};
|
|
516
|
-
imports.wbg.
|
|
532
|
+
imports.wbg.__wbg_newwithbyteoffsetandlength_3b01ecda099177e8 = function(arg0, arg1, arg2) {
|
|
517
533
|
const ret = new Uint8Array(arg0, arg1 >>> 0, arg2 >>> 0);
|
|
518
534
|
return ret;
|
|
519
535
|
};
|
|
520
|
-
imports.wbg.
|
|
536
|
+
imports.wbg.__wbg_newwithlength_08f872dc1e3ada2e = function(arg0) {
|
|
521
537
|
const ret = new Uint8Array(arg0 >>> 0);
|
|
522
538
|
return ret;
|
|
523
539
|
};
|
|
@@ -525,35 +541,35 @@ function __wbg_get_imports() {
|
|
|
525
541
|
const ret = arg0.node;
|
|
526
542
|
return ret;
|
|
527
543
|
};
|
|
528
|
-
imports.wbg.
|
|
544
|
+
imports.wbg.__wbg_objectStoreNames_e82275eb2d403a92 = function(arg0) {
|
|
529
545
|
const ret = arg0.objectStoreNames;
|
|
530
546
|
return ret;
|
|
531
547
|
};
|
|
532
|
-
imports.wbg.
|
|
548
|
+
imports.wbg.__wbg_objectStore_b463d32c86d6b543 = function() { return handleError(function (arg0, arg1, arg2) {
|
|
533
549
|
const ret = arg0.objectStore(getStringFromWasm0(arg1, arg2));
|
|
534
550
|
return ret;
|
|
535
551
|
}, arguments) };
|
|
536
|
-
imports.wbg.
|
|
552
|
+
imports.wbg.__wbg_openCursor_7c13a2cd32c6258b = function() { return handleError(function (arg0) {
|
|
537
553
|
const ret = arg0.openCursor();
|
|
538
554
|
return ret;
|
|
539
555
|
}, arguments) };
|
|
540
|
-
imports.wbg.
|
|
556
|
+
imports.wbg.__wbg_openCursor_8484684434b3d850 = function() { return handleError(function (arg0, arg1, arg2) {
|
|
541
557
|
const ret = arg0.openCursor(arg1, __wbindgen_enum_IdbCursorDirection[arg2]);
|
|
542
558
|
return ret;
|
|
543
559
|
}, arguments) };
|
|
544
|
-
imports.wbg.
|
|
560
|
+
imports.wbg.__wbg_openCursor_a53133c898e0829c = function() { return handleError(function (arg0, arg1) {
|
|
545
561
|
const ret = arg0.openCursor(arg1);
|
|
546
562
|
return ret;
|
|
547
563
|
}, arguments) };
|
|
548
|
-
imports.wbg.
|
|
549
|
-
const ret = arg0.open(getStringFromWasm0(arg1, arg2));
|
|
564
|
+
imports.wbg.__wbg_open_0f04f50fa4d98f67 = function() { return handleError(function (arg0, arg1, arg2, arg3) {
|
|
565
|
+
const ret = arg0.open(getStringFromWasm0(arg1, arg2), arg3 >>> 0);
|
|
550
566
|
return ret;
|
|
551
567
|
}, arguments) };
|
|
552
|
-
imports.wbg.
|
|
553
|
-
const ret = arg0.open(getStringFromWasm0(arg1, arg2)
|
|
568
|
+
imports.wbg.__wbg_open_b70fb421d97aad40 = function() { return handleError(function (arg0, arg1, arg2) {
|
|
569
|
+
const ret = arg0.open(getStringFromWasm0(arg1, arg2));
|
|
554
570
|
return ret;
|
|
555
571
|
}, arguments) };
|
|
556
|
-
imports.wbg.
|
|
572
|
+
imports.wbg.__wbg_parse_c7ba327fb6231e7f = function() { return handleError(function (arg0, arg1) {
|
|
557
573
|
const ret = JSON.parse(getStringFromWasm0(arg0, arg1));
|
|
558
574
|
return ret;
|
|
559
575
|
}, arguments) };
|
|
@@ -561,32 +577,32 @@ function __wbg_get_imports() {
|
|
|
561
577
|
const ret = arg0.process;
|
|
562
578
|
return ret;
|
|
563
579
|
};
|
|
564
|
-
imports.wbg.
|
|
580
|
+
imports.wbg.__wbg_push_73fd7b5550ebf707 = function(arg0, arg1) {
|
|
565
581
|
const ret = arg0.push(arg1);
|
|
566
582
|
return ret;
|
|
567
583
|
};
|
|
568
|
-
imports.wbg.
|
|
569
|
-
const ret = arg0.put(arg1
|
|
584
|
+
imports.wbg.__wbg_put_4ac965fd84929adb = function() { return handleError(function (arg0, arg1) {
|
|
585
|
+
const ret = arg0.put(arg1);
|
|
570
586
|
return ret;
|
|
571
587
|
}, arguments) };
|
|
572
|
-
imports.wbg.
|
|
573
|
-
const ret = arg0.put(arg1);
|
|
588
|
+
imports.wbg.__wbg_put_7f0b4dcc666f09e3 = function() { return handleError(function (arg0, arg1, arg2) {
|
|
589
|
+
const ret = arg0.put(arg1, arg2);
|
|
574
590
|
return ret;
|
|
575
591
|
}, arguments) };
|
|
576
|
-
imports.wbg.
|
|
592
|
+
imports.wbg.__wbg_queueMicrotask_46c1df247678729f = function(arg0) {
|
|
577
593
|
queueMicrotask(arg0);
|
|
578
594
|
};
|
|
579
|
-
imports.wbg.
|
|
595
|
+
imports.wbg.__wbg_queueMicrotask_8acf3ccb75ed8d11 = function(arg0) {
|
|
580
596
|
const ret = arg0.queueMicrotask;
|
|
581
597
|
return ret;
|
|
582
598
|
};
|
|
583
599
|
imports.wbg.__wbg_randomFillSync_ab2cfe79ebbf2740 = function() { return handleError(function (arg0, arg1) {
|
|
584
600
|
arg0.randomFillSync(arg1);
|
|
585
601
|
}, arguments) };
|
|
586
|
-
imports.wbg.
|
|
602
|
+
imports.wbg.__wbg_removeItem_1e3718a423f67796 = function() { return handleError(function (arg0, arg1, arg2) {
|
|
587
603
|
arg0.removeItem(getStringFromWasm0(arg1, arg2));
|
|
588
604
|
}, arguments) };
|
|
589
|
-
imports.wbg.
|
|
605
|
+
imports.wbg.__wbg_request_7eae5696852191ba = function(arg0) {
|
|
590
606
|
const ret = arg0.request;
|
|
591
607
|
return ret;
|
|
592
608
|
};
|
|
@@ -594,43 +610,43 @@ function __wbg_get_imports() {
|
|
|
594
610
|
const ret = module.require;
|
|
595
611
|
return ret;
|
|
596
612
|
}, arguments) };
|
|
597
|
-
imports.wbg.
|
|
613
|
+
imports.wbg.__wbg_resolve_0dac8c580ffd4678 = function(arg0) {
|
|
598
614
|
const ret = Promise.resolve(arg0);
|
|
599
615
|
return ret;
|
|
600
616
|
};
|
|
601
|
-
imports.wbg.
|
|
617
|
+
imports.wbg.__wbg_result_a0f1bf2fe64a516c = function() { return handleError(function (arg0) {
|
|
602
618
|
const ret = arg0.result;
|
|
603
619
|
return ret;
|
|
604
620
|
}, arguments) };
|
|
605
|
-
imports.wbg.
|
|
621
|
+
imports.wbg.__wbg_sessionStorage_0e20986aae43eba7 = function() { return handleError(function (arg0) {
|
|
606
622
|
const ret = arg0.sessionStorage;
|
|
607
623
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
608
624
|
}, arguments) };
|
|
609
|
-
imports.wbg.
|
|
625
|
+
imports.wbg.__wbg_setItem_2ac0fcb9e29e3f18 = function() { return handleError(function (arg0, arg1, arg2, arg3, arg4) {
|
|
610
626
|
arg0.setItem(getStringFromWasm0(arg1, arg2), getStringFromWasm0(arg3, arg4));
|
|
611
627
|
}, arguments) };
|
|
612
|
-
imports.wbg.
|
|
628
|
+
imports.wbg.__wbg_set_fe4e79d1ed3b0e9b = function(arg0, arg1, arg2) {
|
|
613
629
|
arg0.set(arg1, arg2 >>> 0);
|
|
614
630
|
};
|
|
615
|
-
imports.wbg.
|
|
631
|
+
imports.wbg.__wbg_setautoincrement_6589237510ecaf4f = function(arg0, arg1) {
|
|
616
632
|
arg0.autoIncrement = arg1 !== 0;
|
|
617
633
|
};
|
|
618
|
-
imports.wbg.
|
|
634
|
+
imports.wbg.__wbg_setonabort_479ebb5884fcb171 = function(arg0, arg1) {
|
|
619
635
|
arg0.onabort = arg1;
|
|
620
636
|
};
|
|
621
|
-
imports.wbg.
|
|
637
|
+
imports.wbg.__wbg_setoncomplete_27bdbca012e45c05 = function(arg0, arg1) {
|
|
622
638
|
arg0.oncomplete = arg1;
|
|
623
639
|
};
|
|
624
|
-
imports.wbg.
|
|
640
|
+
imports.wbg.__wbg_setonerror_537b68f474e27d4e = function(arg0, arg1) {
|
|
625
641
|
arg0.onerror = arg1;
|
|
626
642
|
};
|
|
627
|
-
imports.wbg.
|
|
643
|
+
imports.wbg.__wbg_setonerror_ce5c4d34aed931bb = function(arg0, arg1) {
|
|
628
644
|
arg0.onerror = arg1;
|
|
629
645
|
};
|
|
630
|
-
imports.wbg.
|
|
646
|
+
imports.wbg.__wbg_setonsuccess_0b2b45bd8cc13b95 = function(arg0, arg1) {
|
|
631
647
|
arg0.onsuccess = arg1;
|
|
632
648
|
};
|
|
633
|
-
imports.wbg.
|
|
649
|
+
imports.wbg.__wbg_setonupgradeneeded_be2e0ae927917f82 = function(arg0, arg1) {
|
|
634
650
|
arg0.onupgradeneeded = arg1;
|
|
635
651
|
};
|
|
636
652
|
imports.wbg.__wbg_stack_0ed75d68575b0f3c = function(arg0, arg1) {
|
|
@@ -640,55 +656,55 @@ function __wbg_get_imports() {
|
|
|
640
656
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
641
657
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
642
658
|
};
|
|
643
|
-
imports.wbg.
|
|
659
|
+
imports.wbg.__wbg_static_accessor_GLOBAL_487c52c58d65314d = function() {
|
|
644
660
|
const ret = typeof global === 'undefined' ? null : global;
|
|
645
661
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
646
662
|
};
|
|
647
|
-
imports.wbg.
|
|
663
|
+
imports.wbg.__wbg_static_accessor_GLOBAL_THIS_ee9704f328b6b291 = function() {
|
|
648
664
|
const ret = typeof globalThis === 'undefined' ? null : globalThis;
|
|
649
665
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
650
666
|
};
|
|
651
|
-
imports.wbg.
|
|
667
|
+
imports.wbg.__wbg_static_accessor_SELF_78c9e3071b912620 = function() {
|
|
652
668
|
const ret = typeof self === 'undefined' ? null : self;
|
|
653
669
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
654
670
|
};
|
|
655
|
-
imports.wbg.
|
|
671
|
+
imports.wbg.__wbg_static_accessor_WINDOW_a093d21393777366 = function() {
|
|
656
672
|
const ret = typeof window === 'undefined' ? null : window;
|
|
657
673
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
658
674
|
};
|
|
659
|
-
imports.wbg.
|
|
675
|
+
imports.wbg.__wbg_stringify_c242842b97f054cc = function() { return handleError(function (arg0) {
|
|
660
676
|
const ret = JSON.stringify(arg0);
|
|
661
677
|
return ret;
|
|
662
678
|
}, arguments) };
|
|
663
|
-
imports.wbg.
|
|
679
|
+
imports.wbg.__wbg_subarray_dd4ade7d53bd8e26 = function(arg0, arg1, arg2) {
|
|
664
680
|
const ret = arg0.subarray(arg1 >>> 0, arg2 >>> 0);
|
|
665
681
|
return ret;
|
|
666
682
|
};
|
|
667
|
-
imports.wbg.
|
|
683
|
+
imports.wbg.__wbg_target_15f1da583855ac4e = function(arg0) {
|
|
668
684
|
const ret = arg0.target;
|
|
669
685
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
670
686
|
};
|
|
671
|
-
imports.wbg.
|
|
687
|
+
imports.wbg.__wbg_then_db882932c0c714c6 = function(arg0, arg1) {
|
|
672
688
|
const ret = arg0.then(arg1);
|
|
673
689
|
return ret;
|
|
674
690
|
};
|
|
675
|
-
imports.wbg.
|
|
691
|
+
imports.wbg.__wbg_toString_21791a66666b3afd = function(arg0) {
|
|
676
692
|
const ret = arg0.toString();
|
|
677
693
|
return ret;
|
|
678
694
|
};
|
|
679
|
-
imports.wbg.
|
|
695
|
+
imports.wbg.__wbg_toString_bc7a05a172b5cf14 = function(arg0) {
|
|
680
696
|
const ret = arg0.toString();
|
|
681
697
|
return ret;
|
|
682
698
|
};
|
|
683
|
-
imports.wbg.
|
|
699
|
+
imports.wbg.__wbg_transaction_399fc15f5bba1880 = function() { return handleError(function (arg0, arg1, arg2) {
|
|
684
700
|
const ret = arg0.transaction(arg1, __wbindgen_enum_IdbTransactionMode[arg2]);
|
|
685
701
|
return ret;
|
|
686
702
|
}, arguments) };
|
|
687
|
-
imports.wbg.
|
|
703
|
+
imports.wbg.__wbg_value_648dc44894c8dc95 = function() { return handleError(function (arg0) {
|
|
688
704
|
const ret = arg0.value;
|
|
689
705
|
return ret;
|
|
690
706
|
}, arguments) };
|
|
691
|
-
imports.wbg.
|
|
707
|
+
imports.wbg.__wbg_version_2c3ed4a311fdabdf = function(arg0) {
|
|
692
708
|
const ret = arg0.version;
|
|
693
709
|
return ret;
|
|
694
710
|
};
|
|
@@ -705,16 +721,16 @@ function __wbg_get_imports() {
|
|
|
705
721
|
const ret = false;
|
|
706
722
|
return ret;
|
|
707
723
|
};
|
|
708
|
-
imports.wbg.
|
|
709
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
724
|
+
imports.wbg.__wbindgen_closure_wrapper2495 = function(arg0, arg1, arg2) {
|
|
725
|
+
const ret = makeMutClosure(arg0, arg1, 577, __wbg_adapter_28);
|
|
710
726
|
return ret;
|
|
711
727
|
};
|
|
712
|
-
imports.wbg.
|
|
713
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
728
|
+
imports.wbg.__wbindgen_closure_wrapper2750 = function(arg0, arg1, arg2) {
|
|
729
|
+
const ret = makeMutClosure(arg0, arg1, 630, __wbg_adapter_31);
|
|
714
730
|
return ret;
|
|
715
731
|
};
|
|
716
|
-
imports.wbg.
|
|
717
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
732
|
+
imports.wbg.__wbindgen_closure_wrapper2876 = function(arg0, arg1, arg2) {
|
|
733
|
+
const ret = makeMutClosure(arg0, arg1, 662, __wbg_adapter_34);
|
|
718
734
|
return ret;
|
|
719
735
|
};
|
|
720
736
|
imports.wbg.__wbindgen_init_externref_table = function() {
|
|
Binary file
|