@bitcredit/bcr-ebill-wasm 0.5.7 → 0.5.8
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/index.d.ts +11 -11
- package/index.js +241 -247
- package/index_bg.wasm +0 -0
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -1296,19 +1296,19 @@ export interface InitOutput {
|
|
|
1296
1296
|
readonly general_new: () => number;
|
|
1297
1297
|
readonly identity_new: () => number;
|
|
1298
1298
|
readonly notification_new: () => number;
|
|
1299
|
-
readonly __wbg_notification_free: (a: number, b: number) => void;
|
|
1300
|
-
readonly __wbg_company_free: (a: number, b: number) => void;
|
|
1301
|
-
readonly __wbg_identity_free: (a: number, b: number) => void;
|
|
1302
1299
|
readonly __wbg_contact_free: (a: number, b: number) => void;
|
|
1303
|
-
readonly __wbg_bill_free: (a: number, b: number) => void;
|
|
1304
1300
|
readonly __wbg_general_free: (a: number, b: number) => void;
|
|
1305
|
-
readonly
|
|
1306
|
-
readonly
|
|
1307
|
-
readonly
|
|
1308
|
-
readonly
|
|
1309
|
-
readonly
|
|
1310
|
-
readonly
|
|
1311
|
-
readonly
|
|
1301
|
+
readonly __wbg_bill_free: (a: number, b: number) => void;
|
|
1302
|
+
readonly __wbg_company_free: (a: number, b: number) => void;
|
|
1303
|
+
readonly __wbg_notification_free: (a: number, b: number) => void;
|
|
1304
|
+
readonly __wbg_identity_free: (a: number, b: number) => void;
|
|
1305
|
+
readonly wasm_bindgen__convert__closures_____invoke__hc4af5cf763ea88dc: (a: number, b: number, c: any) => [number, number];
|
|
1306
|
+
readonly wasm_bindgen__convert__closures_____invoke__h9b3f848d6b8a7b02: (a: number, b: number, c: any) => [number, number];
|
|
1307
|
+
readonly wasm_bindgen__convert__closures_____invoke__h3cb0ecfd731c1cb8: (a: number, b: number, c: any, d: any) => void;
|
|
1308
|
+
readonly wasm_bindgen__convert__closures_____invoke__h6885ed42f1508ba9: (a: number, b: number, c: any) => void;
|
|
1309
|
+
readonly wasm_bindgen__convert__closures_____invoke__h6885ed42f1508ba9_3: (a: number, b: number, c: any) => void;
|
|
1310
|
+
readonly wasm_bindgen__convert__closures_____invoke__h0c99fe7cbd42df16: (a: number, b: number) => void;
|
|
1311
|
+
readonly wasm_bindgen__convert__closures_____invoke__h767845a7fa5b6823: (a: number, b: number) => void;
|
|
1312
1312
|
readonly __wbindgen_malloc: (a: number, b: number) => number;
|
|
1313
1313
|
readonly __wbindgen_realloc: (a: number, b: number, c: number, d: number) => number;
|
|
1314
1314
|
readonly __wbindgen_exn_store: (a: number) => void;
|
package/index.js
CHANGED
|
@@ -58,7 +58,6 @@ if (Symbol.dispose) Api.prototype[Symbol.dispose] = Api.prototype.free;
|
|
|
58
58
|
|
|
59
59
|
export class Bill {
|
|
60
60
|
static __wrap(ptr) {
|
|
61
|
-
ptr = ptr >>> 0;
|
|
62
61
|
const obj = Object.create(Bill.prototype);
|
|
63
62
|
obj.__wbg_ptr = ptr;
|
|
64
63
|
BillFinalization.register(obj, obj.__wbg_ptr, obj);
|
|
@@ -457,7 +456,6 @@ if (Symbol.dispose) Bill.prototype[Symbol.dispose] = Bill.prototype.free;
|
|
|
457
456
|
|
|
458
457
|
export class Company {
|
|
459
458
|
static __wrap(ptr) {
|
|
460
|
-
ptr = ptr >>> 0;
|
|
461
459
|
const obj = Object.create(Company.prototype);
|
|
462
460
|
obj.__wbg_ptr = ptr;
|
|
463
461
|
CompanyFinalization.register(obj, obj.__wbg_ptr, obj);
|
|
@@ -679,7 +677,6 @@ if (Symbol.dispose) Company.prototype[Symbol.dispose] = Company.prototype.free;
|
|
|
679
677
|
|
|
680
678
|
export class Contact {
|
|
681
679
|
static __wrap(ptr) {
|
|
682
|
-
ptr = ptr >>> 0;
|
|
683
680
|
const obj = Object.create(Contact.prototype);
|
|
684
681
|
obj.__wbg_ptr = ptr;
|
|
685
682
|
ContactFinalization.register(obj, obj.__wbg_ptr, obj);
|
|
@@ -847,7 +844,6 @@ export const ContactTypeWeb = Object.freeze({
|
|
|
847
844
|
|
|
848
845
|
export class General {
|
|
849
846
|
static __wrap(ptr) {
|
|
850
|
-
ptr = ptr >>> 0;
|
|
851
847
|
const obj = Object.create(General.prototype);
|
|
852
848
|
obj.__wbg_ptr = ptr;
|
|
853
849
|
GeneralFinalization.register(obj, obj.__wbg_ptr, obj);
|
|
@@ -933,7 +929,6 @@ if (Symbol.dispose) General.prototype[Symbol.dispose] = General.prototype.free;
|
|
|
933
929
|
|
|
934
930
|
export class Identity {
|
|
935
931
|
static __wrap(ptr) {
|
|
936
|
-
ptr = ptr >>> 0;
|
|
937
932
|
const obj = Object.create(Identity.prototype);
|
|
938
933
|
obj.__wbg_ptr = ptr;
|
|
939
934
|
IdentityFinalization.register(obj, obj.__wbg_ptr, obj);
|
|
@@ -1112,7 +1107,6 @@ export const IdentityTypeWeb = Object.freeze({
|
|
|
1112
1107
|
|
|
1113
1108
|
export class Notification {
|
|
1114
1109
|
static __wrap(ptr) {
|
|
1115
|
-
ptr = ptr >>> 0;
|
|
1116
1110
|
const obj = Object.create(Notification.prototype);
|
|
1117
1111
|
obj.__wbg_ptr = ptr;
|
|
1118
1112
|
NotificationFinalization.register(obj, obj.__wbg_ptr, obj);
|
|
@@ -1218,11 +1212,11 @@ export function task_worker_entry_point(ptr) {
|
|
|
1218
1212
|
function __wbg_get_imports() {
|
|
1219
1213
|
const import0 = {
|
|
1220
1214
|
__proto__: null,
|
|
1221
|
-
|
|
1215
|
+
__wbg_Error_3639a60ed15f87e7: function(arg0, arg1) {
|
|
1222
1216
|
const ret = Error(getStringFromWasm0(arg0, arg1));
|
|
1223
1217
|
return ret;
|
|
1224
1218
|
},
|
|
1225
|
-
|
|
1219
|
+
__wbg_Number_a3d737fd183f7dca: function(arg0) {
|
|
1226
1220
|
const ret = Number(arg0);
|
|
1227
1221
|
return ret;
|
|
1228
1222
|
},
|
|
@@ -1233,68 +1227,68 @@ function __wbg_get_imports() {
|
|
|
1233
1227
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
1234
1228
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
1235
1229
|
},
|
|
1236
|
-
|
|
1230
|
+
__wbg___wbindgen_bigint_get_as_i64_3af6d4ca77193a4b: function(arg0, arg1) {
|
|
1237
1231
|
const v = arg1;
|
|
1238
1232
|
const ret = typeof(v) === 'bigint' ? v : undefined;
|
|
1239
1233
|
getDataViewMemory0().setBigInt64(arg0 + 8 * 1, isLikeNone(ret) ? BigInt(0) : ret, true);
|
|
1240
1234
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, !isLikeNone(ret), true);
|
|
1241
1235
|
},
|
|
1242
|
-
|
|
1236
|
+
__wbg___wbindgen_boolean_get_c3dd5c39f1b5a12b: function(arg0) {
|
|
1243
1237
|
const v = arg0;
|
|
1244
1238
|
const ret = typeof(v) === 'boolean' ? v : undefined;
|
|
1245
1239
|
return isLikeNone(ret) ? 0xFFFFFF : ret ? 1 : 0;
|
|
1246
1240
|
},
|
|
1247
|
-
|
|
1241
|
+
__wbg___wbindgen_debug_string_07cb72cfcc952e2b: function(arg0, arg1) {
|
|
1248
1242
|
const ret = debugString(arg1);
|
|
1249
1243
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
1250
1244
|
const len1 = WASM_VECTOR_LEN;
|
|
1251
1245
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
1252
1246
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
1253
1247
|
},
|
|
1254
|
-
|
|
1248
|
+
__wbg___wbindgen_in_2617fa76397620d3: function(arg0, arg1) {
|
|
1255
1249
|
const ret = arg0 in arg1;
|
|
1256
1250
|
return ret;
|
|
1257
1251
|
},
|
|
1258
|
-
|
|
1252
|
+
__wbg___wbindgen_is_bigint_d6a8167cac401b95: function(arg0) {
|
|
1259
1253
|
const ret = typeof(arg0) === 'bigint';
|
|
1260
1254
|
return ret;
|
|
1261
1255
|
},
|
|
1262
|
-
|
|
1256
|
+
__wbg___wbindgen_is_falsy_f076b393b3ef7644: function(arg0) {
|
|
1263
1257
|
const ret = !arg0;
|
|
1264
1258
|
return ret;
|
|
1265
1259
|
},
|
|
1266
|
-
|
|
1260
|
+
__wbg___wbindgen_is_function_2f0fd7ceb86e64c5: function(arg0) {
|
|
1267
1261
|
const ret = typeof(arg0) === 'function';
|
|
1268
1262
|
return ret;
|
|
1269
1263
|
},
|
|
1270
|
-
|
|
1264
|
+
__wbg___wbindgen_is_object_5b22ff2418063a9c: function(arg0) {
|
|
1271
1265
|
const val = arg0;
|
|
1272
1266
|
const ret = typeof(val) === 'object' && val !== null;
|
|
1273
1267
|
return ret;
|
|
1274
1268
|
},
|
|
1275
|
-
|
|
1269
|
+
__wbg___wbindgen_is_string_eddc07a3efad52e6: function(arg0) {
|
|
1276
1270
|
const ret = typeof(arg0) === 'string';
|
|
1277
1271
|
return ret;
|
|
1278
1272
|
},
|
|
1279
|
-
|
|
1273
|
+
__wbg___wbindgen_is_undefined_244a92c34d3b6ec0: function(arg0) {
|
|
1280
1274
|
const ret = arg0 === undefined;
|
|
1281
1275
|
return ret;
|
|
1282
1276
|
},
|
|
1283
|
-
|
|
1277
|
+
__wbg___wbindgen_jsval_eq_403eaa3610500a25: function(arg0, arg1) {
|
|
1284
1278
|
const ret = arg0 === arg1;
|
|
1285
1279
|
return ret;
|
|
1286
1280
|
},
|
|
1287
|
-
|
|
1281
|
+
__wbg___wbindgen_jsval_loose_eq_1978f1e77b4bce62: function(arg0, arg1) {
|
|
1288
1282
|
const ret = arg0 == arg1;
|
|
1289
1283
|
return ret;
|
|
1290
1284
|
},
|
|
1291
|
-
|
|
1285
|
+
__wbg___wbindgen_number_get_dd6d69a6079f26f1: function(arg0, arg1) {
|
|
1292
1286
|
const obj = arg1;
|
|
1293
1287
|
const ret = typeof(obj) === 'number' ? obj : undefined;
|
|
1294
1288
|
getDataViewMemory0().setFloat64(arg0 + 8 * 1, isLikeNone(ret) ? 0 : ret, true);
|
|
1295
1289
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, !isLikeNone(ret), true);
|
|
1296
1290
|
},
|
|
1297
|
-
|
|
1291
|
+
__wbg___wbindgen_string_get_965592073e5d848c: function(arg0, arg1) {
|
|
1298
1292
|
const obj = arg1;
|
|
1299
1293
|
const ret = typeof(obj) === 'string' ? obj : undefined;
|
|
1300
1294
|
var ptr1 = isLikeNone(ret) ? 0 : passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
@@ -1302,41 +1296,41 @@ function __wbg_get_imports() {
|
|
|
1302
1296
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
1303
1297
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
1304
1298
|
},
|
|
1305
|
-
|
|
1299
|
+
__wbg___wbindgen_throw_9c75d47bf9e7731e: function(arg0, arg1) {
|
|
1306
1300
|
throw new Error(getStringFromWasm0(arg0, arg1));
|
|
1307
1301
|
},
|
|
1308
|
-
|
|
1302
|
+
__wbg__wbg_cb_unref_158e43e869788cdc: function(arg0) {
|
|
1309
1303
|
arg0._wbg_cb_unref();
|
|
1310
1304
|
},
|
|
1311
|
-
|
|
1312
|
-
arg0.abort();
|
|
1305
|
+
__wbg_abort_43913e33ecb83d0d: function(arg0, arg1) {
|
|
1306
|
+
arg0.abort(arg1);
|
|
1313
1307
|
},
|
|
1314
|
-
|
|
1308
|
+
__wbg_abort_4674d717e4784501: function() { return handleError(function (arg0) {
|
|
1315
1309
|
arg0.abort();
|
|
1316
1310
|
}, arguments); },
|
|
1317
|
-
|
|
1318
|
-
arg0.abort(
|
|
1311
|
+
__wbg_abort_87eb7f23cf4b73d1: function(arg0) {
|
|
1312
|
+
arg0.abort();
|
|
1319
1313
|
},
|
|
1320
|
-
|
|
1314
|
+
__wbg_advance_6b75ebf105e802a5: function() { return handleError(function (arg0, arg1) {
|
|
1321
1315
|
arg0.advance(arg1 >>> 0);
|
|
1322
1316
|
}, arguments); },
|
|
1323
|
-
|
|
1317
|
+
__wbg_append_8df396311184f750: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4) {
|
|
1324
1318
|
arg0.append(getStringFromWasm0(arg1, arg2), getStringFromWasm0(arg3, arg4));
|
|
1325
1319
|
}, arguments); },
|
|
1326
|
-
|
|
1320
|
+
__wbg_arrayBuffer_87e3ac06d961f7a0: function() { return handleError(function (arg0) {
|
|
1327
1321
|
const ret = arg0.arrayBuffer();
|
|
1328
1322
|
return ret;
|
|
1329
1323
|
}, arguments); },
|
|
1330
|
-
|
|
1324
|
+
__wbg_bound_ab9ce2885a16a324: function() { return handleError(function (arg0, arg1, arg2, arg3) {
|
|
1331
1325
|
const ret = IDBKeyRange.bound(arg0, arg1, arg2 !== 0, arg3 !== 0);
|
|
1332
1326
|
return ret;
|
|
1333
1327
|
}, arguments); },
|
|
1334
|
-
|
|
1335
|
-
const ret = arg0.call(arg1);
|
|
1328
|
+
__wbg_call_a41d6421b30a32c5: function() { return handleError(function (arg0, arg1, arg2) {
|
|
1329
|
+
const ret = arg0.call(arg1, arg2);
|
|
1336
1330
|
return ret;
|
|
1337
1331
|
}, arguments); },
|
|
1338
|
-
|
|
1339
|
-
const ret = arg0.call(arg1
|
|
1332
|
+
__wbg_call_add9e5a76382e668: function() { return handleError(function (arg0, arg1) {
|
|
1333
|
+
const ret = arg0.call(arg1);
|
|
1340
1334
|
return ret;
|
|
1341
1335
|
}, arguments); },
|
|
1342
1336
|
__wbg_clearInterval_f2824d65a83440ff: function(arg0) {
|
|
@@ -1350,29 +1344,29 @@ function __wbg_get_imports() {
|
|
|
1350
1344
|
const ret = clearTimeout(arg0);
|
|
1351
1345
|
return ret;
|
|
1352
1346
|
},
|
|
1353
|
-
|
|
1347
|
+
__wbg_close_931d0c62e2aab92c: function() { return handleError(function (arg0) {
|
|
1354
1348
|
arg0.close();
|
|
1355
1349
|
}, arguments); },
|
|
1356
|
-
|
|
1350
|
+
__wbg_code_be6f339819ebb2c4: function(arg0) {
|
|
1357
1351
|
const ret = arg0.code;
|
|
1358
1352
|
return ret;
|
|
1359
1353
|
},
|
|
1360
|
-
|
|
1354
|
+
__wbg_code_f1d2ddc1fbbb5aad: function(arg0) {
|
|
1361
1355
|
const ret = arg0.code;
|
|
1362
1356
|
return ret;
|
|
1363
1357
|
},
|
|
1364
|
-
|
|
1358
|
+
__wbg_contains_a9d7c82aa428760e: function(arg0, arg1, arg2) {
|
|
1365
1359
|
const ret = arg0.contains(getStringFromWasm0(arg1, arg2));
|
|
1366
1360
|
return ret;
|
|
1367
1361
|
},
|
|
1368
|
-
|
|
1362
|
+
__wbg_continue_f4956791611d87f7: function() { return handleError(function (arg0) {
|
|
1369
1363
|
arg0.continue();
|
|
1370
1364
|
}, arguments); },
|
|
1371
|
-
|
|
1365
|
+
__wbg_createIndex_1a9e73bea5fe151a: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4) {
|
|
1372
1366
|
const ret = arg0.createIndex(getStringFromWasm0(arg1, arg2), arg3, arg4);
|
|
1373
1367
|
return ret;
|
|
1374
1368
|
}, arguments); },
|
|
1375
|
-
|
|
1369
|
+
__wbg_createObjectStore_a38fb808eb58c1b0: function() { return handleError(function (arg0, arg1, arg2, arg3) {
|
|
1376
1370
|
const ret = arg0.createObjectStore(getStringFromWasm0(arg1, arg2), arg3);
|
|
1377
1371
|
return ret;
|
|
1378
1372
|
}, arguments); },
|
|
@@ -1380,38 +1374,35 @@ function __wbg_get_imports() {
|
|
|
1380
1374
|
const ret = arg0.crypto;
|
|
1381
1375
|
return ret;
|
|
1382
1376
|
},
|
|
1383
|
-
|
|
1377
|
+
__wbg_data_4a14fad4c5f216c4: function(arg0) {
|
|
1384
1378
|
const ret = arg0.data;
|
|
1385
1379
|
return ret;
|
|
1386
1380
|
},
|
|
1387
|
-
|
|
1381
|
+
__wbg_debug_94a9fb2c3e2982f9: function(arg0, arg1, arg2, arg3) {
|
|
1388
1382
|
console.debug(arg0, arg1, arg2, arg3);
|
|
1389
1383
|
},
|
|
1390
|
-
|
|
1384
|
+
__wbg_deleteIndex_b3b55db040ad70d5: function() { return handleError(function (arg0, arg1, arg2) {
|
|
1391
1385
|
arg0.deleteIndex(getStringFromWasm0(arg1, arg2));
|
|
1392
1386
|
}, arguments); },
|
|
1393
|
-
|
|
1387
|
+
__wbg_deleteObjectStore_6ad84c283b9b8d30: function() { return handleError(function (arg0, arg1, arg2) {
|
|
1394
1388
|
arg0.deleteObjectStore(getStringFromWasm0(arg1, arg2));
|
|
1395
1389
|
}, arguments); },
|
|
1396
|
-
|
|
1390
|
+
__wbg_delete_44cfabf3a012f317: function() { return handleError(function (arg0, arg1) {
|
|
1397
1391
|
const ret = arg0.delete(arg1);
|
|
1398
1392
|
return ret;
|
|
1399
1393
|
}, arguments); },
|
|
1400
|
-
|
|
1394
|
+
__wbg_done_b1afd6201ac045e0: function(arg0) {
|
|
1401
1395
|
const ret = arg0.done;
|
|
1402
1396
|
return ret;
|
|
1403
1397
|
},
|
|
1404
|
-
|
|
1398
|
+
__wbg_entries_bb9843ba73dc70d6: function(arg0) {
|
|
1405
1399
|
const ret = Object.entries(arg0);
|
|
1406
1400
|
return ret;
|
|
1407
1401
|
},
|
|
1408
|
-
|
|
1402
|
+
__wbg_error_50ac20baf3ef22cf: function() { return handleError(function (arg0) {
|
|
1409
1403
|
const ret = arg0.error;
|
|
1410
1404
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
1411
1405
|
}, arguments); },
|
|
1412
|
-
__wbg_error_a6a4bb2525a88971: function(arg0, arg1, arg2, arg3) {
|
|
1413
|
-
console.error(arg0, arg1, arg2, arg3);
|
|
1414
|
-
},
|
|
1415
1406
|
__wbg_error_a6fa202b58aa1cd3: function(arg0, arg1) {
|
|
1416
1407
|
let deferred0_0;
|
|
1417
1408
|
let deferred0_1;
|
|
@@ -1426,7 +1417,10 @@ function __wbg_get_imports() {
|
|
|
1426
1417
|
__wbg_error_ba2b2915aeba36d8: function(arg0, arg1) {
|
|
1427
1418
|
console.error(getStringFromWasm0(arg0, arg1));
|
|
1428
1419
|
},
|
|
1429
|
-
|
|
1420
|
+
__wbg_error_e92447754a575869: function(arg0, arg1, arg2, arg3) {
|
|
1421
|
+
console.error(arg0, arg1, arg2, arg3);
|
|
1422
|
+
},
|
|
1423
|
+
__wbg_fetch_1a030943aa8e0c38: function(arg0, arg1) {
|
|
1430
1424
|
const ret = arg0.fetch(arg1);
|
|
1431
1425
|
return ret;
|
|
1432
1426
|
},
|
|
@@ -1443,38 +1437,38 @@ function __wbg_get_imports() {
|
|
|
1443
1437
|
__wbg_getRandomValues_ef12552bf5acd2fe: function() { return handleError(function (arg0, arg1) {
|
|
1444
1438
|
globalThis.crypto.getRandomValues(getArrayU8FromWasm0(arg0, arg1));
|
|
1445
1439
|
}, arguments); },
|
|
1446
|
-
|
|
1440
|
+
__wbg_getTime_e599bee315e19eba: function(arg0) {
|
|
1447
1441
|
const ret = arg0.getTime();
|
|
1448
1442
|
return ret;
|
|
1449
1443
|
},
|
|
1450
|
-
|
|
1444
|
+
__wbg_getTimezoneOffset_d843b3968046e734: function(arg0) {
|
|
1451
1445
|
const ret = arg0.getTimezoneOffset();
|
|
1452
1446
|
return ret;
|
|
1453
1447
|
},
|
|
1454
|
-
|
|
1448
|
+
__wbg_get_41476db20fef99a8: function() { return handleError(function (arg0, arg1) {
|
|
1455
1449
|
const ret = Reflect.get(arg0, arg1);
|
|
1456
1450
|
return ret;
|
|
1457
1451
|
}, arguments); },
|
|
1458
|
-
|
|
1459
|
-
const ret = arg1
|
|
1460
|
-
|
|
1461
|
-
var len1 = WASM_VECTOR_LEN;
|
|
1462
|
-
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
1463
|
-
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
1452
|
+
__wbg_get_652f640b3b0b6e3e: function(arg0, arg1) {
|
|
1453
|
+
const ret = arg0[arg1 >>> 0];
|
|
1454
|
+
return ret;
|
|
1464
1455
|
},
|
|
1465
|
-
|
|
1456
|
+
__wbg_get_9cfea9b7bbf12a15: function() { return handleError(function (arg0, arg1) {
|
|
1466
1457
|
const ret = Reflect.get(arg0, arg1);
|
|
1467
1458
|
return ret;
|
|
1468
1459
|
}, arguments); },
|
|
1469
|
-
|
|
1460
|
+
__wbg_get_b2f60c8ef9144d86: function() { return handleError(function (arg0, arg1) {
|
|
1470
1461
|
const ret = arg0.get(arg1);
|
|
1471
1462
|
return ret;
|
|
1472
1463
|
}, arguments); },
|
|
1473
|
-
|
|
1474
|
-
const ret =
|
|
1475
|
-
|
|
1464
|
+
__wbg_get_f5708dc60b30eea7: function(arg0, arg1, arg2) {
|
|
1465
|
+
const ret = arg1[arg2 >>> 0];
|
|
1466
|
+
var ptr1 = isLikeNone(ret) ? 0 : passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
1467
|
+
var len1 = WASM_VECTOR_LEN;
|
|
1468
|
+
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
1469
|
+
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
1476
1470
|
},
|
|
1477
|
-
|
|
1471
|
+
__wbg_get_unchecked_be562b1421656321: function(arg0, arg1) {
|
|
1478
1472
|
const ret = arg0[arg1 >>> 0];
|
|
1479
1473
|
return ret;
|
|
1480
1474
|
},
|
|
@@ -1482,22 +1476,22 @@ function __wbg_get_imports() {
|
|
|
1482
1476
|
const ret = arg0[arg1];
|
|
1483
1477
|
return ret;
|
|
1484
1478
|
},
|
|
1485
|
-
|
|
1479
|
+
__wbg_has_3a6f31f647e0ba22: function() { return handleError(function (arg0, arg1) {
|
|
1486
1480
|
const ret = Reflect.has(arg0, arg1);
|
|
1487
1481
|
return ret;
|
|
1488
1482
|
}, arguments); },
|
|
1489
|
-
|
|
1483
|
+
__wbg_headers_de17f740bce997ae: function(arg0) {
|
|
1490
1484
|
const ret = arg0.headers;
|
|
1491
1485
|
return ret;
|
|
1492
1486
|
},
|
|
1493
|
-
|
|
1487
|
+
__wbg_indexNames_8ea6e6f4086844dd: function(arg0) {
|
|
1494
1488
|
const ret = arg0.indexNames;
|
|
1495
1489
|
return ret;
|
|
1496
1490
|
},
|
|
1497
|
-
|
|
1491
|
+
__wbg_info_eba996fb48d58831: function(arg0, arg1, arg2, arg3) {
|
|
1498
1492
|
console.info(arg0, arg1, arg2, arg3);
|
|
1499
1493
|
},
|
|
1500
|
-
|
|
1494
|
+
__wbg_instanceof_ArrayBuffer_eab9f28fbec23477: function(arg0) {
|
|
1501
1495
|
let result;
|
|
1502
1496
|
try {
|
|
1503
1497
|
result = arg0 instanceof ArrayBuffer;
|
|
@@ -1507,7 +1501,7 @@ function __wbg_get_imports() {
|
|
|
1507
1501
|
const ret = result;
|
|
1508
1502
|
return ret;
|
|
1509
1503
|
},
|
|
1510
|
-
|
|
1504
|
+
__wbg_instanceof_Blob_03470b25075ee8f1: function(arg0) {
|
|
1511
1505
|
let result;
|
|
1512
1506
|
try {
|
|
1513
1507
|
result = arg0 instanceof Blob;
|
|
@@ -1517,7 +1511,7 @@ function __wbg_get_imports() {
|
|
|
1517
1511
|
const ret = result;
|
|
1518
1512
|
return ret;
|
|
1519
1513
|
},
|
|
1520
|
-
|
|
1514
|
+
__wbg_instanceof_IdbFactory_74c5d1b3e196316b: function(arg0) {
|
|
1521
1515
|
let result;
|
|
1522
1516
|
try {
|
|
1523
1517
|
result = arg0 instanceof IDBFactory;
|
|
@@ -1527,7 +1521,7 @@ function __wbg_get_imports() {
|
|
|
1527
1521
|
const ret = result;
|
|
1528
1522
|
return ret;
|
|
1529
1523
|
},
|
|
1530
|
-
|
|
1524
|
+
__wbg_instanceof_Map_10d4edf60fcf9327: function(arg0) {
|
|
1531
1525
|
let result;
|
|
1532
1526
|
try {
|
|
1533
1527
|
result = arg0 instanceof Map;
|
|
@@ -1537,7 +1531,7 @@ function __wbg_get_imports() {
|
|
|
1537
1531
|
const ret = result;
|
|
1538
1532
|
return ret;
|
|
1539
1533
|
},
|
|
1540
|
-
|
|
1534
|
+
__wbg_instanceof_Response_370b83aa6c17e88a: function(arg0) {
|
|
1541
1535
|
let result;
|
|
1542
1536
|
try {
|
|
1543
1537
|
result = arg0 instanceof Response;
|
|
@@ -1547,7 +1541,7 @@ function __wbg_get_imports() {
|
|
|
1547
1541
|
const ret = result;
|
|
1548
1542
|
return ret;
|
|
1549
1543
|
},
|
|
1550
|
-
|
|
1544
|
+
__wbg_instanceof_Uint8Array_57d77acd50e4c44d: function(arg0) {
|
|
1551
1545
|
let result;
|
|
1552
1546
|
try {
|
|
1553
1547
|
result = arg0 instanceof Uint8Array;
|
|
@@ -1557,68 +1551,46 @@ function __wbg_get_imports() {
|
|
|
1557
1551
|
const ret = result;
|
|
1558
1552
|
return ret;
|
|
1559
1553
|
},
|
|
1560
|
-
|
|
1554
|
+
__wbg_isArray_c6c6ef8308995bcf: function(arg0) {
|
|
1561
1555
|
const ret = Array.isArray(arg0);
|
|
1562
1556
|
return ret;
|
|
1563
1557
|
},
|
|
1564
|
-
|
|
1558
|
+
__wbg_isSafeInteger_3c56c421a5b4cce4: function(arg0) {
|
|
1565
1559
|
const ret = Number.isSafeInteger(arg0);
|
|
1566
1560
|
return ret;
|
|
1567
1561
|
},
|
|
1568
|
-
|
|
1562
|
+
__wbg_iterator_9d68985a1d096fc2: function() {
|
|
1569
1563
|
const ret = Symbol.iterator;
|
|
1570
1564
|
return ret;
|
|
1571
1565
|
},
|
|
1572
|
-
|
|
1566
|
+
__wbg_key_ed37bd2129049b6c: function() { return handleError(function (arg0) {
|
|
1573
1567
|
const ret = arg0.key;
|
|
1574
1568
|
return ret;
|
|
1575
1569
|
}, arguments); },
|
|
1576
|
-
|
|
1570
|
+
__wbg_length_0a6ce016dc1460b0: function(arg0) {
|
|
1577
1571
|
const ret = arg0.length;
|
|
1578
1572
|
return ret;
|
|
1579
1573
|
},
|
|
1580
|
-
|
|
1574
|
+
__wbg_length_6098743bd3aaee38: function(arg0) {
|
|
1581
1575
|
const ret = arg0.length;
|
|
1582
1576
|
return ret;
|
|
1583
1577
|
},
|
|
1584
|
-
|
|
1578
|
+
__wbg_length_ba3c032602efe310: function(arg0) {
|
|
1585
1579
|
const ret = arg0.length;
|
|
1586
1580
|
return ret;
|
|
1587
1581
|
},
|
|
1588
|
-
|
|
1582
|
+
__wbg_log_36199e35916a41aa: function(arg0, arg1, arg2, arg3) {
|
|
1589
1583
|
console.log(arg0, arg1, arg2, arg3);
|
|
1590
1584
|
},
|
|
1591
1585
|
__wbg_msCrypto_bd5a034af96bcba6: function(arg0) {
|
|
1592
1586
|
const ret = arg0.msCrypto;
|
|
1593
1587
|
return ret;
|
|
1594
1588
|
},
|
|
1595
|
-
|
|
1596
|
-
try {
|
|
1597
|
-
var state0 = {a: arg0, b: arg1};
|
|
1598
|
-
var cb0 = (arg0, arg1) => {
|
|
1599
|
-
const a = state0.a;
|
|
1600
|
-
state0.a = 0;
|
|
1601
|
-
try {
|
|
1602
|
-
return wasm_bindgen__convert__closures_____invoke__h08ba80926c9c1583(a, state0.b, arg0, arg1);
|
|
1603
|
-
} finally {
|
|
1604
|
-
state0.a = a;
|
|
1605
|
-
}
|
|
1606
|
-
};
|
|
1607
|
-
const ret = new Promise(cb0);
|
|
1608
|
-
return ret;
|
|
1609
|
-
} finally {
|
|
1610
|
-
state0.a = 0;
|
|
1611
|
-
}
|
|
1612
|
-
},
|
|
1613
|
-
__wbg_new_0_4d657201ced14de3: function() {
|
|
1589
|
+
__wbg_new_0_e486ec9936f7edbf: function() {
|
|
1614
1590
|
const ret = new Date();
|
|
1615
1591
|
return ret;
|
|
1616
1592
|
},
|
|
1617
|
-
|
|
1618
|
-
const ret = new Uint8Array(arg0);
|
|
1619
|
-
return ret;
|
|
1620
|
-
},
|
|
1621
|
-
__wbg_new_15a4889b4b90734d: function() { return handleError(function () {
|
|
1593
|
+
__wbg_new_18865c63fa645c6f: function() { return handleError(function () {
|
|
1622
1594
|
const ret = new Headers();
|
|
1623
1595
|
return ret;
|
|
1624
1596
|
}, arguments); },
|
|
@@ -1626,42 +1598,64 @@ function __wbg_get_imports() {
|
|
|
1626
1598
|
const ret = new Error();
|
|
1627
1599
|
return ret;
|
|
1628
1600
|
},
|
|
1629
|
-
|
|
1630
|
-
const ret = new
|
|
1631
|
-
return ret;
|
|
1632
|
-
}, arguments); },
|
|
1633
|
-
__wbg_new_34d45cc8e36aaead: function() {
|
|
1634
|
-
const ret = new Map();
|
|
1601
|
+
__wbg_new_2fad8ca02fd00684: function() {
|
|
1602
|
+
const ret = new Object();
|
|
1635
1603
|
return ret;
|
|
1636
1604
|
},
|
|
1637
|
-
|
|
1605
|
+
__wbg_new_3baa8d9866155c79: function() {
|
|
1638
1606
|
const ret = new Array();
|
|
1639
1607
|
return ret;
|
|
1640
1608
|
},
|
|
1641
|
-
|
|
1642
|
-
const ret = new
|
|
1609
|
+
__wbg_new_46ae4e4ff2a07a64: function() {
|
|
1610
|
+
const ret = new Map();
|
|
1643
1611
|
return ret;
|
|
1644
1612
|
},
|
|
1645
|
-
|
|
1613
|
+
__wbg_new_51ff470dc2f61e27: function() { return handleError(function () {
|
|
1646
1614
|
const ret = new AbortController();
|
|
1647
1615
|
return ret;
|
|
1648
1616
|
}, arguments); },
|
|
1649
|
-
|
|
1650
|
-
const ret = new
|
|
1617
|
+
__wbg_new_71b820e9c1f9ee88: function() { return handleError(function (arg0, arg1) {
|
|
1618
|
+
const ret = new WebSocket(getStringFromWasm0(arg0, arg1));
|
|
1619
|
+
return ret;
|
|
1620
|
+
}, arguments); },
|
|
1621
|
+
__wbg_new_8454eee672b2ba6e: function(arg0) {
|
|
1622
|
+
const ret = new Uint8Array(arg0);
|
|
1651
1623
|
return ret;
|
|
1652
1624
|
},
|
|
1653
|
-
|
|
1625
|
+
__wbg_new_b47e026ba742fe65: function(arg0) {
|
|
1626
|
+
const ret = new Date(arg0);
|
|
1627
|
+
return ret;
|
|
1628
|
+
},
|
|
1629
|
+
__wbg_new_eb8acd9352be84ba: function(arg0, arg1) {
|
|
1630
|
+
try {
|
|
1631
|
+
var state0 = {a: arg0, b: arg1};
|
|
1632
|
+
var cb0 = (arg0, arg1) => {
|
|
1633
|
+
const a = state0.a;
|
|
1634
|
+
state0.a = 0;
|
|
1635
|
+
try {
|
|
1636
|
+
return wasm_bindgen__convert__closures_____invoke__h3cb0ecfd731c1cb8(a, state0.b, arg0, arg1);
|
|
1637
|
+
} finally {
|
|
1638
|
+
state0.a = a;
|
|
1639
|
+
}
|
|
1640
|
+
};
|
|
1641
|
+
const ret = new Promise(cb0);
|
|
1642
|
+
return ret;
|
|
1643
|
+
} finally {
|
|
1644
|
+
state0.a = 0;
|
|
1645
|
+
}
|
|
1646
|
+
},
|
|
1647
|
+
__wbg_new_from_slice_5a173c243af2e823: function(arg0, arg1) {
|
|
1654
1648
|
const ret = new Uint8Array(getArrayU8FromWasm0(arg0, arg1));
|
|
1655
1649
|
return ret;
|
|
1656
1650
|
},
|
|
1657
|
-
|
|
1651
|
+
__wbg_new_typed_1137602701dc87d4: function(arg0, arg1) {
|
|
1658
1652
|
try {
|
|
1659
1653
|
var state0 = {a: arg0, b: arg1};
|
|
1660
1654
|
var cb0 = (arg0, arg1) => {
|
|
1661
1655
|
const a = state0.a;
|
|
1662
1656
|
state0.a = 0;
|
|
1663
1657
|
try {
|
|
1664
|
-
return
|
|
1658
|
+
return wasm_bindgen__convert__closures_____invoke__h3cb0ecfd731c1cb8(a, state0.b, arg0, arg1);
|
|
1665
1659
|
} finally {
|
|
1666
1660
|
state0.a = a;
|
|
1667
1661
|
}
|
|
@@ -1672,22 +1666,22 @@ function __wbg_get_imports() {
|
|
|
1672
1666
|
state0.a = 0;
|
|
1673
1667
|
}
|
|
1674
1668
|
},
|
|
1675
|
-
|
|
1669
|
+
__wbg_new_with_length_9011f5da794bf5d9: function(arg0) {
|
|
1676
1670
|
const ret = new Uint8Array(arg0 >>> 0);
|
|
1677
1671
|
return ret;
|
|
1678
1672
|
},
|
|
1679
|
-
|
|
1673
|
+
__wbg_new_with_str_and_init_da311e12114f4d1e: function() { return handleError(function (arg0, arg1, arg2) {
|
|
1680
1674
|
const ret = new Request(getStringFromWasm0(arg0, arg1), arg2);
|
|
1681
1675
|
return ret;
|
|
1682
1676
|
}, arguments); },
|
|
1683
|
-
|
|
1684
|
-
const ret = arg0.next();
|
|
1685
|
-
return ret;
|
|
1686
|
-
}, arguments); },
|
|
1687
|
-
__wbg_next_7646edaa39458ef7: function(arg0) {
|
|
1677
|
+
__wbg_next_261c3c48c6e309a5: function(arg0) {
|
|
1688
1678
|
const ret = arg0.next;
|
|
1689
1679
|
return ret;
|
|
1690
1680
|
},
|
|
1681
|
+
__wbg_next_aacee310bcfe6461: function() { return handleError(function (arg0) {
|
|
1682
|
+
const ret = arg0.next();
|
|
1683
|
+
return ret;
|
|
1684
|
+
}, arguments); },
|
|
1691
1685
|
__wbg_node_84ea875411254db1: function(arg0) {
|
|
1692
1686
|
const ret = arg0.node;
|
|
1693
1687
|
return ret;
|
|
@@ -1696,43 +1690,43 @@ function __wbg_get_imports() {
|
|
|
1696
1690
|
const ret = Date.now();
|
|
1697
1691
|
return ret;
|
|
1698
1692
|
}, arguments); },
|
|
1699
|
-
|
|
1700
|
-
const ret =
|
|
1693
|
+
__wbg_now_4f457f10f864aec5: function() {
|
|
1694
|
+
const ret = Date.now();
|
|
1701
1695
|
return ret;
|
|
1702
1696
|
},
|
|
1703
1697
|
__wbg_now_6c1d1e978b8b5f6e: function(arg0) {
|
|
1704
1698
|
const ret = arg0.now();
|
|
1705
1699
|
return ret;
|
|
1706
1700
|
},
|
|
1707
|
-
|
|
1708
|
-
const ret =
|
|
1701
|
+
__wbg_now_b205f8c23840112e: function(arg0) {
|
|
1702
|
+
const ret = arg0.now();
|
|
1709
1703
|
return ret;
|
|
1710
1704
|
},
|
|
1711
|
-
|
|
1705
|
+
__wbg_objectStoreNames_87bc5ac8a8ae0663: function(arg0) {
|
|
1712
1706
|
const ret = arg0.objectStoreNames;
|
|
1713
1707
|
return ret;
|
|
1714
1708
|
},
|
|
1715
|
-
|
|
1709
|
+
__wbg_objectStore_20dd598b399f89ea: function() { return handleError(function (arg0, arg1, arg2) {
|
|
1716
1710
|
const ret = arg0.objectStore(getStringFromWasm0(arg1, arg2));
|
|
1717
1711
|
return ret;
|
|
1718
1712
|
}, arguments); },
|
|
1719
|
-
|
|
1713
|
+
__wbg_openCursor_a9221449e7268e02: function() { return handleError(function (arg0, arg1, arg2) {
|
|
1720
1714
|
const ret = arg0.openCursor(arg1, __wbindgen_enum_IdbCursorDirection[arg2]);
|
|
1721
1715
|
return ret;
|
|
1722
1716
|
}, arguments); },
|
|
1723
|
-
|
|
1717
|
+
__wbg_openCursor_ba895e1c7aa2b846: function() { return handleError(function (arg0, arg1) {
|
|
1724
1718
|
const ret = arg0.openCursor(arg1);
|
|
1725
1719
|
return ret;
|
|
1726
1720
|
}, arguments); },
|
|
1727
|
-
|
|
1721
|
+
__wbg_openCursor_ebc2623e3193a5e5: function() { return handleError(function (arg0) {
|
|
1728
1722
|
const ret = arg0.openCursor();
|
|
1729
1723
|
return ret;
|
|
1730
1724
|
}, arguments); },
|
|
1731
|
-
|
|
1725
|
+
__wbg_open_16b72361dd6a04a7: function() { return handleError(function (arg0, arg1, arg2) {
|
|
1732
1726
|
const ret = arg0.open(getStringFromWasm0(arg1, arg2));
|
|
1733
1727
|
return ret;
|
|
1734
1728
|
}, arguments); },
|
|
1735
|
-
|
|
1729
|
+
__wbg_open_5a9e43bc5e42b3c5: function() { return handleError(function (arg0, arg1, arg2, arg3) {
|
|
1736
1730
|
const ret = arg0.open(getStringFromWasm0(arg1, arg2), arg3 >>> 0);
|
|
1737
1731
|
return ret;
|
|
1738
1732
|
}, arguments); },
|
|
@@ -1740,43 +1734,43 @@ function __wbg_get_imports() {
|
|
|
1740
1734
|
const ret = arg0.performance;
|
|
1741
1735
|
return ret;
|
|
1742
1736
|
},
|
|
1743
|
-
|
|
1737
|
+
__wbg_postMessage_ead2ef5ee8c7a94e: function() { return handleError(function (arg0, arg1) {
|
|
1744
1738
|
arg0.postMessage(arg1);
|
|
1745
1739
|
}, arguments); },
|
|
1746
1740
|
__wbg_process_44c7a14e11e9f69e: function(arg0) {
|
|
1747
1741
|
const ret = arg0.process;
|
|
1748
1742
|
return ret;
|
|
1749
1743
|
},
|
|
1750
|
-
|
|
1744
|
+
__wbg_prototypesetcall_fd4050e806e1d519: function(arg0, arg1, arg2) {
|
|
1751
1745
|
Uint8Array.prototype.set.call(getArrayU8FromWasm0(arg0, arg1), arg2);
|
|
1752
1746
|
},
|
|
1753
|
-
|
|
1747
|
+
__wbg_push_60a5366c0bb22a7d: function(arg0, arg1) {
|
|
1754
1748
|
const ret = arg0.push(arg1);
|
|
1755
1749
|
return ret;
|
|
1756
1750
|
},
|
|
1757
|
-
|
|
1751
|
+
__wbg_put_2d300ccd64298cb7: function() { return handleError(function (arg0, arg1) {
|
|
1758
1752
|
const ret = arg0.put(arg1);
|
|
1759
1753
|
return ret;
|
|
1760
1754
|
}, arguments); },
|
|
1761
|
-
|
|
1755
|
+
__wbg_put_3964c453c1f17a2b: function() { return handleError(function (arg0, arg1, arg2) {
|
|
1762
1756
|
const ret = arg0.put(arg1, arg2);
|
|
1763
1757
|
return ret;
|
|
1764
1758
|
}, arguments); },
|
|
1765
|
-
|
|
1759
|
+
__wbg_queueMicrotask_40ac6ffc2848ba77: function(arg0) {
|
|
1766
1760
|
queueMicrotask(arg0);
|
|
1767
1761
|
},
|
|
1768
|
-
|
|
1762
|
+
__wbg_queueMicrotask_74d092439f6494c1: function(arg0) {
|
|
1769
1763
|
const ret = arg0.queueMicrotask;
|
|
1770
1764
|
return ret;
|
|
1771
1765
|
},
|
|
1772
1766
|
__wbg_randomFillSync_6c25eac9869eb53c: function() { return handleError(function (arg0, arg1) {
|
|
1773
1767
|
arg0.randomFillSync(arg1);
|
|
1774
1768
|
}, arguments); },
|
|
1775
|
-
|
|
1769
|
+
__wbg_readyState_be3cc9403da6c6ae: function(arg0) {
|
|
1776
1770
|
const ret = arg0.readyState;
|
|
1777
1771
|
return ret;
|
|
1778
1772
|
},
|
|
1779
|
-
|
|
1773
|
+
__wbg_reason_fe958bcb63725f3b: function(arg0, arg1) {
|
|
1780
1774
|
const ret = arg1.reason;
|
|
1781
1775
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
1782
1776
|
const len1 = WASM_VECTOR_LEN;
|
|
@@ -1787,18 +1781,18 @@ function __wbg_get_imports() {
|
|
|
1787
1781
|
const ret = module.require;
|
|
1788
1782
|
return ret;
|
|
1789
1783
|
}, arguments); },
|
|
1790
|
-
|
|
1784
|
+
__wbg_resolve_9feb5d906ca62419: function(arg0) {
|
|
1791
1785
|
const ret = Promise.resolve(arg0);
|
|
1792
1786
|
return ret;
|
|
1793
1787
|
},
|
|
1794
|
-
|
|
1788
|
+
__wbg_result_2cd4f12832e66239: function() { return handleError(function (arg0) {
|
|
1795
1789
|
const ret = arg0.result;
|
|
1796
1790
|
return ret;
|
|
1797
1791
|
}, arguments); },
|
|
1798
|
-
|
|
1792
|
+
__wbg_send_0edb796d05cd3239: function() { return handleError(function (arg0, arg1, arg2) {
|
|
1799
1793
|
arg0.send(getStringFromWasm0(arg1, arg2));
|
|
1800
1794
|
}, arguments); },
|
|
1801
|
-
|
|
1795
|
+
__wbg_send_c422d0aa0cb71d09: function() { return handleError(function (arg0, arg1, arg2) {
|
|
1802
1796
|
arg0.send(getArrayU8FromWasm0(arg1, arg2));
|
|
1803
1797
|
}, arguments); },
|
|
1804
1798
|
__wbg_setInterval_589c59a1e7427be3: function(arg0, arg1) {
|
|
@@ -1820,83 +1814,83 @@ function __wbg_get_imports() {
|
|
|
1820
1814
|
const ret = setTimeout(arg0, arg1);
|
|
1821
1815
|
return ret;
|
|
1822
1816
|
},
|
|
1823
|
-
__wbg_set_3bf1de9fab0cd644: function(arg0, arg1, arg2) {
|
|
1824
|
-
arg0[arg1 >>> 0] = arg2;
|
|
1825
|
-
},
|
|
1826
1817
|
__wbg_set_6be42768c690e380: function(arg0, arg1, arg2) {
|
|
1827
1818
|
arg0[arg1] = arg2;
|
|
1828
1819
|
},
|
|
1829
|
-
|
|
1820
|
+
__wbg_set_82f7a370f604db70: function(arg0, arg1, arg2) {
|
|
1821
|
+
const ret = arg0.set(arg1, arg2);
|
|
1822
|
+
return ret;
|
|
1823
|
+
},
|
|
1824
|
+
__wbg_set_auto_increment_a974aa9bb97c22e0: function(arg0, arg1) {
|
|
1830
1825
|
arg0.autoIncrement = arg1 !== 0;
|
|
1831
1826
|
},
|
|
1832
|
-
|
|
1827
|
+
__wbg_set_binaryType_8564bdba0fbec720: function(arg0, arg1) {
|
|
1833
1828
|
arg0.binaryType = __wbindgen_enum_BinaryType[arg1];
|
|
1834
1829
|
},
|
|
1835
|
-
|
|
1830
|
+
__wbg_set_body_aaff4f5f9991f342: function(arg0, arg1) {
|
|
1836
1831
|
arg0.body = arg1;
|
|
1837
1832
|
},
|
|
1838
|
-
|
|
1833
|
+
__wbg_set_cache_d1f2b7b4dfa39317: function(arg0, arg1) {
|
|
1839
1834
|
arg0.cache = __wbindgen_enum_RequestCache[arg1];
|
|
1840
1835
|
},
|
|
1841
|
-
|
|
1836
|
+
__wbg_set_credentials_f31e4d30b974ce14: function(arg0, arg1) {
|
|
1842
1837
|
arg0.credentials = __wbindgen_enum_RequestCredentials[arg1];
|
|
1843
1838
|
},
|
|
1844
|
-
|
|
1845
|
-
|
|
1846
|
-
return ret;
|
|
1839
|
+
__wbg_set_f614f6a0608d1d1d: function(arg0, arg1, arg2) {
|
|
1840
|
+
arg0[arg1 >>> 0] = arg2;
|
|
1847
1841
|
},
|
|
1848
|
-
|
|
1842
|
+
__wbg_set_headers_ae96049ea40e9eef: function(arg0, arg1) {
|
|
1849
1843
|
arg0.headers = arg1;
|
|
1850
1844
|
},
|
|
1851
|
-
|
|
1845
|
+
__wbg_set_key_path_50fc2a26448e3819: function(arg0, arg1) {
|
|
1852
1846
|
arg0.keyPath = arg1;
|
|
1853
1847
|
},
|
|
1854
|
-
|
|
1848
|
+
__wbg_set_method_0eea8a5597775fa1: function(arg0, arg1, arg2) {
|
|
1855
1849
|
arg0.method = getStringFromWasm0(arg1, arg2);
|
|
1856
1850
|
},
|
|
1857
|
-
|
|
1851
|
+
__wbg_set_mode_9fe47bff60a1580d: function(arg0, arg1) {
|
|
1858
1852
|
arg0.mode = __wbindgen_enum_RequestMode[arg1];
|
|
1859
1853
|
},
|
|
1860
|
-
|
|
1854
|
+
__wbg_set_multi_entry_92ff15f8c5c7968c: function(arg0, arg1) {
|
|
1861
1855
|
arg0.multiEntry = arg1 !== 0;
|
|
1862
1856
|
},
|
|
1863
|
-
|
|
1857
|
+
__wbg_set_onabort_ee3b7a72b3189a67: function(arg0, arg1) {
|
|
1864
1858
|
arg0.onabort = arg1;
|
|
1865
1859
|
},
|
|
1866
|
-
|
|
1860
|
+
__wbg_set_onclose_f756840519cd20b5: function(arg0, arg1) {
|
|
1867
1861
|
arg0.onclose = arg1;
|
|
1868
1862
|
},
|
|
1869
|
-
|
|
1863
|
+
__wbg_set_oncomplete_2a92fe503e87ee22: function(arg0, arg1) {
|
|
1870
1864
|
arg0.oncomplete = arg1;
|
|
1871
1865
|
},
|
|
1872
|
-
|
|
1866
|
+
__wbg_set_onerror_02f33de339f1fa31: function(arg0, arg1) {
|
|
1873
1867
|
arg0.onerror = arg1;
|
|
1874
1868
|
},
|
|
1875
|
-
|
|
1869
|
+
__wbg_set_onerror_4035c0925a7c14c0: function(arg0, arg1) {
|
|
1876
1870
|
arg0.onerror = arg1;
|
|
1877
1871
|
},
|
|
1878
|
-
|
|
1872
|
+
__wbg_set_onerror_5974cd03cc84b2e8: function(arg0, arg1) {
|
|
1879
1873
|
arg0.onerror = arg1;
|
|
1880
1874
|
},
|
|
1881
|
-
|
|
1875
|
+
__wbg_set_onmessage_d2ff0c1d20584625: function(arg0, arg1) {
|
|
1882
1876
|
arg0.onmessage = arg1;
|
|
1883
1877
|
},
|
|
1884
|
-
|
|
1878
|
+
__wbg_set_onopen_1da8a4f65e6180d2: function(arg0, arg1) {
|
|
1885
1879
|
arg0.onopen = arg1;
|
|
1886
1880
|
},
|
|
1887
|
-
|
|
1881
|
+
__wbg_set_onsuccess_a2847f90c494c640: function(arg0, arg1) {
|
|
1888
1882
|
arg0.onsuccess = arg1;
|
|
1889
1883
|
},
|
|
1890
|
-
|
|
1884
|
+
__wbg_set_onupgradeneeded_c5f3a86916133da4: function(arg0, arg1) {
|
|
1891
1885
|
arg0.onupgradeneeded = arg1;
|
|
1892
1886
|
},
|
|
1893
|
-
|
|
1887
|
+
__wbg_set_signal_8c5cf4c3b27bd8a8: function(arg0, arg1) {
|
|
1894
1888
|
arg0.signal = arg1;
|
|
1895
1889
|
},
|
|
1896
|
-
|
|
1890
|
+
__wbg_set_unique_cdb7e4f66217fa30: function(arg0, arg1) {
|
|
1897
1891
|
arg0.unique = arg1 !== 0;
|
|
1898
1892
|
},
|
|
1899
|
-
|
|
1893
|
+
__wbg_signal_4643ce883b92b553: function(arg0) {
|
|
1900
1894
|
const ret = arg0.signal;
|
|
1901
1895
|
return ret;
|
|
1902
1896
|
},
|
|
@@ -1907,81 +1901,81 @@ function __wbg_get_imports() {
|
|
|
1907
1901
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
1908
1902
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
1909
1903
|
},
|
|
1910
|
-
|
|
1911
|
-
const ret = typeof
|
|
1904
|
+
__wbg_static_accessor_GLOBAL_THIS_1c7f1bd6c6941fdb: function() {
|
|
1905
|
+
const ret = typeof globalThis === 'undefined' ? null : globalThis;
|
|
1912
1906
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
1913
1907
|
},
|
|
1914
|
-
|
|
1915
|
-
const ret = typeof
|
|
1908
|
+
__wbg_static_accessor_GLOBAL_e039bc914f83e74e: function() {
|
|
1909
|
+
const ret = typeof global === 'undefined' ? null : global;
|
|
1916
1910
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
1917
1911
|
},
|
|
1918
|
-
|
|
1912
|
+
__wbg_static_accessor_SELF_8bf8c48c28420ad5: function() {
|
|
1919
1913
|
const ret = typeof self === 'undefined' ? null : self;
|
|
1920
1914
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
1921
1915
|
},
|
|
1922
|
-
|
|
1916
|
+
__wbg_static_accessor_WINDOW_6aeee9b51652ee0f: function() {
|
|
1923
1917
|
const ret = typeof window === 'undefined' ? null : window;
|
|
1924
1918
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
1925
1919
|
},
|
|
1926
|
-
|
|
1920
|
+
__wbg_status_157e67ab07d01f8a: function(arg0) {
|
|
1927
1921
|
const ret = arg0.status;
|
|
1928
1922
|
return ret;
|
|
1929
1923
|
},
|
|
1930
|
-
|
|
1924
|
+
__wbg_stringify_7fd5cae8859a6f10: function() { return handleError(function (arg0) {
|
|
1931
1925
|
const ret = JSON.stringify(arg0);
|
|
1932
1926
|
return ret;
|
|
1933
1927
|
}, arguments); },
|
|
1934
|
-
|
|
1928
|
+
__wbg_subarray_fbe3cef290e1fa43: function(arg0, arg1, arg2) {
|
|
1935
1929
|
const ret = arg0.subarray(arg1 >>> 0, arg2 >>> 0);
|
|
1936
1930
|
return ret;
|
|
1937
1931
|
},
|
|
1938
|
-
|
|
1932
|
+
__wbg_target_88ed73b611ebed5d: function(arg0) {
|
|
1939
1933
|
const ret = arg0.target;
|
|
1940
1934
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
1941
1935
|
},
|
|
1942
|
-
|
|
1936
|
+
__wbg_text_de416916b5c06490: function() { return handleError(function (arg0) {
|
|
1943
1937
|
const ret = arg0.text();
|
|
1944
1938
|
return ret;
|
|
1945
1939
|
}, arguments); },
|
|
1946
|
-
|
|
1947
|
-
const ret = arg0.then(arg1
|
|
1940
|
+
__wbg_then_20a157d939b514f5: function(arg0, arg1) {
|
|
1941
|
+
const ret = arg0.then(arg1);
|
|
1948
1942
|
return ret;
|
|
1949
1943
|
},
|
|
1950
|
-
|
|
1951
|
-
const ret = arg0.then(arg1);
|
|
1944
|
+
__wbg_then_5ef9b762bc91555c: function(arg0, arg1, arg2) {
|
|
1945
|
+
const ret = arg0.then(arg1, arg2);
|
|
1952
1946
|
return ret;
|
|
1953
1947
|
},
|
|
1954
|
-
|
|
1948
|
+
__wbg_toString_8d874489bad7e5a2: function(arg0) {
|
|
1955
1949
|
const ret = arg0.toString();
|
|
1956
1950
|
return ret;
|
|
1957
1951
|
},
|
|
1958
|
-
|
|
1959
|
-
const ret = arg0.transaction;
|
|
1960
|
-
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
1961
|
-
},
|
|
1962
|
-
__wbg_transaction_9af5475ca3bd3fa9: function() { return handleError(function (arg0, arg1, arg2) {
|
|
1952
|
+
__wbg_transaction_1f8fc3018b42577b: function() { return handleError(function (arg0, arg1, arg2) {
|
|
1963
1953
|
const ret = arg0.transaction(arg1, __wbindgen_enum_IdbTransactionMode[arg2]);
|
|
1964
1954
|
return ret;
|
|
1965
1955
|
}, arguments); },
|
|
1966
|
-
|
|
1956
|
+
__wbg_transaction_4e67ec42357395d0: function(arg0) {
|
|
1957
|
+
const ret = arg0.transaction;
|
|
1958
|
+
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
1959
|
+
},
|
|
1960
|
+
__wbg_url_68fd9a221360e0db: function(arg0, arg1) {
|
|
1967
1961
|
const ret = arg1.url;
|
|
1968
1962
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
1969
1963
|
const len1 = WASM_VECTOR_LEN;
|
|
1970
1964
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
1971
1965
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
1972
1966
|
},
|
|
1973
|
-
|
|
1967
|
+
__wbg_url_a0e994e7d0317efc: function(arg0, arg1) {
|
|
1974
1968
|
const ret = arg1.url;
|
|
1975
1969
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
1976
1970
|
const len1 = WASM_VECTOR_LEN;
|
|
1977
1971
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
1978
1972
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
1979
1973
|
},
|
|
1980
|
-
|
|
1974
|
+
__wbg_value_27e4840f678952c0: function() { return handleError(function (arg0) {
|
|
1981
1975
|
const ret = arg0.value;
|
|
1982
1976
|
return ret;
|
|
1983
1977
|
}, arguments); },
|
|
1984
|
-
|
|
1978
|
+
__wbg_value_f852716acdeb3e82: function(arg0) {
|
|
1985
1979
|
const ret = arg0.value;
|
|
1986
1980
|
return ret;
|
|
1987
1981
|
},
|
|
@@ -1989,41 +1983,41 @@ function __wbg_get_imports() {
|
|
|
1989
1983
|
const ret = arg0.versions;
|
|
1990
1984
|
return ret;
|
|
1991
1985
|
},
|
|
1992
|
-
|
|
1986
|
+
__wbg_warn_d258f6e2da5e0422: function(arg0, arg1, arg2, arg3) {
|
|
1993
1987
|
console.warn(arg0, arg1, arg2, arg3);
|
|
1994
1988
|
},
|
|
1995
|
-
|
|
1989
|
+
__wbg_wasClean_92b4133f985dfae0: function(arg0) {
|
|
1996
1990
|
const ret = arg0.wasClean;
|
|
1997
1991
|
return ret;
|
|
1998
1992
|
},
|
|
1999
1993
|
__wbindgen_cast_0000000000000001: function(arg0, arg1) {
|
|
2000
|
-
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [Externref], shim_idx:
|
|
2001
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
1994
|
+
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [Externref], shim_idx: 684, ret: Result(Unit), inner_ret: Some(Result(Unit)) }, mutable: true }) -> Externref`.
|
|
1995
|
+
const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__hc4af5cf763ea88dc);
|
|
2002
1996
|
return ret;
|
|
2003
1997
|
},
|
|
2004
1998
|
__wbindgen_cast_0000000000000002: function(arg0, arg1) {
|
|
2005
1999
|
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [NamedExternref("CloseEvent")], shim_idx: 320, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
2006
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
2000
|
+
const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__h6885ed42f1508ba9);
|
|
2007
2001
|
return ret;
|
|
2008
2002
|
},
|
|
2009
2003
|
__wbindgen_cast_0000000000000003: function(arg0, arg1) {
|
|
2010
|
-
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [NamedExternref("Event")], shim_idx:
|
|
2011
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
2004
|
+
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [NamedExternref("Event")], shim_idx: 976, ret: Result(Unit), inner_ret: Some(Result(Unit)) }, mutable: true }) -> Externref`.
|
|
2005
|
+
const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__h9b3f848d6b8a7b02);
|
|
2012
2006
|
return ret;
|
|
2013
2007
|
},
|
|
2014
2008
|
__wbindgen_cast_0000000000000004: function(arg0, arg1) {
|
|
2015
2009
|
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [NamedExternref("MessageEvent")], shim_idx: 320, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
2016
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
2010
|
+
const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__h6885ed42f1508ba9_3);
|
|
2017
2011
|
return ret;
|
|
2018
2012
|
},
|
|
2019
2013
|
__wbindgen_cast_0000000000000005: function(arg0, arg1) {
|
|
2020
2014
|
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [], shim_idx: 324, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
2021
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
2015
|
+
const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__h0c99fe7cbd42df16);
|
|
2022
2016
|
return ret;
|
|
2023
2017
|
},
|
|
2024
2018
|
__wbindgen_cast_0000000000000006: function(arg0, arg1) {
|
|
2025
2019
|
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [], shim_idx: 58, ret: Unit, inner_ret: Some(Unit) }, mutable: false }) -> Externref`.
|
|
2026
|
-
const ret = makeClosure(arg0, arg1,
|
|
2020
|
+
const ret = makeClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__h767845a7fa5b6823);
|
|
2027
2021
|
return ret;
|
|
2028
2022
|
},
|
|
2029
2023
|
__wbindgen_cast_0000000000000007: function(arg0) {
|
|
@@ -2067,38 +2061,38 @@ function __wbg_get_imports() {
|
|
|
2067
2061
|
};
|
|
2068
2062
|
}
|
|
2069
2063
|
|
|
2070
|
-
function
|
|
2071
|
-
wasm.
|
|
2064
|
+
function wasm_bindgen__convert__closures_____invoke__h0c99fe7cbd42df16(arg0, arg1) {
|
|
2065
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h0c99fe7cbd42df16(arg0, arg1);
|
|
2072
2066
|
}
|
|
2073
2067
|
|
|
2074
|
-
function
|
|
2075
|
-
wasm.
|
|
2068
|
+
function wasm_bindgen__convert__closures_____invoke__h767845a7fa5b6823(arg0, arg1) {
|
|
2069
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h767845a7fa5b6823(arg0, arg1);
|
|
2076
2070
|
}
|
|
2077
2071
|
|
|
2078
|
-
function
|
|
2079
|
-
wasm.
|
|
2072
|
+
function wasm_bindgen__convert__closures_____invoke__h6885ed42f1508ba9(arg0, arg1, arg2) {
|
|
2073
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h6885ed42f1508ba9(arg0, arg1, arg2);
|
|
2080
2074
|
}
|
|
2081
2075
|
|
|
2082
|
-
function
|
|
2083
|
-
wasm.
|
|
2076
|
+
function wasm_bindgen__convert__closures_____invoke__h6885ed42f1508ba9_3(arg0, arg1, arg2) {
|
|
2077
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h6885ed42f1508ba9_3(arg0, arg1, arg2);
|
|
2084
2078
|
}
|
|
2085
2079
|
|
|
2086
|
-
function
|
|
2087
|
-
const ret = wasm.
|
|
2080
|
+
function wasm_bindgen__convert__closures_____invoke__hc4af5cf763ea88dc(arg0, arg1, arg2) {
|
|
2081
|
+
const ret = wasm.wasm_bindgen__convert__closures_____invoke__hc4af5cf763ea88dc(arg0, arg1, arg2);
|
|
2088
2082
|
if (ret[1]) {
|
|
2089
2083
|
throw takeFromExternrefTable0(ret[0]);
|
|
2090
2084
|
}
|
|
2091
2085
|
}
|
|
2092
2086
|
|
|
2093
|
-
function
|
|
2094
|
-
const ret = wasm.
|
|
2087
|
+
function wasm_bindgen__convert__closures_____invoke__h9b3f848d6b8a7b02(arg0, arg1, arg2) {
|
|
2088
|
+
const ret = wasm.wasm_bindgen__convert__closures_____invoke__h9b3f848d6b8a7b02(arg0, arg1, arg2);
|
|
2095
2089
|
if (ret[1]) {
|
|
2096
2090
|
throw takeFromExternrefTable0(ret[0]);
|
|
2097
2091
|
}
|
|
2098
2092
|
}
|
|
2099
2093
|
|
|
2100
|
-
function
|
|
2101
|
-
wasm.
|
|
2094
|
+
function wasm_bindgen__convert__closures_____invoke__h3cb0ecfd731c1cb8(arg0, arg1, arg2, arg3) {
|
|
2095
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h3cb0ecfd731c1cb8(arg0, arg1, arg2, arg3);
|
|
2102
2096
|
}
|
|
2103
2097
|
|
|
2104
2098
|
|
|
@@ -2120,25 +2114,25 @@ const __wbindgen_enum_RequestCredentials = ["omit", "same-origin", "include"];
|
|
|
2120
2114
|
const __wbindgen_enum_RequestMode = ["same-origin", "no-cors", "cors", "navigate"];
|
|
2121
2115
|
const ApiFinalization = (typeof FinalizationRegistry === 'undefined')
|
|
2122
2116
|
? { register: () => {}, unregister: () => {} }
|
|
2123
|
-
: new FinalizationRegistry(ptr => wasm.__wbg_api_free(ptr
|
|
2117
|
+
: new FinalizationRegistry(ptr => wasm.__wbg_api_free(ptr, 1));
|
|
2124
2118
|
const BillFinalization = (typeof FinalizationRegistry === 'undefined')
|
|
2125
2119
|
? { register: () => {}, unregister: () => {} }
|
|
2126
|
-
: new FinalizationRegistry(ptr => wasm.__wbg_bill_free(ptr
|
|
2120
|
+
: new FinalizationRegistry(ptr => wasm.__wbg_bill_free(ptr, 1));
|
|
2127
2121
|
const CompanyFinalization = (typeof FinalizationRegistry === 'undefined')
|
|
2128
2122
|
? { register: () => {}, unregister: () => {} }
|
|
2129
|
-
: new FinalizationRegistry(ptr => wasm.__wbg_company_free(ptr
|
|
2123
|
+
: new FinalizationRegistry(ptr => wasm.__wbg_company_free(ptr, 1));
|
|
2130
2124
|
const ContactFinalization = (typeof FinalizationRegistry === 'undefined')
|
|
2131
2125
|
? { register: () => {}, unregister: () => {} }
|
|
2132
|
-
: new FinalizationRegistry(ptr => wasm.__wbg_contact_free(ptr
|
|
2126
|
+
: new FinalizationRegistry(ptr => wasm.__wbg_contact_free(ptr, 1));
|
|
2133
2127
|
const GeneralFinalization = (typeof FinalizationRegistry === 'undefined')
|
|
2134
2128
|
? { register: () => {}, unregister: () => {} }
|
|
2135
|
-
: new FinalizationRegistry(ptr => wasm.__wbg_general_free(ptr
|
|
2129
|
+
: new FinalizationRegistry(ptr => wasm.__wbg_general_free(ptr, 1));
|
|
2136
2130
|
const IdentityFinalization = (typeof FinalizationRegistry === 'undefined')
|
|
2137
2131
|
? { register: () => {}, unregister: () => {} }
|
|
2138
|
-
: new FinalizationRegistry(ptr => wasm.__wbg_identity_free(ptr
|
|
2132
|
+
: new FinalizationRegistry(ptr => wasm.__wbg_identity_free(ptr, 1));
|
|
2139
2133
|
const NotificationFinalization = (typeof FinalizationRegistry === 'undefined')
|
|
2140
2134
|
? { register: () => {}, unregister: () => {} }
|
|
2141
|
-
: new FinalizationRegistry(ptr => wasm.__wbg_notification_free(ptr
|
|
2135
|
+
: new FinalizationRegistry(ptr => wasm.__wbg_notification_free(ptr, 1));
|
|
2142
2136
|
|
|
2143
2137
|
function addToExternrefTable0(obj) {
|
|
2144
2138
|
const idx = wasm.__externref_table_alloc();
|
|
@@ -2229,8 +2223,7 @@ function getDataViewMemory0() {
|
|
|
2229
2223
|
}
|
|
2230
2224
|
|
|
2231
2225
|
function getStringFromWasm0(ptr, len) {
|
|
2232
|
-
|
|
2233
|
-
return decodeText(ptr, len);
|
|
2226
|
+
return decodeText(ptr >>> 0, len);
|
|
2234
2227
|
}
|
|
2235
2228
|
|
|
2236
2229
|
let cachedUint8ArrayMemory0 = null;
|
|
@@ -2379,8 +2372,9 @@ if (!('encodeInto' in cachedTextEncoder)) {
|
|
|
2379
2372
|
|
|
2380
2373
|
let WASM_VECTOR_LEN = 0;
|
|
2381
2374
|
|
|
2382
|
-
let wasmModule, wasm;
|
|
2375
|
+
let wasmModule, wasmInstance, wasm;
|
|
2383
2376
|
function __wbg_finalize_init(instance, module) {
|
|
2377
|
+
wasmInstance = instance;
|
|
2384
2378
|
wasm = instance.exports;
|
|
2385
2379
|
wasmModule = module;
|
|
2386
2380
|
cachedDataViewMemory0 = null;
|
package/index_bg.wasm
CHANGED
|
Binary file
|