@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 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 wasm_bindgen__convert__closures_____invoke__h0b724243ca7dd727: (a: number, b: number, c: any) => [number, number];
1306
- readonly wasm_bindgen__convert__closures_____invoke__hbd8c09ae7cb03b36: (a: number, b: number, c: any) => [number, number];
1307
- readonly wasm_bindgen__convert__closures_____invoke__h08ba80926c9c1583: (a: number, b: number, c: any, d: any) => void;
1308
- readonly wasm_bindgen__convert__closures_____invoke__h7e7b4a4868650eb0: (a: number, b: number, c: any) => void;
1309
- readonly wasm_bindgen__convert__closures_____invoke__h7e7b4a4868650eb0_3: (a: number, b: number, c: any) => void;
1310
- readonly wasm_bindgen__convert__closures_____invoke__h4a7cd3e7ccf633a4: (a: number, b: number) => void;
1311
- readonly wasm_bindgen__convert__closures_____invoke__h219764a9e9ff1cc8: (a: number, b: number) => void;
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
- __wbg_Error_960c155d3d49e4c2: function(arg0, arg1) {
1215
+ __wbg_Error_3639a60ed15f87e7: function(arg0, arg1) {
1222
1216
  const ret = Error(getStringFromWasm0(arg0, arg1));
1223
1217
  return ret;
1224
1218
  },
1225
- __wbg_Number_32bf70a599af1d4b: function(arg0) {
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
- __wbg___wbindgen_bigint_get_as_i64_3d3aba5d616c6a51: function(arg0, arg1) {
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
- __wbg___wbindgen_boolean_get_6ea149f0a8dcc5ff: function(arg0) {
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
- __wbg___wbindgen_debug_string_ab4b34d23d6778bd: function(arg0, arg1) {
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
- __wbg___wbindgen_in_a5d8b22e52b24dd1: function(arg0, arg1) {
1248
+ __wbg___wbindgen_in_2617fa76397620d3: function(arg0, arg1) {
1255
1249
  const ret = arg0 in arg1;
1256
1250
  return ret;
1257
1251
  },
1258
- __wbg___wbindgen_is_bigint_ec25c7f91b4d9e93: function(arg0) {
1252
+ __wbg___wbindgen_is_bigint_d6a8167cac401b95: function(arg0) {
1259
1253
  const ret = typeof(arg0) === 'bigint';
1260
1254
  return ret;
1261
1255
  },
1262
- __wbg___wbindgen_is_falsy_c07bb72123e65555: function(arg0) {
1256
+ __wbg___wbindgen_is_falsy_f076b393b3ef7644: function(arg0) {
1263
1257
  const ret = !arg0;
1264
1258
  return ret;
1265
1259
  },
1266
- __wbg___wbindgen_is_function_3baa9db1a987f47d: function(arg0) {
1260
+ __wbg___wbindgen_is_function_2f0fd7ceb86e64c5: function(arg0) {
1267
1261
  const ret = typeof(arg0) === 'function';
1268
1262
  return ret;
1269
1263
  },
1270
- __wbg___wbindgen_is_object_63322ec0cd6ea4ef: function(arg0) {
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
- __wbg___wbindgen_is_string_6df3bf7ef1164ed3: function(arg0) {
1269
+ __wbg___wbindgen_is_string_eddc07a3efad52e6: function(arg0) {
1276
1270
  const ret = typeof(arg0) === 'string';
1277
1271
  return ret;
1278
1272
  },
1279
- __wbg___wbindgen_is_undefined_29a43b4d42920abd: function(arg0) {
1273
+ __wbg___wbindgen_is_undefined_244a92c34d3b6ec0: function(arg0) {
1280
1274
  const ret = arg0 === undefined;
1281
1275
  return ret;
1282
1276
  },
1283
- __wbg___wbindgen_jsval_eq_d3465d8a07697228: function(arg0, arg1) {
1277
+ __wbg___wbindgen_jsval_eq_403eaa3610500a25: function(arg0, arg1) {
1284
1278
  const ret = arg0 === arg1;
1285
1279
  return ret;
1286
1280
  },
1287
- __wbg___wbindgen_jsval_loose_eq_cac3565e89b4134c: function(arg0, arg1) {
1281
+ __wbg___wbindgen_jsval_loose_eq_1978f1e77b4bce62: function(arg0, arg1) {
1288
1282
  const ret = arg0 == arg1;
1289
1283
  return ret;
1290
1284
  },
1291
- __wbg___wbindgen_number_get_c7f42aed0525c451: function(arg0, arg1) {
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
- __wbg___wbindgen_string_get_7ed5322991caaec5: function(arg0, arg1) {
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
- __wbg___wbindgen_throw_6b64449b9b9ed33c: function(arg0, arg1) {
1299
+ __wbg___wbindgen_throw_9c75d47bf9e7731e: function(arg0, arg1) {
1306
1300
  throw new Error(getStringFromWasm0(arg0, arg1));
1307
1301
  },
1308
- __wbg__wbg_cb_unref_b46c9b5a9f08ec37: function(arg0) {
1302
+ __wbg__wbg_cb_unref_158e43e869788cdc: function(arg0) {
1309
1303
  arg0._wbg_cb_unref();
1310
1304
  },
1311
- __wbg_abort_4ce5b484434ef6fd: function(arg0) {
1312
- arg0.abort();
1305
+ __wbg_abort_43913e33ecb83d0d: function(arg0, arg1) {
1306
+ arg0.abort(arg1);
1313
1307
  },
1314
- __wbg_abort_b64b5c37b7b5156d: function() { return handleError(function (arg0) {
1308
+ __wbg_abort_4674d717e4784501: function() { return handleError(function (arg0) {
1315
1309
  arg0.abort();
1316
1310
  }, arguments); },
1317
- __wbg_abort_d53712380a54cc81: function(arg0, arg1) {
1318
- arg0.abort(arg1);
1311
+ __wbg_abort_87eb7f23cf4b73d1: function(arg0) {
1312
+ arg0.abort();
1319
1313
  },
1320
- __wbg_advance_cb186a77f04d7228: function() { return handleError(function (arg0, arg1) {
1314
+ __wbg_advance_6b75ebf105e802a5: function() { return handleError(function (arg0, arg1) {
1321
1315
  arg0.advance(arg1 >>> 0);
1322
1316
  }, arguments); },
1323
- __wbg_append_e8fc56ce7c00e874: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4) {
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
- __wbg_arrayBuffer_848c392b70c67d3d: function() { return handleError(function (arg0) {
1320
+ __wbg_arrayBuffer_87e3ac06d961f7a0: function() { return handleError(function (arg0) {
1327
1321
  const ret = arg0.arrayBuffer();
1328
1322
  return ret;
1329
1323
  }, arguments); },
1330
- __wbg_bound_d976f60d9eb7b26b: function() { return handleError(function (arg0, arg1, arg2, arg3) {
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
- __wbg_call_14b169f759b26747: function() { return handleError(function (arg0, arg1) {
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
- __wbg_call_a24592a6f349a97e: function() { return handleError(function (arg0, arg1, arg2) {
1339
- const ret = arg0.call(arg1, arg2);
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
- __wbg_close_88106990eea7f544: function() { return handleError(function (arg0) {
1347
+ __wbg_close_931d0c62e2aab92c: function() { return handleError(function (arg0) {
1354
1348
  arg0.close();
1355
1349
  }, arguments); },
1356
- __wbg_code_c4f315d8dc91de14: function(arg0) {
1350
+ __wbg_code_be6f339819ebb2c4: function(arg0) {
1357
1351
  const ret = arg0.code;
1358
1352
  return ret;
1359
1353
  },
1360
- __wbg_code_e2d14bb68011f972: function(arg0) {
1354
+ __wbg_code_f1d2ddc1fbbb5aad: function(arg0) {
1361
1355
  const ret = arg0.code;
1362
1356
  return ret;
1363
1357
  },
1364
- __wbg_contains_f911f9ff03e5a433: function(arg0, arg1, arg2) {
1358
+ __wbg_contains_a9d7c82aa428760e: function(arg0, arg1, arg2) {
1365
1359
  const ret = arg0.contains(getStringFromWasm0(arg1, arg2));
1366
1360
  return ret;
1367
1361
  },
1368
- __wbg_continue_8576ea85aa470fb3: function() { return handleError(function (arg0) {
1362
+ __wbg_continue_f4956791611d87f7: function() { return handleError(function (arg0) {
1369
1363
  arg0.continue();
1370
1364
  }, arguments); },
1371
- __wbg_createIndex_b7dc3a4f19fc4231: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4) {
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
- __wbg_createObjectStore_9cf3048eb7b47bc2: function() { return handleError(function (arg0, arg1, arg2, arg3) {
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
- __wbg_data_bb9dffdd1e99cf2d: function(arg0) {
1377
+ __wbg_data_4a14fad4c5f216c4: function(arg0) {
1384
1378
  const ret = arg0.data;
1385
1379
  return ret;
1386
1380
  },
1387
- __wbg_debug_4e190d233ee2e0d8: function(arg0, arg1, arg2, arg3) {
1381
+ __wbg_debug_94a9fb2c3e2982f9: function(arg0, arg1, arg2, arg3) {
1388
1382
  console.debug(arg0, arg1, arg2, arg3);
1389
1383
  },
1390
- __wbg_deleteIndex_99722fe825533212: function() { return handleError(function (arg0, arg1, arg2) {
1384
+ __wbg_deleteIndex_b3b55db040ad70d5: function() { return handleError(function (arg0, arg1, arg2) {
1391
1385
  arg0.deleteIndex(getStringFromWasm0(arg1, arg2));
1392
1386
  }, arguments); },
1393
- __wbg_deleteObjectStore_081280ffb13f9792: function() { return handleError(function (arg0, arg1, arg2) {
1387
+ __wbg_deleteObjectStore_6ad84c283b9b8d30: function() { return handleError(function (arg0, arg1, arg2) {
1394
1388
  arg0.deleteObjectStore(getStringFromWasm0(arg1, arg2));
1395
1389
  }, arguments); },
1396
- __wbg_delete_10b3489d089185d7: function() { return handleError(function (arg0, arg1) {
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
- __wbg_done_9158f7cc8751ba32: function(arg0) {
1394
+ __wbg_done_b1afd6201ac045e0: function(arg0) {
1401
1395
  const ret = arg0.done;
1402
1396
  return ret;
1403
1397
  },
1404
- __wbg_entries_e0b73aa8571ddb56: function(arg0) {
1398
+ __wbg_entries_bb9843ba73dc70d6: function(arg0) {
1405
1399
  const ret = Object.entries(arg0);
1406
1400
  return ret;
1407
1401
  },
1408
- __wbg_error_43690a185e0311ac: function() { return handleError(function (arg0) {
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
- __wbg_fetch_0d322c0aed196b8b: function(arg0, arg1) {
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
- __wbg_getTime_da7c55f52b71e8c6: function(arg0) {
1440
+ __wbg_getTime_e599bee315e19eba: function(arg0) {
1447
1441
  const ret = arg0.getTime();
1448
1442
  return ret;
1449
1443
  },
1450
- __wbg_getTimezoneOffset_31f57a5389d0d57c: function(arg0) {
1444
+ __wbg_getTimezoneOffset_d843b3968046e734: function(arg0) {
1451
1445
  const ret = arg0.getTimezoneOffset();
1452
1446
  return ret;
1453
1447
  },
1454
- __wbg_get_1affdbdd5573b16a: function() { return handleError(function (arg0, arg1) {
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
- __wbg_get_59664ef421721a7e: function(arg0, arg1, arg2) {
1459
- const ret = arg1[arg2 >>> 0];
1460
- var ptr1 = isLikeNone(ret) ? 0 : passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
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
- __wbg_get_6011fa3a58f61074: function() { return handleError(function (arg0, arg1) {
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
- __wbg_get_803cfa78503173c3: function() { return handleError(function (arg0, arg1) {
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
- __wbg_get_8360291721e2339f: function(arg0, arg1) {
1474
- const ret = arg0[arg1 >>> 0];
1475
- return ret;
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
- __wbg_get_unchecked_17f53dad852b9588: function(arg0, arg1) {
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
- __wbg_has_880f1d472f7cecba: function() { return handleError(function (arg0, arg1) {
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
- __wbg_headers_6022deb4e576fb8e: function(arg0) {
1483
+ __wbg_headers_de17f740bce997ae: function(arg0) {
1490
1484
  const ret = arg0.headers;
1491
1485
  return ret;
1492
1486
  },
1493
- __wbg_indexNames_3e19d9cfe84e3093: function(arg0) {
1487
+ __wbg_indexNames_8ea6e6f4086844dd: function(arg0) {
1494
1488
  const ret = arg0.indexNames;
1495
1489
  return ret;
1496
1490
  },
1497
- __wbg_info_e1c3400f7bf783dc: function(arg0, arg1, arg2, arg3) {
1491
+ __wbg_info_eba996fb48d58831: function(arg0, arg1, arg2, arg3) {
1498
1492
  console.info(arg0, arg1, arg2, arg3);
1499
1493
  },
1500
- __wbg_instanceof_ArrayBuffer_7c8433c6ed14ffe3: function(arg0) {
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
- __wbg_instanceof_Blob_10148a11a16aee87: function(arg0) {
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
- __wbg_instanceof_IdbFactory_8af6762731f44f3b: function(arg0) {
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
- __wbg_instanceof_Map_1b76fd4635be43eb: function(arg0) {
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
- __wbg_instanceof_Response_9b2d111407865ff2: function(arg0) {
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
- __wbg_instanceof_Uint8Array_152ba1f289edcf3f: function(arg0) {
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
- __wbg_isArray_c3109d14ffc06469: function(arg0) {
1554
+ __wbg_isArray_c6c6ef8308995bcf: function(arg0) {
1561
1555
  const ret = Array.isArray(arg0);
1562
1556
  return ret;
1563
1557
  },
1564
- __wbg_isSafeInteger_4fc213d1989d6d2a: function(arg0) {
1558
+ __wbg_isSafeInteger_3c56c421a5b4cce4: function(arg0) {
1565
1559
  const ret = Number.isSafeInteger(arg0);
1566
1560
  return ret;
1567
1561
  },
1568
- __wbg_iterator_013bc09ec998c2a7: function() {
1562
+ __wbg_iterator_9d68985a1d096fc2: function() {
1569
1563
  const ret = Symbol.iterator;
1570
1564
  return ret;
1571
1565
  },
1572
- __wbg_key_3b366eba0fc3946a: function() { return handleError(function (arg0) {
1566
+ __wbg_key_ed37bd2129049b6c: function() { return handleError(function (arg0) {
1573
1567
  const ret = arg0.key;
1574
1568
  return ret;
1575
1569
  }, arguments); },
1576
- __wbg_length_167a2db2c5f76499: function(arg0) {
1570
+ __wbg_length_0a6ce016dc1460b0: function(arg0) {
1577
1571
  const ret = arg0.length;
1578
1572
  return ret;
1579
1573
  },
1580
- __wbg_length_3d4ecd04bd8d22f1: function(arg0) {
1574
+ __wbg_length_6098743bd3aaee38: function(arg0) {
1581
1575
  const ret = arg0.length;
1582
1576
  return ret;
1583
1577
  },
1584
- __wbg_length_9f1775224cf1d815: function(arg0) {
1578
+ __wbg_length_ba3c032602efe310: function(arg0) {
1585
1579
  const ret = arg0.length;
1586
1580
  return ret;
1587
1581
  },
1588
- __wbg_log_465fe3993e4051bf: function(arg0, arg1, arg2, arg3) {
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
- __wbg_new_036bd6cd9cea9e73: function(arg0, arg1) {
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
- __wbg_new_0c7403db6e782f19: function(arg0) {
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
- __wbg_new_2a6e9133304ae2bf: function() { return handleError(function (arg0, arg1) {
1630
- const ret = new WebSocket(getStringFromWasm0(arg0, arg1));
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
- __wbg_new_682678e2f47e32bc: function() {
1605
+ __wbg_new_3baa8d9866155c79: function() {
1638
1606
  const ret = new Array();
1639
1607
  return ret;
1640
1608
  },
1641
- __wbg_new_7913666fe5070684: function(arg0) {
1642
- const ret = new Date(arg0);
1609
+ __wbg_new_46ae4e4ff2a07a64: function() {
1610
+ const ret = new Map();
1643
1611
  return ret;
1644
1612
  },
1645
- __wbg_new_98c22165a42231aa: function() { return handleError(function () {
1613
+ __wbg_new_51ff470dc2f61e27: function() { return handleError(function () {
1646
1614
  const ret = new AbortController();
1647
1615
  return ret;
1648
1616
  }, arguments); },
1649
- __wbg_new_aa8d0fa9762c29bd: function() {
1650
- const ret = new Object();
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
- __wbg_new_from_slice_b5ea43e23f6008c0: function(arg0, arg1) {
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
- __wbg_new_typed_323f37fd55ab048d: function(arg0, arg1) {
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 wasm_bindgen__convert__closures_____invoke__h08ba80926c9c1583(a, state0.b, arg0, arg1);
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
- __wbg_new_with_length_8c854e41ea4dae9b: function(arg0) {
1669
+ __wbg_new_with_length_9011f5da794bf5d9: function(arg0) {
1676
1670
  const ret = new Uint8Array(arg0 >>> 0);
1677
1671
  return ret;
1678
1672
  },
1679
- __wbg_new_with_str_and_init_897be1708e42f39d: function() { return handleError(function (arg0, arg1, arg2) {
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
- __wbg_next_0340c4ae324393c3: function() { return handleError(function (arg0) {
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
- __wbg_now_36a3148ac47c4ad7: function(arg0) {
1700
- const ret = arg0.now();
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
- __wbg_now_a9b7df1cbee90986: function() {
1708
- const ret = Date.now();
1701
+ __wbg_now_b205f8c23840112e: function(arg0) {
1702
+ const ret = arg0.now();
1709
1703
  return ret;
1710
1704
  },
1711
- __wbg_objectStoreNames_c755717c02e8876b: function(arg0) {
1705
+ __wbg_objectStoreNames_87bc5ac8a8ae0663: function(arg0) {
1712
1706
  const ret = arg0.objectStoreNames;
1713
1707
  return ret;
1714
1708
  },
1715
- __wbg_objectStore_5942e8f91c946be8: function() { return handleError(function (arg0, arg1, arg2) {
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
- __wbg_openCursor_62307c0eaa7b86e6: function() { return handleError(function (arg0, arg1, arg2) {
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
- __wbg_openCursor_75d823082c002e28: function() { return handleError(function (arg0, arg1) {
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
- __wbg_openCursor_a2ea782733f4ca2a: function() { return handleError(function (arg0) {
1721
+ __wbg_openCursor_ebc2623e3193a5e5: function() { return handleError(function (arg0) {
1728
1722
  const ret = arg0.openCursor();
1729
1723
  return ret;
1730
1724
  }, arguments); },
1731
- __wbg_open_0949b7cdde2ab99a: function() { return handleError(function (arg0, arg1, arg2) {
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
- __wbg_open_90f4e40d36c2c9f5: function() { return handleError(function (arg0, arg1, arg2, arg3) {
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
- __wbg_postMessage_05c4f5b252fddf64: function() { return handleError(function (arg0, arg1) {
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
- __wbg_prototypesetcall_a6b02eb00b0f4ce2: function(arg0, arg1, arg2) {
1744
+ __wbg_prototypesetcall_fd4050e806e1d519: function(arg0, arg1, arg2) {
1751
1745
  Uint8Array.prototype.set.call(getArrayU8FromWasm0(arg0, arg1), arg2);
1752
1746
  },
1753
- __wbg_push_471a5b068a5295f6: function(arg0, arg1) {
1747
+ __wbg_push_60a5366c0bb22a7d: function(arg0, arg1) {
1754
1748
  const ret = arg0.push(arg1);
1755
1749
  return ret;
1756
1750
  },
1757
- __wbg_put_2d1082795891ee40: function() { return handleError(function (arg0, arg1) {
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
- __wbg_put_fd02d3070a55994c: function() { return handleError(function (arg0, arg1, arg2) {
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
- __wbg_queueMicrotask_5d15a957e6aa920e: function(arg0) {
1759
+ __wbg_queueMicrotask_40ac6ffc2848ba77: function(arg0) {
1766
1760
  queueMicrotask(arg0);
1767
1761
  },
1768
- __wbg_queueMicrotask_f8819e5ffc402f36: function(arg0) {
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
- __wbg_readyState_c78e609c7de3b381: function(arg0) {
1769
+ __wbg_readyState_be3cc9403da6c6ae: function(arg0) {
1776
1770
  const ret = arg0.readyState;
1777
1771
  return ret;
1778
1772
  },
1779
- __wbg_reason_e943590a4ef0d587: function(arg0, arg1) {
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
- __wbg_resolve_e6c466bc1052f16c: function(arg0) {
1784
+ __wbg_resolve_9feb5d906ca62419: function(arg0) {
1791
1785
  const ret = Promise.resolve(arg0);
1792
1786
  return ret;
1793
1787
  },
1794
- __wbg_result_f782323755b96dc8: function() { return handleError(function (arg0) {
1788
+ __wbg_result_2cd4f12832e66239: function() { return handleError(function (arg0) {
1795
1789
  const ret = arg0.result;
1796
1790
  return ret;
1797
1791
  }, arguments); },
1798
- __wbg_send_15358dbe221c6258: function() { return handleError(function (arg0, arg1, arg2) {
1792
+ __wbg_send_0edb796d05cd3239: function() { return handleError(function (arg0, arg1, arg2) {
1799
1793
  arg0.send(getStringFromWasm0(arg1, arg2));
1800
1794
  }, arguments); },
1801
- __wbg_send_186c85704c7f2d00: function() { return handleError(function (arg0, arg1, arg2) {
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
- __wbg_set_auto_increment_12f813bc0f283d18: function(arg0, arg1) {
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
- __wbg_set_binaryType_770e68648ca5e83d: function(arg0, arg1) {
1827
+ __wbg_set_binaryType_8564bdba0fbec720: function(arg0, arg1) {
1833
1828
  arg0.binaryType = __wbindgen_enum_BinaryType[arg1];
1834
1829
  },
1835
- __wbg_set_body_be11680f34217f75: function(arg0, arg1) {
1830
+ __wbg_set_body_aaff4f5f9991f342: function(arg0, arg1) {
1836
1831
  arg0.body = arg1;
1837
1832
  },
1838
- __wbg_set_cache_968edea422613d1b: function(arg0, arg1) {
1833
+ __wbg_set_cache_d1f2b7b4dfa39317: function(arg0, arg1) {
1839
1834
  arg0.cache = __wbindgen_enum_RequestCache[arg1];
1840
1835
  },
1841
- __wbg_set_credentials_6577be90e0e85eb6: function(arg0, arg1) {
1836
+ __wbg_set_credentials_f31e4d30b974ce14: function(arg0, arg1) {
1842
1837
  arg0.credentials = __wbindgen_enum_RequestCredentials[arg1];
1843
1838
  },
1844
- __wbg_set_fde2cec06c23692b: function(arg0, arg1, arg2) {
1845
- const ret = arg0.set(arg1, arg2);
1846
- return ret;
1839
+ __wbg_set_f614f6a0608d1d1d: function(arg0, arg1, arg2) {
1840
+ arg0[arg1 >>> 0] = arg2;
1847
1841
  },
1848
- __wbg_set_headers_50fc01786240a440: function(arg0, arg1) {
1842
+ __wbg_set_headers_ae96049ea40e9eef: function(arg0, arg1) {
1849
1843
  arg0.headers = arg1;
1850
1844
  },
1851
- __wbg_set_key_path_23485c4a6cd0c2cf: function(arg0, arg1) {
1845
+ __wbg_set_key_path_50fc2a26448e3819: function(arg0, arg1) {
1852
1846
  arg0.keyPath = arg1;
1853
1847
  },
1854
- __wbg_set_method_c9f1f985f6b6c427: function(arg0, arg1, arg2) {
1848
+ __wbg_set_method_0eea8a5597775fa1: function(arg0, arg1, arg2) {
1855
1849
  arg0.method = getStringFromWasm0(arg1, arg2);
1856
1850
  },
1857
- __wbg_set_mode_5e08d503428c06b9: function(arg0, arg1) {
1851
+ __wbg_set_mode_9fe47bff60a1580d: function(arg0, arg1) {
1858
1852
  arg0.mode = __wbindgen_enum_RequestMode[arg1];
1859
1853
  },
1860
- __wbg_set_multi_entry_bda3f2f33c69a070: function(arg0, arg1) {
1854
+ __wbg_set_multi_entry_92ff15f8c5c7968c: function(arg0, arg1) {
1861
1855
  arg0.multiEntry = arg1 !== 0;
1862
1856
  },
1863
- __wbg_set_onabort_7eecdbabbc4fd5f8: function(arg0, arg1) {
1857
+ __wbg_set_onabort_ee3b7a72b3189a67: function(arg0, arg1) {
1864
1858
  arg0.onabort = arg1;
1865
1859
  },
1866
- __wbg_set_onclose_17fa3bbcc4ba3541: function(arg0, arg1) {
1860
+ __wbg_set_onclose_f756840519cd20b5: function(arg0, arg1) {
1867
1861
  arg0.onclose = arg1;
1868
1862
  },
1869
- __wbg_set_oncomplete_8c9c4dac8e331f19: function(arg0, arg1) {
1863
+ __wbg_set_oncomplete_2a92fe503e87ee22: function(arg0, arg1) {
1870
1864
  arg0.oncomplete = arg1;
1871
1865
  },
1872
- __wbg_set_onerror_5cae5e3b994ad11f: function(arg0, arg1) {
1866
+ __wbg_set_onerror_02f33de339f1fa31: function(arg0, arg1) {
1873
1867
  arg0.onerror = arg1;
1874
1868
  },
1875
- __wbg_set_onerror_da99c4232662a084: function(arg0, arg1) {
1869
+ __wbg_set_onerror_4035c0925a7c14c0: function(arg0, arg1) {
1876
1870
  arg0.onerror = arg1;
1877
1871
  },
1878
- __wbg_set_onerror_ed658d0b50b67e95: function(arg0, arg1) {
1872
+ __wbg_set_onerror_5974cd03cc84b2e8: function(arg0, arg1) {
1879
1873
  arg0.onerror = arg1;
1880
1874
  },
1881
- __wbg_set_onmessage_c1db358b9c38e3f1: function(arg0, arg1) {
1875
+ __wbg_set_onmessage_d2ff0c1d20584625: function(arg0, arg1) {
1882
1876
  arg0.onmessage = arg1;
1883
1877
  },
1884
- __wbg_set_onopen_cd47b8fb1d92dee9: function(arg0, arg1) {
1878
+ __wbg_set_onopen_1da8a4f65e6180d2: function(arg0, arg1) {
1885
1879
  arg0.onopen = arg1;
1886
1880
  },
1887
- __wbg_set_onsuccess_bf03d6c06709ef09: function(arg0, arg1) {
1881
+ __wbg_set_onsuccess_a2847f90c494c640: function(arg0, arg1) {
1888
1882
  arg0.onsuccess = arg1;
1889
1883
  },
1890
- __wbg_set_onupgradeneeded_3fc8649a687213f5: function(arg0, arg1) {
1884
+ __wbg_set_onupgradeneeded_c5f3a86916133da4: function(arg0, arg1) {
1891
1885
  arg0.onupgradeneeded = arg1;
1892
1886
  },
1893
- __wbg_set_signal_1d4e73c2305a0e7c: function(arg0, arg1) {
1887
+ __wbg_set_signal_8c5cf4c3b27bd8a8: function(arg0, arg1) {
1894
1888
  arg0.signal = arg1;
1895
1889
  },
1896
- __wbg_set_unique_0a396b97f5b68657: function(arg0, arg1) {
1890
+ __wbg_set_unique_cdb7e4f66217fa30: function(arg0, arg1) {
1897
1891
  arg0.unique = arg1 !== 0;
1898
1892
  },
1899
- __wbg_signal_fdc54643b47bf85b: function(arg0) {
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
- __wbg_static_accessor_GLOBAL_8cfadc87a297ca02: function() {
1911
- const ret = typeof global === 'undefined' ? null : global;
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
- __wbg_static_accessor_GLOBAL_THIS_602256ae5c8f42cf: function() {
1915
- const ret = typeof globalThis === 'undefined' ? null : globalThis;
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
- __wbg_static_accessor_SELF_e445c1c7484aecc3: function() {
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
- __wbg_static_accessor_WINDOW_f20e8576ef1e0f17: function() {
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
- __wbg_status_43e0d2f15b22d69f: function(arg0) {
1920
+ __wbg_status_157e67ab07d01f8a: function(arg0) {
1927
1921
  const ret = arg0.status;
1928
1922
  return ret;
1929
1923
  },
1930
- __wbg_stringify_91082ed7a5a5769e: function() { return handleError(function (arg0) {
1924
+ __wbg_stringify_7fd5cae8859a6f10: function() { return handleError(function (arg0) {
1931
1925
  const ret = JSON.stringify(arg0);
1932
1926
  return ret;
1933
1927
  }, arguments); },
1934
- __wbg_subarray_f8ca46a25b1f5e0d: function(arg0, arg1, arg2) {
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
- __wbg_target_6d97e221d11b71b6: function(arg0) {
1932
+ __wbg_target_88ed73b611ebed5d: function(arg0) {
1939
1933
  const ret = arg0.target;
1940
1934
  return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
1941
1935
  },
1942
- __wbg_text_595ef75535aa25c1: function() { return handleError(function (arg0) {
1936
+ __wbg_text_de416916b5c06490: function() { return handleError(function (arg0) {
1943
1937
  const ret = arg0.text();
1944
1938
  return ret;
1945
1939
  }, arguments); },
1946
- __wbg_then_792e0c862b060889: function(arg0, arg1, arg2) {
1947
- const ret = arg0.then(arg1, arg2);
1940
+ __wbg_then_20a157d939b514f5: function(arg0, arg1) {
1941
+ const ret = arg0.then(arg1);
1948
1942
  return ret;
1949
1943
  },
1950
- __wbg_then_8e16ee11f05e4827: function(arg0, arg1) {
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
- __wbg_toString_6dc1a94e0bdba378: function(arg0) {
1948
+ __wbg_toString_8d874489bad7e5a2: function(arg0) {
1955
1949
  const ret = arg0.toString();
1956
1950
  return ret;
1957
1951
  },
1958
- __wbg_transaction_246d4ade615944eb: function(arg0) {
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
- __wbg_url_2bf741820e6563a0: function(arg0, arg1) {
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
- __wbg_url_7e153eff46938d20: function(arg0, arg1) {
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
- __wbg_value_cd3e83709dea7716: function() { return handleError(function (arg0) {
1974
+ __wbg_value_27e4840f678952c0: function() { return handleError(function (arg0) {
1981
1975
  const ret = arg0.value;
1982
1976
  return ret;
1983
1977
  }, arguments); },
1984
- __wbg_value_ee3a06f4579184fa: function(arg0) {
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
- __wbg_warn_ad997e36628bd23a: function(arg0, arg1, arg2, arg3) {
1986
+ __wbg_warn_d258f6e2da5e0422: function(arg0, arg1, arg2, arg3) {
1993
1987
  console.warn(arg0, arg1, arg2, arg3);
1994
1988
  },
1995
- __wbg_wasClean_bd109e45fffa711a: function(arg0) {
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: 685, ret: Result(Unit), inner_ret: Some(Result(Unit)) }, mutable: true }) -> Externref`.
2001
- const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__h0b724243ca7dd727);
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, wasm_bindgen__convert__closures_____invoke__h7e7b4a4868650eb0);
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: 978, ret: Result(Unit), inner_ret: Some(Result(Unit)) }, mutable: true }) -> Externref`.
2011
- const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__hbd8c09ae7cb03b36);
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, wasm_bindgen__convert__closures_____invoke__h7e7b4a4868650eb0_3);
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, wasm_bindgen__convert__closures_____invoke__h4a7cd3e7ccf633a4);
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, wasm_bindgen__convert__closures_____invoke__h219764a9e9ff1cc8);
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 wasm_bindgen__convert__closures_____invoke__h4a7cd3e7ccf633a4(arg0, arg1) {
2071
- wasm.wasm_bindgen__convert__closures_____invoke__h4a7cd3e7ccf633a4(arg0, arg1);
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 wasm_bindgen__convert__closures_____invoke__h219764a9e9ff1cc8(arg0, arg1) {
2075
- wasm.wasm_bindgen__convert__closures_____invoke__h219764a9e9ff1cc8(arg0, arg1);
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 wasm_bindgen__convert__closures_____invoke__h7e7b4a4868650eb0(arg0, arg1, arg2) {
2079
- wasm.wasm_bindgen__convert__closures_____invoke__h7e7b4a4868650eb0(arg0, arg1, arg2);
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 wasm_bindgen__convert__closures_____invoke__h7e7b4a4868650eb0_3(arg0, arg1, arg2) {
2083
- wasm.wasm_bindgen__convert__closures_____invoke__h7e7b4a4868650eb0_3(arg0, arg1, arg2);
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 wasm_bindgen__convert__closures_____invoke__h0b724243ca7dd727(arg0, arg1, arg2) {
2087
- const ret = wasm.wasm_bindgen__convert__closures_____invoke__h0b724243ca7dd727(arg0, arg1, arg2);
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 wasm_bindgen__convert__closures_____invoke__hbd8c09ae7cb03b36(arg0, arg1, arg2) {
2094
- const ret = wasm.wasm_bindgen__convert__closures_____invoke__hbd8c09ae7cb03b36(arg0, arg1, arg2);
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 wasm_bindgen__convert__closures_____invoke__h08ba80926c9c1583(arg0, arg1, arg2, arg3) {
2101
- wasm.wasm_bindgen__convert__closures_____invoke__h08ba80926c9c1583(arg0, arg1, arg2, arg3);
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 >>> 0, 1));
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 >>> 0, 1));
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 >>> 0, 1));
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 >>> 0, 1));
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 >>> 0, 1));
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 >>> 0, 1));
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 >>> 0, 1));
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
- ptr = ptr >>> 0;
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
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@bitcredit/bcr-ebill-wasm",
3
3
  "type": "module",
4
- "version": "0.5.7",
4
+ "version": "0.5.8",
5
5
  "license": "MIT",
6
6
  "repository": {
7
7
  "type": "git",