@janssenproject/cedarling_wasm 0.0.351 → 0.0.352
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/cedarling_wasm.d.ts +5 -5
- package/cedarling_wasm.js +178 -178
- package/cedarling_wasm_bg.wasm +0 -0
- package/package.json +1 -1
package/cedarling_wasm.d.ts
CHANGED
|
@@ -626,11 +626,11 @@ export interface InitOutput {
|
|
|
626
626
|
readonly rust_zstd_wasm_shim_memcpy: (a: number, b: number, c: number) => number;
|
|
627
627
|
readonly rust_zstd_wasm_shim_memmove: (a: number, b: number, c: number) => number;
|
|
628
628
|
readonly rust_zstd_wasm_shim_memset: (a: number, b: number, c: number) => number;
|
|
629
|
-
readonly
|
|
630
|
-
readonly
|
|
631
|
-
readonly
|
|
632
|
-
readonly
|
|
633
|
-
readonly
|
|
629
|
+
readonly wasm_bindgen__convert__closures_____invoke__h5760e008571e67be: (a: number, b: number, c: any) => [number, number];
|
|
630
|
+
readonly wasm_bindgen__convert__closures_____invoke__h119863c445122e5d: (a: number, b: number, c: any, d: any) => void;
|
|
631
|
+
readonly wasm_bindgen__convert__closures_____invoke__hf1ca0e856de00606: (a: number, b: number, c: any) => void;
|
|
632
|
+
readonly wasm_bindgen__convert__closures_____invoke__he14d1fc3cfeb85f6: (a: number, b: number) => void;
|
|
633
|
+
readonly wasm_bindgen__convert__closures_____invoke__he72a6bdd7d802ab1: (a: number, b: number) => void;
|
|
634
634
|
readonly __wbindgen_malloc: (a: number, b: number) => number;
|
|
635
635
|
readonly __wbindgen_realloc: (a: number, b: number, c: number, d: number) => number;
|
|
636
636
|
readonly __wbindgen_exn_store: (a: number) => void;
|
package/cedarling_wasm.js
CHANGED
|
@@ -1277,72 +1277,72 @@ export function init_from_archive_bytes(config, archive_bytes) {
|
|
|
1277
1277
|
function __wbg_get_imports() {
|
|
1278
1278
|
const import0 = {
|
|
1279
1279
|
__proto__: null,
|
|
1280
|
-
|
|
1280
|
+
__wbg_Error_2e59b1b37a9a34c3: function(arg0, arg1) {
|
|
1281
1281
|
const ret = Error(getStringFromWasm0(arg0, arg1));
|
|
1282
1282
|
return ret;
|
|
1283
1283
|
},
|
|
1284
|
-
|
|
1284
|
+
__wbg_Number_e6ffdb596c888833: function(arg0) {
|
|
1285
1285
|
const ret = Number(arg0);
|
|
1286
1286
|
return ret;
|
|
1287
1287
|
},
|
|
1288
|
-
|
|
1288
|
+
__wbg___wbindgen_bigint_get_as_i64_2c5082002e4826e2: function(arg0, arg1) {
|
|
1289
1289
|
const v = arg1;
|
|
1290
1290
|
const ret = typeof(v) === 'bigint' ? v : undefined;
|
|
1291
1291
|
getDataViewMemory0().setBigInt64(arg0 + 8 * 1, isLikeNone(ret) ? BigInt(0) : ret, true);
|
|
1292
1292
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, !isLikeNone(ret), true);
|
|
1293
1293
|
},
|
|
1294
|
-
|
|
1294
|
+
__wbg___wbindgen_boolean_get_a86c216575a75c30: function(arg0) {
|
|
1295
1295
|
const v = arg0;
|
|
1296
1296
|
const ret = typeof(v) === 'boolean' ? v : undefined;
|
|
1297
1297
|
return isLikeNone(ret) ? 0xFFFFFF : ret ? 1 : 0;
|
|
1298
1298
|
},
|
|
1299
|
-
|
|
1299
|
+
__wbg___wbindgen_debug_string_dd5d2d07ce9e6c57: function(arg0, arg1) {
|
|
1300
1300
|
const ret = debugString(arg1);
|
|
1301
1301
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
1302
1302
|
const len1 = WASM_VECTOR_LEN;
|
|
1303
1303
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
1304
1304
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
1305
1305
|
},
|
|
1306
|
-
|
|
1306
|
+
__wbg___wbindgen_in_4bd7a57e54337366: function(arg0, arg1) {
|
|
1307
1307
|
const ret = arg0 in arg1;
|
|
1308
1308
|
return ret;
|
|
1309
1309
|
},
|
|
1310
|
-
|
|
1310
|
+
__wbg___wbindgen_is_bigint_6c98f7e945dacdde: function(arg0) {
|
|
1311
1311
|
const ret = typeof(arg0) === 'bigint';
|
|
1312
1312
|
return ret;
|
|
1313
1313
|
},
|
|
1314
|
-
|
|
1314
|
+
__wbg___wbindgen_is_function_49868bde5eb1e745: function(arg0) {
|
|
1315
1315
|
const ret = typeof(arg0) === 'function';
|
|
1316
1316
|
return ret;
|
|
1317
1317
|
},
|
|
1318
|
-
|
|
1318
|
+
__wbg___wbindgen_is_object_40c5a80572e8f9d3: function(arg0) {
|
|
1319
1319
|
const val = arg0;
|
|
1320
1320
|
const ret = typeof(val) === 'object' && val !== null;
|
|
1321
1321
|
return ret;
|
|
1322
1322
|
},
|
|
1323
|
-
|
|
1323
|
+
__wbg___wbindgen_is_string_b29b5c5a8065ba1a: function(arg0) {
|
|
1324
1324
|
const ret = typeof(arg0) === 'string';
|
|
1325
1325
|
return ret;
|
|
1326
1326
|
},
|
|
1327
|
-
|
|
1327
|
+
__wbg___wbindgen_is_undefined_c0cca72b82b86f4d: function(arg0) {
|
|
1328
1328
|
const ret = arg0 === undefined;
|
|
1329
1329
|
return ret;
|
|
1330
1330
|
},
|
|
1331
|
-
|
|
1331
|
+
__wbg___wbindgen_jsval_eq_7d430e744a913d26: function(arg0, arg1) {
|
|
1332
1332
|
const ret = arg0 === arg1;
|
|
1333
1333
|
return ret;
|
|
1334
1334
|
},
|
|
1335
|
-
|
|
1335
|
+
__wbg___wbindgen_jsval_loose_eq_3a72ae764d46d944: function(arg0, arg1) {
|
|
1336
1336
|
const ret = arg0 == arg1;
|
|
1337
1337
|
return ret;
|
|
1338
1338
|
},
|
|
1339
|
-
|
|
1339
|
+
__wbg___wbindgen_number_get_7579aab02a8a620c: function(arg0, arg1) {
|
|
1340
1340
|
const obj = arg1;
|
|
1341
1341
|
const ret = typeof(obj) === 'number' ? obj : undefined;
|
|
1342
1342
|
getDataViewMemory0().setFloat64(arg0 + 8 * 1, isLikeNone(ret) ? 0 : ret, true);
|
|
1343
1343
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, !isLikeNone(ret), true);
|
|
1344
1344
|
},
|
|
1345
|
-
|
|
1345
|
+
__wbg___wbindgen_string_get_914df97fcfa788f2: function(arg0, arg1) {
|
|
1346
1346
|
const obj = arg1;
|
|
1347
1347
|
const ret = typeof(obj) === 'string' ? obj : undefined;
|
|
1348
1348
|
var ptr1 = isLikeNone(ret) ? 0 : passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
@@ -1350,22 +1350,22 @@ function __wbg_get_imports() {
|
|
|
1350
1350
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
1351
1351
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
1352
1352
|
},
|
|
1353
|
-
|
|
1353
|
+
__wbg___wbindgen_throw_81fc77679af83bc6: function(arg0, arg1) {
|
|
1354
1354
|
throw new Error(getStringFromWasm0(arg0, arg1));
|
|
1355
1355
|
},
|
|
1356
|
-
|
|
1356
|
+
__wbg__wbg_cb_unref_3c3b4f651835fbcb: function(arg0) {
|
|
1357
1357
|
arg0._wbg_cb_unref();
|
|
1358
1358
|
},
|
|
1359
|
-
|
|
1359
|
+
__wbg_abort_5ee4083ce26e0b01: function(arg0) {
|
|
1360
1360
|
arg0.abort();
|
|
1361
1361
|
},
|
|
1362
|
-
|
|
1362
|
+
__wbg_abort_7a67cb8f9383baa1: function(arg0, arg1) {
|
|
1363
1363
|
arg0.abort(arg1);
|
|
1364
1364
|
},
|
|
1365
|
-
|
|
1365
|
+
__wbg_append_c015600138ae60bb: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4) {
|
|
1366
1366
|
arg0.append(getStringFromWasm0(arg1, arg2), getStringFromWasm0(arg3, arg4));
|
|
1367
1367
|
}, arguments); },
|
|
1368
|
-
|
|
1368
|
+
__wbg_arrayBuffer_dae084a298aa5fe0: function() { return handleError(function (arg0) {
|
|
1369
1369
|
const ret = arg0.arrayBuffer();
|
|
1370
1370
|
return ret;
|
|
1371
1371
|
}, arguments); },
|
|
@@ -1373,39 +1373,39 @@ function __wbg_get_imports() {
|
|
|
1373
1373
|
const ret = AuthorizeResult.__wrap(arg0);
|
|
1374
1374
|
return ret;
|
|
1375
1375
|
},
|
|
1376
|
-
|
|
1376
|
+
__wbg_body_9a25d64338506fbe: function(arg0) {
|
|
1377
1377
|
const ret = arg0.body;
|
|
1378
1378
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
1379
1379
|
},
|
|
1380
|
-
|
|
1380
|
+
__wbg_buffer_a77cc90da4bdb503: function(arg0) {
|
|
1381
1381
|
const ret = arg0.buffer;
|
|
1382
1382
|
return ret;
|
|
1383
1383
|
},
|
|
1384
|
-
|
|
1384
|
+
__wbg_byobRequest_41018d4f78e8364a: function(arg0) {
|
|
1385
1385
|
const ret = arg0.byobRequest;
|
|
1386
1386
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
1387
1387
|
},
|
|
1388
|
-
|
|
1388
|
+
__wbg_byteLength_f5c761c4472de41b: function(arg0) {
|
|
1389
1389
|
const ret = arg0.byteLength;
|
|
1390
1390
|
return ret;
|
|
1391
1391
|
},
|
|
1392
|
-
|
|
1392
|
+
__wbg_byteOffset_7cd0c9f7e573845c: function(arg0) {
|
|
1393
1393
|
const ret = arg0.byteOffset;
|
|
1394
1394
|
return ret;
|
|
1395
1395
|
},
|
|
1396
|
-
|
|
1397
|
-
const ret = arg0.call(arg1
|
|
1396
|
+
__wbg_call_7f2987183bb62793: function() { return handleError(function (arg0, arg1) {
|
|
1397
|
+
const ret = arg0.call(arg1);
|
|
1398
1398
|
return ret;
|
|
1399
1399
|
}, arguments); },
|
|
1400
|
-
|
|
1401
|
-
const ret = arg0.call(arg1);
|
|
1400
|
+
__wbg_call_d578befcc3145dee: function() { return handleError(function (arg0, arg1, arg2) {
|
|
1401
|
+
const ret = arg0.call(arg1, arg2);
|
|
1402
1402
|
return ret;
|
|
1403
1403
|
}, arguments); },
|
|
1404
|
-
|
|
1404
|
+
__wbg_cancel_8314206ca10b9605: function(arg0) {
|
|
1405
1405
|
const ret = arg0.cancel();
|
|
1406
1406
|
return ret;
|
|
1407
1407
|
},
|
|
1408
|
-
|
|
1408
|
+
__wbg_catch_32d296b856e661d9: function(arg0, arg1) {
|
|
1409
1409
|
const ret = arg0.catch(arg1);
|
|
1410
1410
|
return ret;
|
|
1411
1411
|
},
|
|
@@ -1421,10 +1421,10 @@ function __wbg_get_imports() {
|
|
|
1421
1421
|
const ret = clearTimeout(arg0);
|
|
1422
1422
|
return ret;
|
|
1423
1423
|
},
|
|
1424
|
-
|
|
1424
|
+
__wbg_close_9998ebb2f4515c42: function() { return handleError(function (arg0) {
|
|
1425
1425
|
arg0.close();
|
|
1426
1426
|
}, arguments); },
|
|
1427
|
-
|
|
1427
|
+
__wbg_close_a7c33e895baeb773: function() { return handleError(function (arg0) {
|
|
1428
1428
|
arg0.close();
|
|
1429
1429
|
}, arguments); },
|
|
1430
1430
|
__wbg_crypto_38df2bab126b63dc: function(arg0) {
|
|
@@ -1435,48 +1435,48 @@ function __wbg_get_imports() {
|
|
|
1435
1435
|
const ret = DataEntry.__wrap(arg0);
|
|
1436
1436
|
return ret;
|
|
1437
1437
|
},
|
|
1438
|
-
|
|
1438
|
+
__wbg_debug_5b884084951f22aa: function(arg0) {
|
|
1439
1439
|
console.debug(...arg0);
|
|
1440
1440
|
},
|
|
1441
|
-
|
|
1441
|
+
__wbg_done_547d467e97529006: function(arg0) {
|
|
1442
1442
|
const ret = arg0.done;
|
|
1443
1443
|
return ret;
|
|
1444
1444
|
},
|
|
1445
|
-
|
|
1445
|
+
__wbg_enqueue_bb06efec8458a81a: function() { return handleError(function (arg0, arg1) {
|
|
1446
1446
|
arg0.enqueue(arg1);
|
|
1447
1447
|
}, arguments); },
|
|
1448
|
-
|
|
1449
|
-
const ret =
|
|
1448
|
+
__wbg_entries_616b1a459b85be0b: function(arg0) {
|
|
1449
|
+
const ret = Object.entries(arg0);
|
|
1450
1450
|
return ret;
|
|
1451
1451
|
},
|
|
1452
|
-
|
|
1452
|
+
__wbg_entries_69f235654ec4ccc6: function(arg0) {
|
|
1453
1453
|
const ret = arg0.entries();
|
|
1454
1454
|
return ret;
|
|
1455
1455
|
},
|
|
1456
|
-
|
|
1457
|
-
const ret =
|
|
1456
|
+
__wbg_entries_7d89e479ff037f54: function(arg0) {
|
|
1457
|
+
const ret = arg0.entries();
|
|
1458
1458
|
return ret;
|
|
1459
1459
|
},
|
|
1460
|
-
|
|
1460
|
+
__wbg_error_d40ec8860536e1ea: function(arg0) {
|
|
1461
1461
|
console.error(...arg0);
|
|
1462
1462
|
},
|
|
1463
1463
|
__wbg_fetch_010aa16f24b763bc: function(arg0, arg1) {
|
|
1464
1464
|
const ret = fetch(arg0, arg1);
|
|
1465
1465
|
return ret;
|
|
1466
1466
|
},
|
|
1467
|
-
|
|
1468
|
-
const ret = fetch(
|
|
1467
|
+
__wbg_fetch_1a731e18c5e21884: function(arg0, arg1) {
|
|
1468
|
+
const ret = arg0.fetch(arg1);
|
|
1469
1469
|
return ret;
|
|
1470
1470
|
},
|
|
1471
|
-
|
|
1472
|
-
const ret =
|
|
1471
|
+
__wbg_fetch_43b2f110608a59ff: function(arg0) {
|
|
1472
|
+
const ret = fetch(arg0);
|
|
1473
1473
|
return ret;
|
|
1474
1474
|
},
|
|
1475
|
-
|
|
1475
|
+
__wbg_fetch_a920260d19124083: function(arg0, arg1, arg2) {
|
|
1476
1476
|
const ret = arg0.fetch(arg1, arg2);
|
|
1477
1477
|
return ret;
|
|
1478
1478
|
},
|
|
1479
|
-
|
|
1479
|
+
__wbg_fromEntries_5ab22ee81eeaa316: function() { return handleError(function (arg0) {
|
|
1480
1480
|
const ret = Object.fromEntries(arg0);
|
|
1481
1481
|
return ret;
|
|
1482
1482
|
}, arguments); },
|
|
@@ -1490,35 +1490,35 @@ function __wbg_get_imports() {
|
|
|
1490
1490
|
const ret = arg0.getReader();
|
|
1491
1491
|
return ret;
|
|
1492
1492
|
}, arguments); },
|
|
1493
|
-
|
|
1493
|
+
__wbg_getTime_f6ac312467f7cf09: function(arg0) {
|
|
1494
1494
|
const ret = arg0.getTime();
|
|
1495
1495
|
return ret;
|
|
1496
1496
|
},
|
|
1497
|
-
|
|
1497
|
+
__wbg_getTimezoneOffset_ac5be603b21a5797: function(arg0) {
|
|
1498
1498
|
const ret = arg0.getTimezoneOffset();
|
|
1499
1499
|
return ret;
|
|
1500
1500
|
},
|
|
1501
|
-
|
|
1501
|
+
__wbg_get_4848e350b40afc16: function(arg0, arg1) {
|
|
1502
1502
|
const ret = arg0[arg1 >>> 0];
|
|
1503
1503
|
return ret;
|
|
1504
1504
|
},
|
|
1505
|
-
|
|
1505
|
+
__wbg_get_done_46f064515323cd59: function(arg0) {
|
|
1506
|
+
const ret = arg0.done;
|
|
1507
|
+
return isLikeNone(ret) ? 0xFFFFFF : ret ? 1 : 0;
|
|
1508
|
+
},
|
|
1509
|
+
__wbg_get_ed0642c4b9d31ddf: function() { return handleError(function (arg0, arg1) {
|
|
1506
1510
|
const ret = Reflect.get(arg0, arg1);
|
|
1507
1511
|
return ret;
|
|
1508
1512
|
}, arguments); },
|
|
1509
|
-
|
|
1513
|
+
__wbg_get_f96702c6245e4ef9: function() { return handleError(function (arg0, arg1) {
|
|
1510
1514
|
const ret = Reflect.get(arg0, arg1);
|
|
1511
1515
|
return ret;
|
|
1512
1516
|
}, arguments); },
|
|
1513
|
-
|
|
1514
|
-
const ret = arg0.done;
|
|
1515
|
-
return isLikeNone(ret) ? 0xFFFFFF : ret ? 1 : 0;
|
|
1516
|
-
},
|
|
1517
|
-
__wbg_get_unchecked_c33f0e513c522d7c: function(arg0, arg1) {
|
|
1517
|
+
__wbg_get_unchecked_7d7babe32e9e6a54: function(arg0, arg1) {
|
|
1518
1518
|
const ret = arg0[arg1 >>> 0];
|
|
1519
1519
|
return ret;
|
|
1520
1520
|
},
|
|
1521
|
-
|
|
1521
|
+
__wbg_get_value_28b7deb73d356d88: function(arg0) {
|
|
1522
1522
|
const ret = arg0.value;
|
|
1523
1523
|
return ret;
|
|
1524
1524
|
},
|
|
@@ -1526,18 +1526,18 @@ function __wbg_get_imports() {
|
|
|
1526
1526
|
const ret = arg0[arg1];
|
|
1527
1527
|
return ret;
|
|
1528
1528
|
},
|
|
1529
|
-
|
|
1529
|
+
__wbg_has_3ec5c22db2e5237a: function() { return handleError(function (arg0, arg1) {
|
|
1530
1530
|
const ret = Reflect.has(arg0, arg1);
|
|
1531
1531
|
return ret;
|
|
1532
1532
|
}, arguments); },
|
|
1533
|
-
|
|
1533
|
+
__wbg_headers_e08dcb5aa09b9a63: function(arg0) {
|
|
1534
1534
|
const ret = arg0.headers;
|
|
1535
1535
|
return ret;
|
|
1536
1536
|
},
|
|
1537
|
-
|
|
1537
|
+
__wbg_info_d9cc7ac4e8be710d: function(arg0) {
|
|
1538
1538
|
console.info(...arg0);
|
|
1539
1539
|
},
|
|
1540
|
-
|
|
1540
|
+
__wbg_instanceof_ArrayBuffer_ff7c1337a5e3b33a: function(arg0) {
|
|
1541
1541
|
let result;
|
|
1542
1542
|
try {
|
|
1543
1543
|
result = arg0 instanceof ArrayBuffer;
|
|
@@ -1547,7 +1547,7 @@ function __wbg_get_imports() {
|
|
|
1547
1547
|
const ret = result;
|
|
1548
1548
|
return ret;
|
|
1549
1549
|
},
|
|
1550
|
-
|
|
1550
|
+
__wbg_instanceof_Array_9408483148edb2e0: function(arg0) {
|
|
1551
1551
|
let result;
|
|
1552
1552
|
try {
|
|
1553
1553
|
result = arg0 instanceof Array;
|
|
@@ -1557,7 +1557,7 @@ function __wbg_get_imports() {
|
|
|
1557
1557
|
const ret = result;
|
|
1558
1558
|
return ret;
|
|
1559
1559
|
},
|
|
1560
|
-
|
|
1560
|
+
__wbg_instanceof_Map_a10a2795ef4bfe97: function(arg0) {
|
|
1561
1561
|
let result;
|
|
1562
1562
|
try {
|
|
1563
1563
|
result = arg0 instanceof Map;
|
|
@@ -1567,7 +1567,7 @@ function __wbg_get_imports() {
|
|
|
1567
1567
|
const ret = result;
|
|
1568
1568
|
return ret;
|
|
1569
1569
|
},
|
|
1570
|
-
|
|
1570
|
+
__wbg_instanceof_Response_06795eab66cc4036: function(arg0) {
|
|
1571
1571
|
let result;
|
|
1572
1572
|
try {
|
|
1573
1573
|
result = arg0 instanceof Response;
|
|
@@ -1577,7 +1577,7 @@ function __wbg_get_imports() {
|
|
|
1577
1577
|
const ret = result;
|
|
1578
1578
|
return ret;
|
|
1579
1579
|
},
|
|
1580
|
-
|
|
1580
|
+
__wbg_instanceof_Uint8Array_4b8da683deb25d72: function(arg0) {
|
|
1581
1581
|
let result;
|
|
1582
1582
|
try {
|
|
1583
1583
|
result = arg0 instanceof Uint8Array;
|
|
@@ -1587,31 +1587,31 @@ function __wbg_get_imports() {
|
|
|
1587
1587
|
const ret = result;
|
|
1588
1588
|
return ret;
|
|
1589
1589
|
},
|
|
1590
|
-
|
|
1590
|
+
__wbg_isArray_db61795ad004c139: function(arg0) {
|
|
1591
1591
|
const ret = Array.isArray(arg0);
|
|
1592
1592
|
return ret;
|
|
1593
1593
|
},
|
|
1594
|
-
|
|
1594
|
+
__wbg_isSafeInteger_ea83862ba994770c: function(arg0) {
|
|
1595
1595
|
const ret = Number.isSafeInteger(arg0);
|
|
1596
1596
|
return ret;
|
|
1597
1597
|
},
|
|
1598
|
-
|
|
1598
|
+
__wbg_iterator_de403ef31815a3e6: function() {
|
|
1599
1599
|
const ret = Symbol.iterator;
|
|
1600
1600
|
return ret;
|
|
1601
1601
|
},
|
|
1602
|
-
|
|
1602
|
+
__wbg_keys_e611eeb7873788db: function(arg0) {
|
|
1603
1603
|
const ret = Object.keys(arg0);
|
|
1604
1604
|
return ret;
|
|
1605
1605
|
},
|
|
1606
|
-
|
|
1606
|
+
__wbg_length_0c32cb8543c8e4c8: function(arg0) {
|
|
1607
1607
|
const ret = arg0.length;
|
|
1608
1608
|
return ret;
|
|
1609
1609
|
},
|
|
1610
|
-
|
|
1610
|
+
__wbg_length_6e821edde497a532: function(arg0) {
|
|
1611
1611
|
const ret = arg0.length;
|
|
1612
1612
|
return ret;
|
|
1613
1613
|
},
|
|
1614
|
-
|
|
1614
|
+
__wbg_log_8d27771fb7f6362b: function(arg0) {
|
|
1615
1615
|
console.log(...arg0);
|
|
1616
1616
|
},
|
|
1617
1617
|
__wbg_msCrypto_bd5a034af96bcba6: function(arg0) {
|
|
@@ -1622,54 +1622,54 @@ function __wbg_get_imports() {
|
|
|
1622
1622
|
const ret = MultiIssuerAuthorizeResult.__wrap(arg0);
|
|
1623
1623
|
return ret;
|
|
1624
1624
|
},
|
|
1625
|
-
|
|
1625
|
+
__wbg_new_0_bfa2ef4bc447daa2: function() {
|
|
1626
1626
|
const ret = new Date();
|
|
1627
1627
|
return ret;
|
|
1628
1628
|
},
|
|
1629
|
-
|
|
1630
|
-
const ret = new Uint8Array(arg0);
|
|
1631
|
-
return ret;
|
|
1632
|
-
},
|
|
1633
|
-
__wbg_new_480195ddf7042529: function() {
|
|
1634
|
-
const ret = new Array();
|
|
1635
|
-
return ret;
|
|
1636
|
-
},
|
|
1637
|
-
__wbg_new_560c3bd51ca71bd7: function() { return handleError(function () {
|
|
1638
|
-
const ret = new AbortController();
|
|
1639
|
-
return ret;
|
|
1640
|
-
}, arguments); },
|
|
1641
|
-
__wbg_new_a52e1ac82c258947: function(arg0) {
|
|
1629
|
+
__wbg_new_0f6d2ddfe083319b: function(arg0) {
|
|
1642
1630
|
const ret = new Date(arg0);
|
|
1643
1631
|
return ret;
|
|
1644
1632
|
},
|
|
1645
|
-
|
|
1633
|
+
__wbg_new_3a112826a89cb962: function() { return handleError(function () {
|
|
1646
1634
|
const ret = new Headers();
|
|
1647
1635
|
return ret;
|
|
1648
1636
|
}, arguments); },
|
|
1649
|
-
|
|
1637
|
+
__wbg_new_4f9fafbb3909af72: function() {
|
|
1638
|
+
const ret = new Object();
|
|
1639
|
+
return ret;
|
|
1640
|
+
},
|
|
1641
|
+
__wbg_new_99cabae501c0a8a0: function() {
|
|
1650
1642
|
const ret = new Map();
|
|
1651
1643
|
return ret;
|
|
1652
1644
|
},
|
|
1653
|
-
|
|
1654
|
-
const ret = new
|
|
1645
|
+
__wbg_new_9abbf7148481485e: function() { return handleError(function () {
|
|
1646
|
+
const ret = new AbortController();
|
|
1647
|
+
return ret;
|
|
1648
|
+
}, arguments); },
|
|
1649
|
+
__wbg_new_a560378ea1240b14: function(arg0) {
|
|
1650
|
+
const ret = new Uint8Array(arg0);
|
|
1655
1651
|
return ret;
|
|
1656
1652
|
},
|
|
1657
|
-
|
|
1653
|
+
__wbg_new_e3b04b4d53d1b593: function(arg0, arg1) {
|
|
1658
1654
|
const ret = new Error(getStringFromWasm0(arg0, arg1));
|
|
1659
1655
|
return ret;
|
|
1660
1656
|
},
|
|
1661
|
-
|
|
1657
|
+
__wbg_new_f3c9df4f38f3f798: function() {
|
|
1658
|
+
const ret = new Array();
|
|
1659
|
+
return ret;
|
|
1660
|
+
},
|
|
1661
|
+
__wbg_new_from_slice_2580ff33d0d10520: function(arg0, arg1) {
|
|
1662
1662
|
const ret = new Uint8Array(getArrayU8FromWasm0(arg0, arg1));
|
|
1663
1663
|
return ret;
|
|
1664
1664
|
},
|
|
1665
|
-
|
|
1665
|
+
__wbg_new_typed_14d7cc391ce53d2c: function(arg0, arg1) {
|
|
1666
1666
|
try {
|
|
1667
1667
|
var state0 = {a: arg0, b: arg1};
|
|
1668
1668
|
var cb0 = (arg0, arg1) => {
|
|
1669
1669
|
const a = state0.a;
|
|
1670
1670
|
state0.a = 0;
|
|
1671
1671
|
try {
|
|
1672
|
-
return
|
|
1672
|
+
return wasm_bindgen__convert__closures_____invoke__h119863c445122e5d(a, state0.b, arg0, arg1);
|
|
1673
1673
|
} finally {
|
|
1674
1674
|
state0.a = a;
|
|
1675
1675
|
}
|
|
@@ -1680,26 +1680,26 @@ function __wbg_get_imports() {
|
|
|
1680
1680
|
state0.a = 0;
|
|
1681
1681
|
}
|
|
1682
1682
|
},
|
|
1683
|
-
|
|
1683
|
+
__wbg_new_with_byte_offset_and_length_6bfc75833d6170c8: function(arg0, arg1, arg2) {
|
|
1684
1684
|
const ret = new Uint8Array(arg0, arg1 >>> 0, arg2 >>> 0);
|
|
1685
1685
|
return ret;
|
|
1686
1686
|
},
|
|
1687
|
-
|
|
1687
|
+
__wbg_new_with_length_9cedd08484b73942: function(arg0) {
|
|
1688
1688
|
const ret = new Uint8Array(arg0 >>> 0);
|
|
1689
1689
|
return ret;
|
|
1690
1690
|
},
|
|
1691
|
-
|
|
1691
|
+
__wbg_new_with_str_and_init_f663b6d334baa878: function() { return handleError(function (arg0, arg1, arg2) {
|
|
1692
1692
|
const ret = new Request(getStringFromWasm0(arg0, arg1), arg2);
|
|
1693
1693
|
return ret;
|
|
1694
1694
|
}, arguments); },
|
|
1695
|
-
|
|
1696
|
-
const ret = arg0.next();
|
|
1697
|
-
return ret;
|
|
1698
|
-
}, arguments); },
|
|
1699
|
-
__wbg_next_e75ce91d696d3c0f: function(arg0) {
|
|
1695
|
+
__wbg_next_01132ed6134b8ef5: function(arg0) {
|
|
1700
1696
|
const ret = arg0.next;
|
|
1701
1697
|
return ret;
|
|
1702
1698
|
},
|
|
1699
|
+
__wbg_next_b3713ec761a9dbfd: function() { return handleError(function (arg0) {
|
|
1700
|
+
const ret = arg0.next();
|
|
1701
|
+
return ret;
|
|
1702
|
+
}, arguments); },
|
|
1703
1703
|
__wbg_node_84ea875411254db1: function(arg0) {
|
|
1704
1704
|
const ret = arg0.node;
|
|
1705
1705
|
return ret;
|
|
@@ -1712,39 +1712,39 @@ function __wbg_get_imports() {
|
|
|
1712
1712
|
const ret = arg0.process;
|
|
1713
1713
|
return ret;
|
|
1714
1714
|
},
|
|
1715
|
-
|
|
1715
|
+
__wbg_prototypesetcall_3e05eb9545565046: function(arg0, arg1, arg2) {
|
|
1716
1716
|
Uint8Array.prototype.set.call(getArrayU8FromWasm0(arg0, arg1), arg2);
|
|
1717
1717
|
},
|
|
1718
|
-
|
|
1718
|
+
__wbg_push_6bdbc990be5ac37b: function(arg0, arg1) {
|
|
1719
1719
|
const ret = arg0.push(arg1);
|
|
1720
1720
|
return ret;
|
|
1721
1721
|
},
|
|
1722
|
-
|
|
1723
|
-
queueMicrotask(arg0);
|
|
1724
|
-
},
|
|
1725
|
-
__wbg_queueMicrotask_805204511f79bee8: function(arg0) {
|
|
1722
|
+
__wbg_queueMicrotask_abaf92f0bd4e80a4: function(arg0) {
|
|
1726
1723
|
const ret = arg0.queueMicrotask;
|
|
1727
1724
|
return ret;
|
|
1728
1725
|
},
|
|
1726
|
+
__wbg_queueMicrotask_df5a6dac26d818f3: function(arg0) {
|
|
1727
|
+
queueMicrotask(arg0);
|
|
1728
|
+
},
|
|
1729
1729
|
__wbg_randomFillSync_6c25eac9869eb53c: function() { return handleError(function (arg0, arg1) {
|
|
1730
1730
|
arg0.randomFillSync(arg1);
|
|
1731
1731
|
}, arguments); },
|
|
1732
|
-
|
|
1732
|
+
__wbg_read_316bf844c93a6ccc: function(arg0) {
|
|
1733
1733
|
const ret = arg0.read();
|
|
1734
1734
|
return ret;
|
|
1735
1735
|
},
|
|
1736
|
-
|
|
1736
|
+
__wbg_releaseLock_b12f7593852f4c01: function(arg0) {
|
|
1737
1737
|
arg0.releaseLock();
|
|
1738
1738
|
},
|
|
1739
1739
|
__wbg_require_b4edbdcf3e2a1ef0: function() { return handleError(function () {
|
|
1740
1740
|
const ret = module.require;
|
|
1741
1741
|
return ret;
|
|
1742
1742
|
}, arguments); },
|
|
1743
|
-
|
|
1743
|
+
__wbg_resolve_0a79de24e9d2267b: function(arg0) {
|
|
1744
1744
|
const ret = Promise.resolve(arg0);
|
|
1745
1745
|
return ret;
|
|
1746
1746
|
},
|
|
1747
|
-
|
|
1747
|
+
__wbg_respond_87b5b47cbc9ee0b7: function() { return handleError(function (arg0, arg1) {
|
|
1748
1748
|
arg0.respond(arg1 >>> 0);
|
|
1749
1749
|
}, arguments); },
|
|
1750
1750
|
__wbg_setTimeout_a3127d9f29a851c3: function(arg0, arg1) {
|
|
@@ -1755,114 +1755,114 @@ function __wbg_get_imports() {
|
|
|
1755
1755
|
const ret = setTimeout(arg0, arg1);
|
|
1756
1756
|
return ret;
|
|
1757
1757
|
},
|
|
1758
|
-
|
|
1759
|
-
const ret =
|
|
1758
|
+
__wbg_set_08463b1df38a7e29: function(arg0, arg1, arg2) {
|
|
1759
|
+
const ret = arg0.set(arg1, arg2);
|
|
1760
1760
|
return ret;
|
|
1761
|
-
},
|
|
1761
|
+
},
|
|
1762
|
+
__wbg_set_16a9c1a07b3d38ec: function(arg0, arg1, arg2) {
|
|
1763
|
+
arg0.set(getArrayU8FromWasm0(arg1, arg2));
|
|
1764
|
+
},
|
|
1762
1765
|
__wbg_set_6be42768c690e380: function(arg0, arg1, arg2) {
|
|
1763
1766
|
arg0[arg1] = arg2;
|
|
1764
1767
|
},
|
|
1765
|
-
|
|
1768
|
+
__wbg_set_6c60b2e8ad0e9383: function(arg0, arg1, arg2) {
|
|
1769
|
+
arg0[arg1 >>> 0] = arg2;
|
|
1770
|
+
},
|
|
1771
|
+
__wbg_set_8ee2d34facb8466e: function() { return handleError(function (arg0, arg1, arg2) {
|
|
1772
|
+
const ret = Reflect.set(arg0, arg1, arg2);
|
|
1773
|
+
return ret;
|
|
1774
|
+
}, arguments); },
|
|
1775
|
+
__wbg_set_aa391f3af1ff0e9c: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4) {
|
|
1766
1776
|
arg0.set(getStringFromWasm0(arg1, arg2), getStringFromWasm0(arg3, arg4));
|
|
1767
1777
|
}, arguments); },
|
|
1768
|
-
|
|
1769
|
-
const ret = arg0.set(arg1, arg2);
|
|
1770
|
-
return ret;
|
|
1771
|
-
},
|
|
1772
|
-
__wbg_set_body_44749a7f105b35d6: function(arg0, arg1) {
|
|
1778
|
+
__wbg_set_body_a304d09cb50cefbe: function(arg0, arg1) {
|
|
1773
1779
|
arg0.body = arg1;
|
|
1774
1780
|
},
|
|
1775
|
-
|
|
1776
|
-
arg0[arg1 >>> 0] = arg2;
|
|
1777
|
-
},
|
|
1778
|
-
__wbg_set_cache_ee589f674cdd785d: function(arg0, arg1) {
|
|
1781
|
+
__wbg_set_cache_cc687e2b96e9608c: function(arg0, arg1) {
|
|
1779
1782
|
arg0.cache = __wbindgen_enum_RequestCache[arg1];
|
|
1780
1783
|
},
|
|
1781
|
-
|
|
1784
|
+
__wbg_set_credentials_7693e63055f5e838: function(arg0, arg1) {
|
|
1782
1785
|
arg0.credentials = __wbindgen_enum_RequestCredentials[arg1];
|
|
1783
1786
|
},
|
|
1784
|
-
|
|
1785
|
-
arg0.set(getArrayU8FromWasm0(arg1, arg2));
|
|
1786
|
-
},
|
|
1787
|
-
__wbg_set_headers_3dd4ad6ef11210f1: function(arg0, arg1) {
|
|
1787
|
+
__wbg_set_headers_6ab1105e542834e2: function(arg0, arg1) {
|
|
1788
1788
|
arg0.headers = arg1;
|
|
1789
1789
|
},
|
|
1790
|
-
|
|
1790
|
+
__wbg_set_integrity_0dcf8feff0f7e4d3: function(arg0, arg1, arg2) {
|
|
1791
1791
|
arg0.integrity = getStringFromWasm0(arg1, arg2);
|
|
1792
1792
|
},
|
|
1793
|
-
|
|
1793
|
+
__wbg_set_method_1971272fe557e972: function(arg0, arg1, arg2) {
|
|
1794
1794
|
arg0.method = getStringFromWasm0(arg1, arg2);
|
|
1795
1795
|
},
|
|
1796
|
-
|
|
1796
|
+
__wbg_set_mode_d1b643087602281a: function(arg0, arg1) {
|
|
1797
1797
|
arg0.mode = __wbindgen_enum_RequestMode[arg1];
|
|
1798
1798
|
},
|
|
1799
|
-
|
|
1799
|
+
__wbg_set_redirect_1d6df2c80bf90934: function(arg0, arg1) {
|
|
1800
1800
|
arg0.redirect = __wbindgen_enum_RequestRedirect[arg1];
|
|
1801
1801
|
},
|
|
1802
|
-
|
|
1802
|
+
__wbg_set_referrer_c0d0ce1b4c972d99: function(arg0, arg1, arg2) {
|
|
1803
1803
|
arg0.referrer = getStringFromWasm0(arg1, arg2);
|
|
1804
1804
|
},
|
|
1805
|
-
|
|
1805
|
+
__wbg_set_referrer_policy_48f3f15e75682149: function(arg0, arg1) {
|
|
1806
1806
|
arg0.referrerPolicy = __wbindgen_enum_ReferrerPolicy[arg1];
|
|
1807
1807
|
},
|
|
1808
|
-
|
|
1808
|
+
__wbg_set_signal_8564a226c5c6853c: function(arg0, arg1) {
|
|
1809
1809
|
arg0.signal = arg1;
|
|
1810
1810
|
},
|
|
1811
|
-
|
|
1811
|
+
__wbg_signal_9172c3282bfba2f5: function(arg0) {
|
|
1812
1812
|
const ret = arg0.signal;
|
|
1813
1813
|
return ret;
|
|
1814
1814
|
},
|
|
1815
|
-
|
|
1816
|
-
const ret = typeof
|
|
1815
|
+
__wbg_static_accessor_GLOBAL_THIS_a1248013d790bf5f: function() {
|
|
1816
|
+
const ret = typeof globalThis === 'undefined' ? null : globalThis;
|
|
1817
1817
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
1818
1818
|
},
|
|
1819
|
-
|
|
1820
|
-
const ret = typeof
|
|
1819
|
+
__wbg_static_accessor_GLOBAL_f2e0f995a21329ff: function() {
|
|
1820
|
+
const ret = typeof global === 'undefined' ? null : global;
|
|
1821
1821
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
1822
1822
|
},
|
|
1823
|
-
|
|
1823
|
+
__wbg_static_accessor_SELF_24f78b6d23f286ea: function() {
|
|
1824
1824
|
const ret = typeof self === 'undefined' ? null : self;
|
|
1825
1825
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
1826
1826
|
},
|
|
1827
|
-
|
|
1827
|
+
__wbg_static_accessor_WINDOW_59fd959c540fe405: function() {
|
|
1828
1828
|
const ret = typeof window === 'undefined' ? null : window;
|
|
1829
1829
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
1830
1830
|
},
|
|
1831
|
-
|
|
1831
|
+
__wbg_status_44ecb0ac1da253f4: function(arg0) {
|
|
1832
1832
|
const ret = arg0.status;
|
|
1833
1833
|
return ret;
|
|
1834
1834
|
},
|
|
1835
|
-
|
|
1835
|
+
__wbg_subarray_0f98d3fb634508ad: function(arg0, arg1, arg2) {
|
|
1836
1836
|
const ret = arg0.subarray(arg1 >>> 0, arg2 >>> 0);
|
|
1837
1837
|
return ret;
|
|
1838
1838
|
},
|
|
1839
|
-
|
|
1839
|
+
__wbg_text_43bdfba45e602cf9: function() { return handleError(function (arg0) {
|
|
1840
1840
|
const ret = arg0.text();
|
|
1841
1841
|
return ret;
|
|
1842
1842
|
}, arguments); },
|
|
1843
|
-
|
|
1844
|
-
const ret = arg0.then(arg1);
|
|
1843
|
+
__wbg_then_00eed3ac0b8e82cb: function(arg0, arg1, arg2) {
|
|
1844
|
+
const ret = arg0.then(arg1, arg2);
|
|
1845
1845
|
return ret;
|
|
1846
1846
|
},
|
|
1847
|
-
|
|
1848
|
-
const ret = arg0.then(arg1
|
|
1847
|
+
__wbg_then_a0c8db0381c8994c: function(arg0, arg1) {
|
|
1848
|
+
const ret = arg0.then(arg1);
|
|
1849
1849
|
return ret;
|
|
1850
1850
|
},
|
|
1851
|
-
|
|
1851
|
+
__wbg_toString_891d991e862e1d44: function(arg0) {
|
|
1852
1852
|
const ret = arg0.toString();
|
|
1853
1853
|
return ret;
|
|
1854
1854
|
},
|
|
1855
|
-
|
|
1855
|
+
__wbg_trace_4d38aa06bdf745ef: function(arg0) {
|
|
1856
1856
|
console.trace(...arg0);
|
|
1857
1857
|
},
|
|
1858
|
-
|
|
1858
|
+
__wbg_url_95d8a83d33709572: function(arg0, arg1) {
|
|
1859
1859
|
const ret = arg1.url;
|
|
1860
1860
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
1861
1861
|
const len1 = WASM_VECTOR_LEN;
|
|
1862
1862
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
1863
1863
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
1864
1864
|
},
|
|
1865
|
-
|
|
1865
|
+
__wbg_value_7f6052747ccf940f: function(arg0) {
|
|
1866
1866
|
const ret = arg0.value;
|
|
1867
1867
|
return ret;
|
|
1868
1868
|
},
|
|
@@ -1870,31 +1870,31 @@ function __wbg_get_imports() {
|
|
|
1870
1870
|
const ret = arg0.versions;
|
|
1871
1871
|
return ret;
|
|
1872
1872
|
},
|
|
1873
|
-
|
|
1873
|
+
__wbg_view_066479053a371038: function(arg0) {
|
|
1874
1874
|
const ret = arg0.view;
|
|
1875
1875
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
1876
1876
|
},
|
|
1877
|
-
|
|
1877
|
+
__wbg_warn_70c05e7db7b37efb: function(arg0) {
|
|
1878
1878
|
console.warn(...arg0);
|
|
1879
1879
|
},
|
|
1880
1880
|
__wbindgen_cast_0000000000000001: function(arg0, arg1) {
|
|
1881
|
-
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [Externref], shim_idx:
|
|
1882
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
1881
|
+
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [Externref], shim_idx: 2207, ret: Result(Unit), inner_ret: Some(Result(Unit)) }, mutable: true }) -> Externref`.
|
|
1882
|
+
const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__h5760e008571e67be);
|
|
1883
1883
|
return ret;
|
|
1884
1884
|
},
|
|
1885
1885
|
__wbindgen_cast_0000000000000002: function(arg0, arg1) {
|
|
1886
|
-
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [Externref], shim_idx:
|
|
1887
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
1886
|
+
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [Externref], shim_idx: 640, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
1887
|
+
const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__hf1ca0e856de00606);
|
|
1888
1888
|
return ret;
|
|
1889
1889
|
},
|
|
1890
1890
|
__wbindgen_cast_0000000000000003: function(arg0, arg1) {
|
|
1891
|
-
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [], shim_idx:
|
|
1892
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
1891
|
+
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [], shim_idx: 596, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
1892
|
+
const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__he14d1fc3cfeb85f6);
|
|
1893
1893
|
return ret;
|
|
1894
1894
|
},
|
|
1895
1895
|
__wbindgen_cast_0000000000000004: function(arg0, arg1) {
|
|
1896
|
-
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [], shim_idx:
|
|
1897
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
1896
|
+
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [], shim_idx: 754, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
1897
|
+
const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__he72a6bdd7d802ab1);
|
|
1898
1898
|
return ret;
|
|
1899
1899
|
},
|
|
1900
1900
|
__wbindgen_cast_0000000000000005: function(arg0) {
|
|
@@ -1938,27 +1938,27 @@ function __wbg_get_imports() {
|
|
|
1938
1938
|
};
|
|
1939
1939
|
}
|
|
1940
1940
|
|
|
1941
|
-
function
|
|
1942
|
-
wasm.
|
|
1941
|
+
function wasm_bindgen__convert__closures_____invoke__he14d1fc3cfeb85f6(arg0, arg1) {
|
|
1942
|
+
wasm.wasm_bindgen__convert__closures_____invoke__he14d1fc3cfeb85f6(arg0, arg1);
|
|
1943
1943
|
}
|
|
1944
1944
|
|
|
1945
|
-
function
|
|
1946
|
-
wasm.
|
|
1945
|
+
function wasm_bindgen__convert__closures_____invoke__he72a6bdd7d802ab1(arg0, arg1) {
|
|
1946
|
+
wasm.wasm_bindgen__convert__closures_____invoke__he72a6bdd7d802ab1(arg0, arg1);
|
|
1947
1947
|
}
|
|
1948
1948
|
|
|
1949
|
-
function
|
|
1950
|
-
wasm.
|
|
1949
|
+
function wasm_bindgen__convert__closures_____invoke__hf1ca0e856de00606(arg0, arg1, arg2) {
|
|
1950
|
+
wasm.wasm_bindgen__convert__closures_____invoke__hf1ca0e856de00606(arg0, arg1, arg2);
|
|
1951
1951
|
}
|
|
1952
1952
|
|
|
1953
|
-
function
|
|
1954
|
-
const ret = wasm.
|
|
1953
|
+
function wasm_bindgen__convert__closures_____invoke__h5760e008571e67be(arg0, arg1, arg2) {
|
|
1954
|
+
const ret = wasm.wasm_bindgen__convert__closures_____invoke__h5760e008571e67be(arg0, arg1, arg2);
|
|
1955
1955
|
if (ret[1]) {
|
|
1956
1956
|
throw takeFromExternrefTable0(ret[0]);
|
|
1957
1957
|
}
|
|
1958
1958
|
}
|
|
1959
1959
|
|
|
1960
|
-
function
|
|
1961
|
-
wasm.
|
|
1960
|
+
function wasm_bindgen__convert__closures_____invoke__h119863c445122e5d(arg0, arg1, arg2, arg3) {
|
|
1961
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h119863c445122e5d(arg0, arg1, arg2, arg3);
|
|
1962
1962
|
}
|
|
1963
1963
|
|
|
1964
1964
|
|
package/cedarling_wasm_bg.wasm
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@janssenproject/cedarling_wasm",
|
|
3
3
|
"type": "module",
|
|
4
4
|
"description": "The Cedarling is a performant local authorization service that runs the Rust Cedar Engine",
|
|
5
|
-
"version": "0.0.
|
|
5
|
+
"version": "0.0.352",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"repository": {
|
|
8
8
|
"type": "git",
|