@janssenproject/cedarling_wasm 0.0.398 → 0.0.399
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 +7 -7
- package/cedarling_wasm.js +169 -169
- package/cedarling_wasm_bg.wasm +0 -0
- package/package.json +1 -1
package/cedarling_wasm.d.ts
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
* *This API requires the following crate features to be activated: `ReadableStreamType`*
|
|
7
7
|
*/
|
|
8
8
|
|
|
9
|
-
type ReadableStreamType = "bytes";
|
|
9
|
+
export type ReadableStreamType = "bytes";
|
|
10
10
|
|
|
11
11
|
/**
|
|
12
12
|
* A WASM wrapper for the Rust `cedarling::AuthorizeResult` struct.
|
|
@@ -635,12 +635,12 @@ export interface InitOutput {
|
|
|
635
635
|
readonly rust_zstd_wasm_shim_memmove: (a: number, b: number, c: number) => number;
|
|
636
636
|
readonly rust_zstd_wasm_shim_memset: (a: number, b: number, c: number) => number;
|
|
637
637
|
readonly rust_zstd_wasm_shim_qsort: (a: number, b: number, c: number, d: number) => void;
|
|
638
|
-
readonly
|
|
639
|
-
readonly
|
|
640
|
-
readonly
|
|
641
|
-
readonly
|
|
642
|
-
readonly
|
|
643
|
-
readonly
|
|
638
|
+
readonly wasm_bindgen__convert__closures_____invoke__he0d1df4f45812a75: (a: number, b: number, c: any) => [number, number];
|
|
639
|
+
readonly wasm_bindgen__convert__closures_____invoke__h03fb46086606eb61: (a: number, b: number, c: any, d: any) => void;
|
|
640
|
+
readonly wasm_bindgen__convert__closures_____invoke__hdd4256d54acb8ff1: (a: number, b: number, c: any) => void;
|
|
641
|
+
readonly wasm_bindgen__convert__closures_____invoke__hc7b60e1a5fd69b6e: (a: number, b: number) => void;
|
|
642
|
+
readonly wasm_bindgen__convert__closures_____invoke__h6f2d88ffbcba67ef: (a: number, b: number) => void;
|
|
643
|
+
readonly wasm_bindgen__convert__closures_____invoke__h32cbe4603be323e5: (a: number, b: number) => void;
|
|
644
644
|
readonly __wbindgen_malloc: (a: number, b: number) => number;
|
|
645
645
|
readonly __wbindgen_realloc: (a: number, b: number, c: number, d: number) => number;
|
|
646
646
|
readonly __wbindgen_exn_store: (a: number) => void;
|
package/cedarling_wasm.js
CHANGED
|
@@ -1280,72 +1280,72 @@ export function init_from_archive_bytes(config, archive_bytes) {
|
|
|
1280
1280
|
function __wbg_get_imports() {
|
|
1281
1281
|
const import0 = {
|
|
1282
1282
|
__proto__: null,
|
|
1283
|
-
|
|
1283
|
+
__wbg_Error_bce6d499ff0a4aff: function(arg0, arg1) {
|
|
1284
1284
|
const ret = Error(getStringFromWasm0(arg0, arg1));
|
|
1285
1285
|
return ret;
|
|
1286
1286
|
},
|
|
1287
|
-
|
|
1287
|
+
__wbg_Number_b7972a139bfbfdf0: function(arg0) {
|
|
1288
1288
|
const ret = Number(arg0);
|
|
1289
1289
|
return ret;
|
|
1290
1290
|
},
|
|
1291
|
-
|
|
1291
|
+
__wbg___wbindgen_bigint_get_as_i64_410e28c7b761ad83: function(arg0, arg1) {
|
|
1292
1292
|
const v = arg1;
|
|
1293
1293
|
const ret = typeof(v) === 'bigint' ? v : undefined;
|
|
1294
1294
|
getDataViewMemory0().setBigInt64(arg0 + 8 * 1, isLikeNone(ret) ? BigInt(0) : ret, true);
|
|
1295
1295
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, !isLikeNone(ret), true);
|
|
1296
1296
|
},
|
|
1297
|
-
|
|
1297
|
+
__wbg___wbindgen_boolean_get_2304fb8c853028c8: function(arg0) {
|
|
1298
1298
|
const v = arg0;
|
|
1299
1299
|
const ret = typeof(v) === 'boolean' ? v : undefined;
|
|
1300
1300
|
return isLikeNone(ret) ? 0xFFFFFF : ret ? 1 : 0;
|
|
1301
1301
|
},
|
|
1302
|
-
|
|
1302
|
+
__wbg___wbindgen_debug_string_edece8177ad01481: function(arg0, arg1) {
|
|
1303
1303
|
const ret = debugString(arg1);
|
|
1304
1304
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
1305
1305
|
const len1 = WASM_VECTOR_LEN;
|
|
1306
1306
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
1307
1307
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
1308
1308
|
},
|
|
1309
|
-
|
|
1309
|
+
__wbg___wbindgen_in_07056af4f902c445: function(arg0, arg1) {
|
|
1310
1310
|
const ret = arg0 in arg1;
|
|
1311
1311
|
return ret;
|
|
1312
1312
|
},
|
|
1313
|
-
|
|
1313
|
+
__wbg___wbindgen_is_bigint_aeae3893f30ed54e: function(arg0) {
|
|
1314
1314
|
const ret = typeof(arg0) === 'bigint';
|
|
1315
1315
|
return ret;
|
|
1316
1316
|
},
|
|
1317
|
-
|
|
1317
|
+
__wbg___wbindgen_is_function_5cd60d5cf78b4eef: function(arg0) {
|
|
1318
1318
|
const ret = typeof(arg0) === 'function';
|
|
1319
1319
|
return ret;
|
|
1320
1320
|
},
|
|
1321
|
-
|
|
1321
|
+
__wbg___wbindgen_is_object_b4593df85baada48: function(arg0) {
|
|
1322
1322
|
const val = arg0;
|
|
1323
1323
|
const ret = typeof(val) === 'object' && val !== null;
|
|
1324
1324
|
return ret;
|
|
1325
1325
|
},
|
|
1326
|
-
|
|
1326
|
+
__wbg___wbindgen_is_string_dde0fd9020db4434: function(arg0) {
|
|
1327
1327
|
const ret = typeof(arg0) === 'string';
|
|
1328
1328
|
return ret;
|
|
1329
1329
|
},
|
|
1330
|
-
|
|
1330
|
+
__wbg___wbindgen_is_undefined_35bb9f4c7fd651d5: function(arg0) {
|
|
1331
1331
|
const ret = arg0 === undefined;
|
|
1332
1332
|
return ret;
|
|
1333
1333
|
},
|
|
1334
|
-
|
|
1334
|
+
__wbg___wbindgen_jsval_eq_c0ed08b3e0f393b9: function(arg0, arg1) {
|
|
1335
1335
|
const ret = arg0 === arg1;
|
|
1336
1336
|
return ret;
|
|
1337
1337
|
},
|
|
1338
|
-
|
|
1338
|
+
__wbg___wbindgen_jsval_loose_eq_0ad77b7717db155c: function(arg0, arg1) {
|
|
1339
1339
|
const ret = arg0 == arg1;
|
|
1340
1340
|
return ret;
|
|
1341
1341
|
},
|
|
1342
|
-
|
|
1342
|
+
__wbg___wbindgen_number_get_f73a1244370fcc2c: function(arg0, arg1) {
|
|
1343
1343
|
const obj = arg1;
|
|
1344
1344
|
const ret = typeof(obj) === 'number' ? obj : undefined;
|
|
1345
1345
|
getDataViewMemory0().setFloat64(arg0 + 8 * 1, isLikeNone(ret) ? 0 : ret, true);
|
|
1346
1346
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, !isLikeNone(ret), true);
|
|
1347
1347
|
},
|
|
1348
|
-
|
|
1348
|
+
__wbg___wbindgen_string_get_d109740c0d18f4d7: function(arg0, arg1) {
|
|
1349
1349
|
const obj = arg1;
|
|
1350
1350
|
const ret = typeof(obj) === 'string' ? obj : undefined;
|
|
1351
1351
|
var ptr1 = isLikeNone(ret) ? 0 : passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
@@ -1353,22 +1353,22 @@ function __wbg_get_imports() {
|
|
|
1353
1353
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
1354
1354
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
1355
1355
|
},
|
|
1356
|
-
|
|
1356
|
+
__wbg___wbindgen_throw_9c31b086c2b26051: function(arg0, arg1) {
|
|
1357
1357
|
throw new Error(getStringFromWasm0(arg0, arg1));
|
|
1358
1358
|
},
|
|
1359
|
-
|
|
1359
|
+
__wbg__wbg_cb_unref_3fa391f3fcdb55f8: function(arg0) {
|
|
1360
1360
|
arg0._wbg_cb_unref();
|
|
1361
1361
|
},
|
|
1362
|
-
|
|
1362
|
+
__wbg_abort_89f7368e16055f5f: function(arg0, arg1) {
|
|
1363
1363
|
arg0.abort(arg1);
|
|
1364
1364
|
},
|
|
1365
|
-
|
|
1365
|
+
__wbg_abort_b363e6285472a358: function(arg0) {
|
|
1366
1366
|
arg0.abort();
|
|
1367
1367
|
},
|
|
1368
|
-
|
|
1368
|
+
__wbg_append_263958599fd198c1: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4) {
|
|
1369
1369
|
arg0.append(getStringFromWasm0(arg1, arg2), getStringFromWasm0(arg3, arg4));
|
|
1370
1370
|
}, arguments); },
|
|
1371
|
-
|
|
1371
|
+
__wbg_arrayBuffer_cb5d4748b5f3cad5: function() { return handleError(function (arg0) {
|
|
1372
1372
|
const ret = arg0.arrayBuffer();
|
|
1373
1373
|
return ret;
|
|
1374
1374
|
}, arguments); },
|
|
@@ -1376,39 +1376,39 @@ function __wbg_get_imports() {
|
|
|
1376
1376
|
const ret = AuthorizeResult.__wrap(arg0);
|
|
1377
1377
|
return ret;
|
|
1378
1378
|
},
|
|
1379
|
-
|
|
1379
|
+
__wbg_body_acbb5ec9cd18657f: function(arg0) {
|
|
1380
1380
|
const ret = arg0.body;
|
|
1381
1381
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
1382
1382
|
},
|
|
1383
|
-
|
|
1383
|
+
__wbg_buffer_8d6798e32d1afd34: function(arg0) {
|
|
1384
1384
|
const ret = arg0.buffer;
|
|
1385
1385
|
return ret;
|
|
1386
1386
|
},
|
|
1387
|
-
|
|
1387
|
+
__wbg_byobRequest_9d8c3b7b2f692560: function(arg0) {
|
|
1388
1388
|
const ret = arg0.byobRequest;
|
|
1389
1389
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
1390
1390
|
},
|
|
1391
|
-
|
|
1391
|
+
__wbg_byteLength_c0cecdd68fab1693: function(arg0) {
|
|
1392
1392
|
const ret = arg0.byteLength;
|
|
1393
1393
|
return ret;
|
|
1394
1394
|
},
|
|
1395
|
-
|
|
1395
|
+
__wbg_byteOffset_3791b0030cc3b490: function(arg0) {
|
|
1396
1396
|
const ret = arg0.byteOffset;
|
|
1397
1397
|
return ret;
|
|
1398
1398
|
},
|
|
1399
|
-
|
|
1400
|
-
const ret = arg0.call(arg1
|
|
1399
|
+
__wbg_call_13665d9f14390edc: function() { return handleError(function (arg0, arg1) {
|
|
1400
|
+
const ret = arg0.call(arg1);
|
|
1401
1401
|
return ret;
|
|
1402
1402
|
}, arguments); },
|
|
1403
|
-
|
|
1404
|
-
const ret = arg0.call(arg1);
|
|
1403
|
+
__wbg_call_dfde26266607c996: function() { return handleError(function (arg0, arg1, arg2) {
|
|
1404
|
+
const ret = arg0.call(arg1, arg2);
|
|
1405
1405
|
return ret;
|
|
1406
1406
|
}, arguments); },
|
|
1407
|
-
|
|
1407
|
+
__wbg_cancel_bee68d5707c614fb: function(arg0) {
|
|
1408
1408
|
const ret = arg0.cancel();
|
|
1409
1409
|
return ret;
|
|
1410
1410
|
},
|
|
1411
|
-
|
|
1411
|
+
__wbg_catch_ec5061a695c26496: function(arg0, arg1) {
|
|
1412
1412
|
const ret = arg0.catch(arg1);
|
|
1413
1413
|
return ret;
|
|
1414
1414
|
},
|
|
@@ -1428,10 +1428,10 @@ function __wbg_get_imports() {
|
|
|
1428
1428
|
const ret = clearTimeout(arg0);
|
|
1429
1429
|
return ret;
|
|
1430
1430
|
},
|
|
1431
|
-
|
|
1431
|
+
__wbg_close_53179a3d37ed525d: function() { return handleError(function (arg0) {
|
|
1432
1432
|
arg0.close();
|
|
1433
1433
|
}, arguments); },
|
|
1434
|
-
|
|
1434
|
+
__wbg_close_807d553ef8405788: function() { return handleError(function (arg0) {
|
|
1435
1435
|
arg0.close();
|
|
1436
1436
|
}, arguments); },
|
|
1437
1437
|
__wbg_crypto_38df2bab126b63dc: function(arg0) {
|
|
@@ -1442,32 +1442,32 @@ function __wbg_get_imports() {
|
|
|
1442
1442
|
const ret = DataEntry.__wrap(arg0);
|
|
1443
1443
|
return ret;
|
|
1444
1444
|
},
|
|
1445
|
-
|
|
1445
|
+
__wbg_debug_cca59db2c0a1b2cb: function(arg0) {
|
|
1446
1446
|
console.debug(...arg0);
|
|
1447
1447
|
},
|
|
1448
|
-
|
|
1448
|
+
__wbg_done_54b8da57023b7ed2: function(arg0) {
|
|
1449
1449
|
const ret = arg0.done;
|
|
1450
1450
|
return ret;
|
|
1451
1451
|
},
|
|
1452
|
-
|
|
1452
|
+
__wbg_enqueue_c3ce0a986a355a8c: function() { return handleError(function (arg0, arg1) {
|
|
1453
1453
|
arg0.enqueue(arg1);
|
|
1454
1454
|
}, arguments); },
|
|
1455
|
-
|
|
1456
|
-
const ret =
|
|
1455
|
+
__wbg_entries_564a7e8b1e54ede5: function(arg0) {
|
|
1456
|
+
const ret = Object.entries(arg0);
|
|
1457
1457
|
return ret;
|
|
1458
1458
|
},
|
|
1459
|
-
|
|
1459
|
+
__wbg_entries_8c373da97ea5ada5: function(arg0) {
|
|
1460
1460
|
const ret = arg0.entries();
|
|
1461
1461
|
return ret;
|
|
1462
1462
|
},
|
|
1463
|
-
|
|
1464
|
-
const ret =
|
|
1463
|
+
__wbg_entries_c5ae2149eef72ab2: function(arg0) {
|
|
1464
|
+
const ret = arg0.entries();
|
|
1465
1465
|
return ret;
|
|
1466
1466
|
},
|
|
1467
|
-
|
|
1467
|
+
__wbg_error_59b1aae72f5a6ab5: function(arg0) {
|
|
1468
1468
|
console.error(...arg0);
|
|
1469
1469
|
},
|
|
1470
|
-
|
|
1470
|
+
__wbg_fetch_2998af8c54e0997c: function(arg0, arg1) {
|
|
1471
1471
|
const ret = arg0.fetch(arg1);
|
|
1472
1472
|
return ret;
|
|
1473
1473
|
},
|
|
@@ -1475,7 +1475,7 @@ function __wbg_get_imports() {
|
|
|
1475
1475
|
const ret = fetch(arg0, arg1);
|
|
1476
1476
|
return ret;
|
|
1477
1477
|
},
|
|
1478
|
-
|
|
1478
|
+
__wbg_fetch_7bedf02f4d284391: function(arg0, arg1, arg2) {
|
|
1479
1479
|
const ret = arg0.fetch(arg1, arg2);
|
|
1480
1480
|
return ret;
|
|
1481
1481
|
},
|
|
@@ -1483,7 +1483,7 @@ function __wbg_get_imports() {
|
|
|
1483
1483
|
const ret = fetch(arg0);
|
|
1484
1484
|
return ret;
|
|
1485
1485
|
},
|
|
1486
|
-
|
|
1486
|
+
__wbg_fromEntries_f989b39123797069: function() { return handleError(function (arg0) {
|
|
1487
1487
|
const ret = Object.fromEntries(arg0);
|
|
1488
1488
|
return ret;
|
|
1489
1489
|
}, arguments); },
|
|
@@ -1497,35 +1497,35 @@ function __wbg_get_imports() {
|
|
|
1497
1497
|
const ret = arg0.getReader();
|
|
1498
1498
|
return ret;
|
|
1499
1499
|
}, arguments); },
|
|
1500
|
-
|
|
1500
|
+
__wbg_getTime_09f1dd40a44edb30: function(arg0) {
|
|
1501
1501
|
const ret = arg0.getTime();
|
|
1502
1502
|
return ret;
|
|
1503
1503
|
},
|
|
1504
|
-
|
|
1504
|
+
__wbg_getTimezoneOffset_96cfb6ddebc9e5ca: function(arg0) {
|
|
1505
1505
|
const ret = arg0.getTimezoneOffset();
|
|
1506
1506
|
return ret;
|
|
1507
1507
|
},
|
|
1508
|
-
|
|
1508
|
+
__wbg_get_3e9a707ab7d352eb: function() { return handleError(function (arg0, arg1) {
|
|
1509
1509
|
const ret = Reflect.get(arg0, arg1);
|
|
1510
1510
|
return ret;
|
|
1511
1511
|
}, arguments); },
|
|
1512
|
-
|
|
1512
|
+
__wbg_get_98fdf51d029a75eb: function(arg0, arg1) {
|
|
1513
1513
|
const ret = arg0[arg1 >>> 0];
|
|
1514
1514
|
return ret;
|
|
1515
1515
|
},
|
|
1516
|
-
|
|
1516
|
+
__wbg_get_dcf82ab8aad1a593: function() { return handleError(function (arg0, arg1) {
|
|
1517
1517
|
const ret = Reflect.get(arg0, arg1);
|
|
1518
1518
|
return ret;
|
|
1519
1519
|
}, arguments); },
|
|
1520
|
-
|
|
1520
|
+
__wbg_get_done_06210bfbda89c407: function(arg0) {
|
|
1521
1521
|
const ret = arg0.done;
|
|
1522
1522
|
return isLikeNone(ret) ? 0xFFFFFF : ret ? 1 : 0;
|
|
1523
1523
|
},
|
|
1524
|
-
|
|
1524
|
+
__wbg_get_unchecked_1dfe6d05ad91d9b7: function(arg0, arg1) {
|
|
1525
1525
|
const ret = arg0[arg1 >>> 0];
|
|
1526
1526
|
return ret;
|
|
1527
1527
|
},
|
|
1528
|
-
|
|
1528
|
+
__wbg_get_value_31eb9abef97d98cb: function(arg0) {
|
|
1529
1529
|
const ret = arg0.value;
|
|
1530
1530
|
return ret;
|
|
1531
1531
|
},
|
|
@@ -1533,18 +1533,18 @@ function __wbg_get_imports() {
|
|
|
1533
1533
|
const ret = arg0[arg1];
|
|
1534
1534
|
return ret;
|
|
1535
1535
|
},
|
|
1536
|
-
|
|
1536
|
+
__wbg_has_ef192b1f278770eb: function() { return handleError(function (arg0, arg1) {
|
|
1537
1537
|
const ret = Reflect.has(arg0, arg1);
|
|
1538
1538
|
return ret;
|
|
1539
1539
|
}, arguments); },
|
|
1540
|
-
|
|
1540
|
+
__wbg_headers_18f39f24d3837dc1: function(arg0) {
|
|
1541
1541
|
const ret = arg0.headers;
|
|
1542
1542
|
return ret;
|
|
1543
1543
|
},
|
|
1544
|
-
|
|
1544
|
+
__wbg_info_61cb85fc5a4e840f: function(arg0) {
|
|
1545
1545
|
console.info(...arg0);
|
|
1546
1546
|
},
|
|
1547
|
-
|
|
1547
|
+
__wbg_instanceof_ArrayBuffer_53db37b06f6b9afe: function(arg0) {
|
|
1548
1548
|
let result;
|
|
1549
1549
|
try {
|
|
1550
1550
|
result = arg0 instanceof ArrayBuffer;
|
|
@@ -1554,7 +1554,7 @@ function __wbg_get_imports() {
|
|
|
1554
1554
|
const ret = result;
|
|
1555
1555
|
return ret;
|
|
1556
1556
|
},
|
|
1557
|
-
|
|
1557
|
+
__wbg_instanceof_Array_4cdd6aa73814007e: function(arg0) {
|
|
1558
1558
|
let result;
|
|
1559
1559
|
try {
|
|
1560
1560
|
result = arg0 instanceof Array;
|
|
@@ -1564,7 +1564,7 @@ function __wbg_get_imports() {
|
|
|
1564
1564
|
const ret = result;
|
|
1565
1565
|
return ret;
|
|
1566
1566
|
},
|
|
1567
|
-
|
|
1567
|
+
__wbg_instanceof_Map_16f217b9a2a08d8c: function(arg0) {
|
|
1568
1568
|
let result;
|
|
1569
1569
|
try {
|
|
1570
1570
|
result = arg0 instanceof Map;
|
|
@@ -1574,7 +1574,7 @@ function __wbg_get_imports() {
|
|
|
1574
1574
|
const ret = result;
|
|
1575
1575
|
return ret;
|
|
1576
1576
|
},
|
|
1577
|
-
|
|
1577
|
+
__wbg_instanceof_Response_ecfc823e8fb354e2: function(arg0) {
|
|
1578
1578
|
let result;
|
|
1579
1579
|
try {
|
|
1580
1580
|
result = arg0 instanceof Response;
|
|
@@ -1584,7 +1584,7 @@ function __wbg_get_imports() {
|
|
|
1584
1584
|
const ret = result;
|
|
1585
1585
|
return ret;
|
|
1586
1586
|
},
|
|
1587
|
-
|
|
1587
|
+
__wbg_instanceof_Uint8Array_abd07d4bd221d50b: function(arg0) {
|
|
1588
1588
|
let result;
|
|
1589
1589
|
try {
|
|
1590
1590
|
result = arg0 instanceof Uint8Array;
|
|
@@ -1594,31 +1594,31 @@ function __wbg_get_imports() {
|
|
|
1594
1594
|
const ret = result;
|
|
1595
1595
|
return ret;
|
|
1596
1596
|
},
|
|
1597
|
-
|
|
1597
|
+
__wbg_isArray_94898ed3aad6947b: function(arg0) {
|
|
1598
1598
|
const ret = Array.isArray(arg0);
|
|
1599
1599
|
return ret;
|
|
1600
1600
|
},
|
|
1601
|
-
|
|
1601
|
+
__wbg_isSafeInteger_01e964d144ad3a55: function(arg0) {
|
|
1602
1602
|
const ret = Number.isSafeInteger(arg0);
|
|
1603
1603
|
return ret;
|
|
1604
1604
|
},
|
|
1605
|
-
|
|
1605
|
+
__wbg_iterator_1441b47f341dc34f: function() {
|
|
1606
1606
|
const ret = Symbol.iterator;
|
|
1607
1607
|
return ret;
|
|
1608
1608
|
},
|
|
1609
|
-
|
|
1609
|
+
__wbg_keys_682010b680c9b1f8: function(arg0) {
|
|
1610
1610
|
const ret = Object.keys(arg0);
|
|
1611
1611
|
return ret;
|
|
1612
1612
|
},
|
|
1613
|
-
|
|
1613
|
+
__wbg_length_2591a0f4f659a55c: function(arg0) {
|
|
1614
1614
|
const ret = arg0.length;
|
|
1615
1615
|
return ret;
|
|
1616
1616
|
},
|
|
1617
|
-
|
|
1617
|
+
__wbg_length_56fcd3e2b7e0299d: function(arg0) {
|
|
1618
1618
|
const ret = arg0.length;
|
|
1619
1619
|
return ret;
|
|
1620
1620
|
},
|
|
1621
|
-
|
|
1621
|
+
__wbg_log_856a53422828d244: function(arg0) {
|
|
1622
1622
|
console.log(...arg0);
|
|
1623
1623
|
},
|
|
1624
1624
|
__wbg_msCrypto_bd5a034af96bcba6: function(arg0) {
|
|
@@ -1629,54 +1629,54 @@ function __wbg_get_imports() {
|
|
|
1629
1629
|
const ret = MultiIssuerAuthorizeResult.__wrap(arg0);
|
|
1630
1630
|
return ret;
|
|
1631
1631
|
},
|
|
1632
|
-
|
|
1633
|
-
const ret = new
|
|
1632
|
+
__wbg_new_02d162bc6cf02f60: function() {
|
|
1633
|
+
const ret = new Object();
|
|
1634
1634
|
return ret;
|
|
1635
1635
|
},
|
|
1636
|
-
|
|
1637
|
-
const ret = new
|
|
1638
|
-
return ret;
|
|
1639
|
-
}, arguments); },
|
|
1640
|
-
__wbg_new_2fad8ca02fd00684: function() {
|
|
1641
|
-
const ret = new Object();
|
|
1636
|
+
__wbg_new_070df68d66325372: function() {
|
|
1637
|
+
const ret = new Map();
|
|
1642
1638
|
return ret;
|
|
1643
1639
|
},
|
|
1644
|
-
|
|
1645
|
-
const ret = new
|
|
1640
|
+
__wbg_new_0_2722fcdb71a888a6: function() {
|
|
1641
|
+
const ret = new Date();
|
|
1646
1642
|
return ret;
|
|
1647
1643
|
},
|
|
1648
|
-
|
|
1649
|
-
const ret = new
|
|
1644
|
+
__wbg_new_1f236d63ba0c4784: function(arg0, arg1) {
|
|
1645
|
+
const ret = new Error(getStringFromWasm0(arg0, arg1));
|
|
1650
1646
|
return ret;
|
|
1651
1647
|
},
|
|
1652
|
-
|
|
1653
|
-
const ret = new
|
|
1648
|
+
__wbg_new_310879b66b6e95e1: function() {
|
|
1649
|
+
const ret = new Array();
|
|
1654
1650
|
return ret;
|
|
1655
|
-
},
|
|
1656
|
-
|
|
1651
|
+
},
|
|
1652
|
+
__wbg_new_7ddec6de44ff8f5d: function(arg0) {
|
|
1657
1653
|
const ret = new Uint8Array(arg0);
|
|
1658
1654
|
return ret;
|
|
1659
1655
|
},
|
|
1660
|
-
|
|
1656
|
+
__wbg_new_859b9002e2668e82: function(arg0) {
|
|
1661
1657
|
const ret = new Date(arg0);
|
|
1662
1658
|
return ret;
|
|
1663
1659
|
},
|
|
1664
|
-
|
|
1665
|
-
const ret = new
|
|
1660
|
+
__wbg_new_af86d8f14640f1f3: function() { return handleError(function () {
|
|
1661
|
+
const ret = new AbortController();
|
|
1666
1662
|
return ret;
|
|
1667
|
-
},
|
|
1668
|
-
|
|
1663
|
+
}, arguments); },
|
|
1664
|
+
__wbg_new_ee0be486d8f01282: function() { return handleError(function () {
|
|
1665
|
+
const ret = new Headers();
|
|
1666
|
+
return ret;
|
|
1667
|
+
}, arguments); },
|
|
1668
|
+
__wbg_new_from_slice_269e35316ed2d061: function(arg0, arg1) {
|
|
1669
1669
|
const ret = new Uint8Array(getArrayU8FromWasm0(arg0, arg1));
|
|
1670
1670
|
return ret;
|
|
1671
1671
|
},
|
|
1672
|
-
|
|
1672
|
+
__wbg_new_typed_c072c4ce9a2a0cdf: function(arg0, arg1) {
|
|
1673
1673
|
try {
|
|
1674
1674
|
var state0 = {a: arg0, b: arg1};
|
|
1675
1675
|
var cb0 = (arg0, arg1) => {
|
|
1676
1676
|
const a = state0.a;
|
|
1677
1677
|
state0.a = 0;
|
|
1678
1678
|
try {
|
|
1679
|
-
return
|
|
1679
|
+
return wasm_bindgen__convert__closures_____invoke__h03fb46086606eb61(a, state0.b, arg0, arg1);
|
|
1680
1680
|
} finally {
|
|
1681
1681
|
state0.a = a;
|
|
1682
1682
|
}
|
|
@@ -1687,23 +1687,23 @@ function __wbg_get_imports() {
|
|
|
1687
1687
|
state0.a = 0;
|
|
1688
1688
|
}
|
|
1689
1689
|
},
|
|
1690
|
-
|
|
1690
|
+
__wbg_new_with_byte_offset_and_length_a87e79143162d67f: function(arg0, arg1, arg2) {
|
|
1691
1691
|
const ret = new Uint8Array(arg0, arg1 >>> 0, arg2 >>> 0);
|
|
1692
1692
|
return ret;
|
|
1693
1693
|
},
|
|
1694
|
-
|
|
1694
|
+
__wbg_new_with_length_99887c91eae4abab: function(arg0) {
|
|
1695
1695
|
const ret = new Uint8Array(arg0 >>> 0);
|
|
1696
1696
|
return ret;
|
|
1697
1697
|
},
|
|
1698
|
-
|
|
1698
|
+
__wbg_new_with_str_and_init_ffe9977c986ea039: function() { return handleError(function (arg0, arg1, arg2) {
|
|
1699
1699
|
const ret = new Request(getStringFromWasm0(arg0, arg1), arg2);
|
|
1700
1700
|
return ret;
|
|
1701
1701
|
}, arguments); },
|
|
1702
|
-
|
|
1702
|
+
__wbg_next_2a4e19f4f5083b0f: function(arg0) {
|
|
1703
1703
|
const ret = arg0.next;
|
|
1704
1704
|
return ret;
|
|
1705
1705
|
},
|
|
1706
|
-
|
|
1706
|
+
__wbg_next_6429a146bf756f93: function() { return handleError(function (arg0) {
|
|
1707
1707
|
const ret = arg0.next();
|
|
1708
1708
|
return ret;
|
|
1709
1709
|
}, arguments); },
|
|
@@ -1719,39 +1719,39 @@ function __wbg_get_imports() {
|
|
|
1719
1719
|
const ret = arg0.process;
|
|
1720
1720
|
return ret;
|
|
1721
1721
|
},
|
|
1722
|
-
|
|
1722
|
+
__wbg_prototypesetcall_5f9bdc8d75e07276: function(arg0, arg1, arg2) {
|
|
1723
1723
|
Uint8Array.prototype.set.call(getArrayU8FromWasm0(arg0, arg1), arg2);
|
|
1724
1724
|
},
|
|
1725
|
-
|
|
1725
|
+
__wbg_push_b77c476b01548d0a: function(arg0, arg1) {
|
|
1726
1726
|
const ret = arg0.push(arg1);
|
|
1727
1727
|
return ret;
|
|
1728
1728
|
},
|
|
1729
|
-
|
|
1730
|
-
queueMicrotask(arg0);
|
|
1731
|
-
},
|
|
1732
|
-
__wbg_queueMicrotask_74d092439f6494c1: function(arg0) {
|
|
1729
|
+
__wbg_queueMicrotask_78d584b53af520f5: function(arg0) {
|
|
1733
1730
|
const ret = arg0.queueMicrotask;
|
|
1734
1731
|
return ret;
|
|
1735
1732
|
},
|
|
1733
|
+
__wbg_queueMicrotask_b39ea83c7f01971a: function(arg0) {
|
|
1734
|
+
queueMicrotask(arg0);
|
|
1735
|
+
},
|
|
1736
1736
|
__wbg_randomFillSync_6c25eac9869eb53c: function() { return handleError(function (arg0, arg1) {
|
|
1737
1737
|
arg0.randomFillSync(arg1);
|
|
1738
1738
|
}, arguments); },
|
|
1739
|
-
|
|
1739
|
+
__wbg_read_254bf22401498310: function(arg0) {
|
|
1740
1740
|
const ret = arg0.read();
|
|
1741
1741
|
return ret;
|
|
1742
1742
|
},
|
|
1743
|
-
|
|
1743
|
+
__wbg_releaseLock_65f356509fef84ac: function(arg0) {
|
|
1744
1744
|
arg0.releaseLock();
|
|
1745
1745
|
},
|
|
1746
1746
|
__wbg_require_b4edbdcf3e2a1ef0: function() { return handleError(function () {
|
|
1747
1747
|
const ret = module.require;
|
|
1748
1748
|
return ret;
|
|
1749
1749
|
}, arguments); },
|
|
1750
|
-
|
|
1750
|
+
__wbg_resolve_d17db9352f5a220e: function(arg0) {
|
|
1751
1751
|
const ret = Promise.resolve(arg0);
|
|
1752
1752
|
return ret;
|
|
1753
1753
|
},
|
|
1754
|
-
|
|
1754
|
+
__wbg_respond_0196e052b003e1db: function() { return handleError(function (arg0, arg1) {
|
|
1755
1755
|
arg0.respond(arg1 >>> 0);
|
|
1756
1756
|
}, arguments); },
|
|
1757
1757
|
__wbg_setTimeout_30be5552e4410378: function(arg0, arg1) {
|
|
@@ -1766,114 +1766,114 @@ function __wbg_get_imports() {
|
|
|
1766
1766
|
const ret = setTimeout(arg0, arg1);
|
|
1767
1767
|
return ret;
|
|
1768
1768
|
},
|
|
1769
|
-
|
|
1770
|
-
|
|
1771
|
-
|
|
1772
|
-
}, arguments); },
|
|
1769
|
+
__wbg_set_24d0fa9e104112f9: function(arg0, arg1, arg2) {
|
|
1770
|
+
arg0.set(getArrayU8FromWasm0(arg1, arg2));
|
|
1771
|
+
},
|
|
1773
1772
|
__wbg_set_6be42768c690e380: function(arg0, arg1, arg2) {
|
|
1774
1773
|
arg0[arg1] = arg2;
|
|
1775
1774
|
},
|
|
1776
|
-
|
|
1777
|
-
|
|
1778
|
-
return ret;
|
|
1775
|
+
__wbg_set_78ea6a19f4818587: function(arg0, arg1, arg2) {
|
|
1776
|
+
arg0[arg1 >>> 0] = arg2;
|
|
1779
1777
|
},
|
|
1780
|
-
|
|
1781
|
-
|
|
1778
|
+
__wbg_set_a0e911be3da02782: function() { return handleError(function (arg0, arg1, arg2) {
|
|
1779
|
+
const ret = Reflect.set(arg0, arg1, arg2);
|
|
1780
|
+
return ret;
|
|
1782
1781
|
}, arguments); },
|
|
1783
|
-
|
|
1784
|
-
arg0.set(getArrayU8FromWasm0(arg1, arg2));
|
|
1785
|
-
},
|
|
1786
|
-
__wbg_set_body_aaff4f5f9991f342: function(arg0, arg1) {
|
|
1782
|
+
__wbg_set_body_7f56457720e81672: function(arg0, arg1) {
|
|
1787
1783
|
arg0.body = arg1;
|
|
1788
1784
|
},
|
|
1789
|
-
|
|
1785
|
+
__wbg_set_cache_9ed01a3813d96de2: function(arg0, arg1) {
|
|
1790
1786
|
arg0.cache = __wbindgen_enum_RequestCache[arg1];
|
|
1791
1787
|
},
|
|
1792
|
-
|
|
1788
|
+
__wbg_set_credentials_55b92faec8dcc6a4: function(arg0, arg1) {
|
|
1793
1789
|
arg0.credentials = __wbindgen_enum_RequestCredentials[arg1];
|
|
1794
1790
|
},
|
|
1795
|
-
|
|
1796
|
-
arg0
|
|
1791
|
+
__wbg_set_d57e5106f0271787: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4) {
|
|
1792
|
+
arg0.set(getStringFromWasm0(arg1, arg2), getStringFromWasm0(arg3, arg4));
|
|
1793
|
+
}, arguments); },
|
|
1794
|
+
__wbg_set_facb7a5914e0fa39: function(arg0, arg1, arg2) {
|
|
1795
|
+
const ret = arg0.set(arg1, arg2);
|
|
1796
|
+
return ret;
|
|
1797
1797
|
},
|
|
1798
|
-
|
|
1798
|
+
__wbg_set_headers_97ed66619adb1e3e: function(arg0, arg1) {
|
|
1799
1799
|
arg0.headers = arg1;
|
|
1800
1800
|
},
|
|
1801
|
-
|
|
1801
|
+
__wbg_set_integrity_7a3f63bc5f3da2af: function(arg0, arg1, arg2) {
|
|
1802
1802
|
arg0.integrity = getStringFromWasm0(arg1, arg2);
|
|
1803
1803
|
},
|
|
1804
|
-
|
|
1804
|
+
__wbg_set_method_4d69a1a7e34c0aca: function(arg0, arg1, arg2) {
|
|
1805
1805
|
arg0.method = getStringFromWasm0(arg1, arg2);
|
|
1806
1806
|
},
|
|
1807
|
-
|
|
1807
|
+
__wbg_set_mode_dfc59bbbe25b1d14: function(arg0, arg1) {
|
|
1808
1808
|
arg0.mode = __wbindgen_enum_RequestMode[arg1];
|
|
1809
1809
|
},
|
|
1810
|
-
|
|
1810
|
+
__wbg_set_redirect_1c5253448ef852a8: function(arg0, arg1) {
|
|
1811
1811
|
arg0.redirect = __wbindgen_enum_RequestRedirect[arg1];
|
|
1812
1812
|
},
|
|
1813
|
-
|
|
1813
|
+
__wbg_set_referrer_9c7fc7e5b06e6397: function(arg0, arg1, arg2) {
|
|
1814
1814
|
arg0.referrer = getStringFromWasm0(arg1, arg2);
|
|
1815
1815
|
},
|
|
1816
|
-
|
|
1816
|
+
__wbg_set_referrer_policy_383280ef1585ce10: function(arg0, arg1) {
|
|
1817
1817
|
arg0.referrerPolicy = __wbindgen_enum_ReferrerPolicy[arg1];
|
|
1818
1818
|
},
|
|
1819
|
-
|
|
1819
|
+
__wbg_set_signal_2a5bd3615938edbc: function(arg0, arg1) {
|
|
1820
1820
|
arg0.signal = arg1;
|
|
1821
1821
|
},
|
|
1822
|
-
|
|
1822
|
+
__wbg_signal_304beac95c8c5ea0: function(arg0) {
|
|
1823
1823
|
const ret = arg0.signal;
|
|
1824
1824
|
return ret;
|
|
1825
1825
|
},
|
|
1826
|
-
|
|
1826
|
+
__wbg_static_accessor_GLOBAL_THIS_02344c9b09eb08a9: function() {
|
|
1827
1827
|
const ret = typeof globalThis === 'undefined' ? null : globalThis;
|
|
1828
1828
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
1829
1829
|
},
|
|
1830
|
-
|
|
1830
|
+
__wbg_static_accessor_GLOBAL_ac6d4ac874d5cd54: function() {
|
|
1831
1831
|
const ret = typeof global === 'undefined' ? null : global;
|
|
1832
1832
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
1833
1833
|
},
|
|
1834
|
-
|
|
1834
|
+
__wbg_static_accessor_SELF_9b2406c23aeb2023: function() {
|
|
1835
1835
|
const ret = typeof self === 'undefined' ? null : self;
|
|
1836
1836
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
1837
1837
|
},
|
|
1838
|
-
|
|
1838
|
+
__wbg_static_accessor_WINDOW_b34d2126934e16ba: function() {
|
|
1839
1839
|
const ret = typeof window === 'undefined' ? null : window;
|
|
1840
1840
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
1841
1841
|
},
|
|
1842
|
-
|
|
1842
|
+
__wbg_status_0853c9f5752c7ee2: function(arg0) {
|
|
1843
1843
|
const ret = arg0.status;
|
|
1844
1844
|
return ret;
|
|
1845
1845
|
},
|
|
1846
|
-
|
|
1846
|
+
__wbg_subarray_7c6a0da8f3b4a1ba: function(arg0, arg1, arg2) {
|
|
1847
1847
|
const ret = arg0.subarray(arg1 >>> 0, arg2 >>> 0);
|
|
1848
1848
|
return ret;
|
|
1849
1849
|
},
|
|
1850
|
-
|
|
1850
|
+
__wbg_text_99930d92d5f1b540: function() { return handleError(function (arg0) {
|
|
1851
1851
|
const ret = arg0.text();
|
|
1852
1852
|
return ret;
|
|
1853
1853
|
}, arguments); },
|
|
1854
|
-
|
|
1854
|
+
__wbg_then_837494e384b37459: function(arg0, arg1) {
|
|
1855
1855
|
const ret = arg0.then(arg1);
|
|
1856
1856
|
return ret;
|
|
1857
1857
|
},
|
|
1858
|
-
|
|
1858
|
+
__wbg_then_bd927500e8905df2: function(arg0, arg1, arg2) {
|
|
1859
1859
|
const ret = arg0.then(arg1, arg2);
|
|
1860
1860
|
return ret;
|
|
1861
1861
|
},
|
|
1862
|
-
|
|
1862
|
+
__wbg_toString_1dda136fd8f30a5f: function(arg0) {
|
|
1863
1863
|
const ret = arg0.toString();
|
|
1864
1864
|
return ret;
|
|
1865
1865
|
},
|
|
1866
|
-
|
|
1866
|
+
__wbg_trace_fcffa939f57b341a: function(arg0) {
|
|
1867
1867
|
console.trace(...arg0);
|
|
1868
1868
|
},
|
|
1869
|
-
|
|
1869
|
+
__wbg_url_1a5ea6a8a7f22ff8: function(arg0, arg1) {
|
|
1870
1870
|
const ret = arg1.url;
|
|
1871
1871
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
1872
1872
|
const len1 = WASM_VECTOR_LEN;
|
|
1873
1873
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
1874
1874
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
1875
1875
|
},
|
|
1876
|
-
|
|
1876
|
+
__wbg_value_9cc0518af87a489c: function(arg0) {
|
|
1877
1877
|
const ret = arg0.value;
|
|
1878
1878
|
return ret;
|
|
1879
1879
|
},
|
|
@@ -1881,36 +1881,36 @@ function __wbg_get_imports() {
|
|
|
1881
1881
|
const ret = arg0.versions;
|
|
1882
1882
|
return ret;
|
|
1883
1883
|
},
|
|
1884
|
-
|
|
1884
|
+
__wbg_view_1b637c097280508c: function(arg0) {
|
|
1885
1885
|
const ret = arg0.view;
|
|
1886
1886
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
1887
1887
|
},
|
|
1888
|
-
|
|
1888
|
+
__wbg_warn_39ee5335dafae3fb: function(arg0) {
|
|
1889
1889
|
console.warn(...arg0);
|
|
1890
1890
|
},
|
|
1891
1891
|
__wbindgen_cast_0000000000000001: function(arg0, arg1) {
|
|
1892
|
-
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [Externref], shim_idx:
|
|
1893
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
1892
|
+
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [Externref], shim_idx: 2236, ret: Result(Unit), inner_ret: Some(Result(Unit)) }, mutable: true }) -> Externref`.
|
|
1893
|
+
const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__he0d1df4f45812a75);
|
|
1894
1894
|
return ret;
|
|
1895
1895
|
},
|
|
1896
1896
|
__wbindgen_cast_0000000000000002: function(arg0, arg1) {
|
|
1897
|
-
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [Externref], shim_idx:
|
|
1898
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
1897
|
+
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [Externref], shim_idx: 670, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
1898
|
+
const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__hdd4256d54acb8ff1);
|
|
1899
1899
|
return ret;
|
|
1900
1900
|
},
|
|
1901
1901
|
__wbindgen_cast_0000000000000003: function(arg0, arg1) {
|
|
1902
1902
|
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [], shim_idx: 578, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
1903
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
1903
|
+
const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__hc7b60e1a5fd69b6e);
|
|
1904
1904
|
return ret;
|
|
1905
1905
|
},
|
|
1906
1906
|
__wbindgen_cast_0000000000000004: function(arg0, arg1) {
|
|
1907
|
-
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [], shim_idx:
|
|
1908
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
1907
|
+
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [], shim_idx: 626, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
1908
|
+
const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__h6f2d88ffbcba67ef);
|
|
1909
1909
|
return ret;
|
|
1910
1910
|
},
|
|
1911
1911
|
__wbindgen_cast_0000000000000005: function(arg0, arg1) {
|
|
1912
|
-
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [], shim_idx:
|
|
1913
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
1912
|
+
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [], shim_idx: 787, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
1913
|
+
const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__h32cbe4603be323e5);
|
|
1914
1914
|
return ret;
|
|
1915
1915
|
},
|
|
1916
1916
|
__wbindgen_cast_0000000000000006: function(arg0) {
|
|
@@ -1954,31 +1954,31 @@ function __wbg_get_imports() {
|
|
|
1954
1954
|
};
|
|
1955
1955
|
}
|
|
1956
1956
|
|
|
1957
|
-
function
|
|
1958
|
-
wasm.
|
|
1957
|
+
function wasm_bindgen__convert__closures_____invoke__hc7b60e1a5fd69b6e(arg0, arg1) {
|
|
1958
|
+
wasm.wasm_bindgen__convert__closures_____invoke__hc7b60e1a5fd69b6e(arg0, arg1);
|
|
1959
1959
|
}
|
|
1960
1960
|
|
|
1961
|
-
function
|
|
1962
|
-
wasm.
|
|
1961
|
+
function wasm_bindgen__convert__closures_____invoke__h6f2d88ffbcba67ef(arg0, arg1) {
|
|
1962
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h6f2d88ffbcba67ef(arg0, arg1);
|
|
1963
1963
|
}
|
|
1964
1964
|
|
|
1965
|
-
function
|
|
1966
|
-
wasm.
|
|
1965
|
+
function wasm_bindgen__convert__closures_____invoke__h32cbe4603be323e5(arg0, arg1) {
|
|
1966
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h32cbe4603be323e5(arg0, arg1);
|
|
1967
1967
|
}
|
|
1968
1968
|
|
|
1969
|
-
function
|
|
1970
|
-
wasm.
|
|
1969
|
+
function wasm_bindgen__convert__closures_____invoke__hdd4256d54acb8ff1(arg0, arg1, arg2) {
|
|
1970
|
+
wasm.wasm_bindgen__convert__closures_____invoke__hdd4256d54acb8ff1(arg0, arg1, arg2);
|
|
1971
1971
|
}
|
|
1972
1972
|
|
|
1973
|
-
function
|
|
1974
|
-
const ret = wasm.
|
|
1973
|
+
function wasm_bindgen__convert__closures_____invoke__he0d1df4f45812a75(arg0, arg1, arg2) {
|
|
1974
|
+
const ret = wasm.wasm_bindgen__convert__closures_____invoke__he0d1df4f45812a75(arg0, arg1, arg2);
|
|
1975
1975
|
if (ret[1]) {
|
|
1976
1976
|
throw takeFromExternrefTable0(ret[0]);
|
|
1977
1977
|
}
|
|
1978
1978
|
}
|
|
1979
1979
|
|
|
1980
|
-
function
|
|
1981
|
-
wasm.
|
|
1980
|
+
function wasm_bindgen__convert__closures_____invoke__h03fb46086606eb61(arg0, arg1, arg2, arg3) {
|
|
1981
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h03fb46086606eb61(arg0, arg1, arg2, arg3);
|
|
1982
1982
|
}
|
|
1983
1983
|
|
|
1984
1984
|
|
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.399",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"repository": {
|
|
8
8
|
"type": "git",
|