@janssenproject/cedarling_wasm 0.0.385-nodejs → 0.0.386-nodejs
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.js +191 -199
- package/cedarling_wasm_bg.wasm +0 -0
- package/package.json +1 -1
package/cedarling_wasm.js
CHANGED
|
@@ -6,7 +6,6 @@
|
|
|
6
6
|
*/
|
|
7
7
|
class AuthorizeResult {
|
|
8
8
|
static __wrap(ptr) {
|
|
9
|
-
ptr = ptr >>> 0;
|
|
10
9
|
const obj = Object.create(AuthorizeResult.prototype);
|
|
11
10
|
obj.__wbg_ptr = ptr;
|
|
12
11
|
AuthorizeResultFinalization.register(obj, obj.__wbg_ptr, obj);
|
|
@@ -113,7 +112,6 @@ exports.AuthorizeResult = AuthorizeResult;
|
|
|
113
112
|
*/
|
|
114
113
|
class AuthorizeResultResponse {
|
|
115
114
|
static __wrap(ptr) {
|
|
116
|
-
ptr = ptr >>> 0;
|
|
117
115
|
const obj = Object.create(AuthorizeResultResponse.prototype);
|
|
118
116
|
obj.__wbg_ptr = ptr;
|
|
119
117
|
AuthorizeResultResponseFinalization.register(obj, obj.__wbg_ptr, obj);
|
|
@@ -154,7 +152,6 @@ exports.AuthorizeResultResponse = AuthorizeResultResponse;
|
|
|
154
152
|
*/
|
|
155
153
|
class Cedarling {
|
|
156
154
|
static __wrap(ptr) {
|
|
157
|
-
ptr = ptr >>> 0;
|
|
158
155
|
const obj = Object.create(Cedarling.prototype);
|
|
159
156
|
obj.__wbg_ptr = ptr;
|
|
160
157
|
CedarlingFinalization.register(obj, obj.__wbg_ptr, obj);
|
|
@@ -596,7 +593,6 @@ exports.Cedarling = Cedarling;
|
|
|
596
593
|
*/
|
|
597
594
|
class DataEntry {
|
|
598
595
|
static __wrap(ptr) {
|
|
599
|
-
ptr = ptr >>> 0;
|
|
600
596
|
const obj = Object.create(DataEntry.prototype);
|
|
601
597
|
obj.__wbg_ptr = ptr;
|
|
602
598
|
DataEntryFinalization.register(obj, obj.__wbg_ptr, obj);
|
|
@@ -761,7 +757,6 @@ exports.DataEntry = DataEntry;
|
|
|
761
757
|
*/
|
|
762
758
|
class DataStoreStats {
|
|
763
759
|
static __wrap(ptr) {
|
|
764
|
-
ptr = ptr >>> 0;
|
|
765
760
|
const obj = Object.create(DataStoreStats.prototype);
|
|
766
761
|
obj.__wbg_ptr = ptr;
|
|
767
762
|
DataStoreStatsFinalization.register(obj, obj.__wbg_ptr, obj);
|
|
@@ -940,7 +935,6 @@ exports.DataStoreStats = DataStoreStats;
|
|
|
940
935
|
*/
|
|
941
936
|
class Diagnostics {
|
|
942
937
|
static __wrap(ptr) {
|
|
943
|
-
ptr = ptr >>> 0;
|
|
944
938
|
const obj = Object.create(Diagnostics.prototype);
|
|
945
939
|
obj.__wbg_ptr = ptr;
|
|
946
940
|
DiagnosticsFinalization.register(obj, obj.__wbg_ptr, obj);
|
|
@@ -1104,7 +1098,6 @@ exports.IntoUnderlyingSource = IntoUnderlyingSource;
|
|
|
1104
1098
|
*/
|
|
1105
1099
|
class MultiIssuerAuthorizeResult {
|
|
1106
1100
|
static __wrap(ptr) {
|
|
1107
|
-
ptr = ptr >>> 0;
|
|
1108
1101
|
const obj = Object.create(MultiIssuerAuthorizeResult.prototype);
|
|
1109
1102
|
obj.__wbg_ptr = ptr;
|
|
1110
1103
|
MultiIssuerAuthorizeResultFinalization.register(obj, obj.__wbg_ptr, obj);
|
|
@@ -1209,7 +1202,6 @@ exports.MultiIssuerAuthorizeResult = MultiIssuerAuthorizeResult;
|
|
|
1209
1202
|
*/
|
|
1210
1203
|
class PolicyEvaluationError {
|
|
1211
1204
|
static __wrap(ptr) {
|
|
1212
|
-
ptr = ptr >>> 0;
|
|
1213
1205
|
const obj = Object.create(PolicyEvaluationError.prototype);
|
|
1214
1206
|
obj.__wbg_ptr = ptr;
|
|
1215
1207
|
PolicyEvaluationErrorFinalization.register(obj, obj.__wbg_ptr, obj);
|
|
@@ -1301,72 +1293,72 @@ exports.init_from_archive_bytes = init_from_archive_bytes;
|
|
|
1301
1293
|
function __wbg_get_imports() {
|
|
1302
1294
|
const import0 = {
|
|
1303
1295
|
__proto__: null,
|
|
1304
|
-
|
|
1296
|
+
__wbg_Error_3639a60ed15f87e7: function(arg0, arg1) {
|
|
1305
1297
|
const ret = Error(getStringFromWasm0(arg0, arg1));
|
|
1306
1298
|
return ret;
|
|
1307
1299
|
},
|
|
1308
|
-
|
|
1300
|
+
__wbg_Number_a3d737fd183f7dca: function(arg0) {
|
|
1309
1301
|
const ret = Number(arg0);
|
|
1310
1302
|
return ret;
|
|
1311
1303
|
},
|
|
1312
|
-
|
|
1304
|
+
__wbg___wbindgen_bigint_get_as_i64_3af6d4ca77193a4b: function(arg0, arg1) {
|
|
1313
1305
|
const v = arg1;
|
|
1314
1306
|
const ret = typeof(v) === 'bigint' ? v : undefined;
|
|
1315
1307
|
getDataViewMemory0().setBigInt64(arg0 + 8 * 1, isLikeNone(ret) ? BigInt(0) : ret, true);
|
|
1316
1308
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, !isLikeNone(ret), true);
|
|
1317
1309
|
},
|
|
1318
|
-
|
|
1310
|
+
__wbg___wbindgen_boolean_get_c3dd5c39f1b5a12b: function(arg0) {
|
|
1319
1311
|
const v = arg0;
|
|
1320
1312
|
const ret = typeof(v) === 'boolean' ? v : undefined;
|
|
1321
1313
|
return isLikeNone(ret) ? 0xFFFFFF : ret ? 1 : 0;
|
|
1322
1314
|
},
|
|
1323
|
-
|
|
1315
|
+
__wbg___wbindgen_debug_string_07cb72cfcc952e2b: function(arg0, arg1) {
|
|
1324
1316
|
const ret = debugString(arg1);
|
|
1325
1317
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
1326
1318
|
const len1 = WASM_VECTOR_LEN;
|
|
1327
1319
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
1328
1320
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
1329
1321
|
},
|
|
1330
|
-
|
|
1322
|
+
__wbg___wbindgen_in_2617fa76397620d3: function(arg0, arg1) {
|
|
1331
1323
|
const ret = arg0 in arg1;
|
|
1332
1324
|
return ret;
|
|
1333
1325
|
},
|
|
1334
|
-
|
|
1326
|
+
__wbg___wbindgen_is_bigint_d6a8167cac401b95: function(arg0) {
|
|
1335
1327
|
const ret = typeof(arg0) === 'bigint';
|
|
1336
1328
|
return ret;
|
|
1337
1329
|
},
|
|
1338
|
-
|
|
1330
|
+
__wbg___wbindgen_is_function_2f0fd7ceb86e64c5: function(arg0) {
|
|
1339
1331
|
const ret = typeof(arg0) === 'function';
|
|
1340
1332
|
return ret;
|
|
1341
1333
|
},
|
|
1342
|
-
|
|
1334
|
+
__wbg___wbindgen_is_object_5b22ff2418063a9c: function(arg0) {
|
|
1343
1335
|
const val = arg0;
|
|
1344
1336
|
const ret = typeof(val) === 'object' && val !== null;
|
|
1345
1337
|
return ret;
|
|
1346
1338
|
},
|
|
1347
|
-
|
|
1339
|
+
__wbg___wbindgen_is_string_eddc07a3efad52e6: function(arg0) {
|
|
1348
1340
|
const ret = typeof(arg0) === 'string';
|
|
1349
1341
|
return ret;
|
|
1350
1342
|
},
|
|
1351
|
-
|
|
1343
|
+
__wbg___wbindgen_is_undefined_244a92c34d3b6ec0: function(arg0) {
|
|
1352
1344
|
const ret = arg0 === undefined;
|
|
1353
1345
|
return ret;
|
|
1354
1346
|
},
|
|
1355
|
-
|
|
1347
|
+
__wbg___wbindgen_jsval_eq_403eaa3610500a25: function(arg0, arg1) {
|
|
1356
1348
|
const ret = arg0 === arg1;
|
|
1357
1349
|
return ret;
|
|
1358
1350
|
},
|
|
1359
|
-
|
|
1351
|
+
__wbg___wbindgen_jsval_loose_eq_1978f1e77b4bce62: function(arg0, arg1) {
|
|
1360
1352
|
const ret = arg0 == arg1;
|
|
1361
1353
|
return ret;
|
|
1362
1354
|
},
|
|
1363
|
-
|
|
1355
|
+
__wbg___wbindgen_number_get_dd6d69a6079f26f1: function(arg0, arg1) {
|
|
1364
1356
|
const obj = arg1;
|
|
1365
1357
|
const ret = typeof(obj) === 'number' ? obj : undefined;
|
|
1366
1358
|
getDataViewMemory0().setFloat64(arg0 + 8 * 1, isLikeNone(ret) ? 0 : ret, true);
|
|
1367
1359
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, !isLikeNone(ret), true);
|
|
1368
1360
|
},
|
|
1369
|
-
|
|
1361
|
+
__wbg___wbindgen_string_get_965592073e5d848c: function(arg0, arg1) {
|
|
1370
1362
|
const obj = arg1;
|
|
1371
1363
|
const ret = typeof(obj) === 'string' ? obj : undefined;
|
|
1372
1364
|
var ptr1 = isLikeNone(ret) ? 0 : passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
@@ -1374,22 +1366,22 @@ function __wbg_get_imports() {
|
|
|
1374
1366
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
1375
1367
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
1376
1368
|
},
|
|
1377
|
-
|
|
1369
|
+
__wbg___wbindgen_throw_9c75d47bf9e7731e: function(arg0, arg1) {
|
|
1378
1370
|
throw new Error(getStringFromWasm0(arg0, arg1));
|
|
1379
1371
|
},
|
|
1380
|
-
|
|
1372
|
+
__wbg__wbg_cb_unref_158e43e869788cdc: function(arg0) {
|
|
1381
1373
|
arg0._wbg_cb_unref();
|
|
1382
1374
|
},
|
|
1383
|
-
|
|
1384
|
-
arg0.abort();
|
|
1385
|
-
},
|
|
1386
|
-
__wbg_abort_d53712380a54cc81: function(arg0, arg1) {
|
|
1375
|
+
__wbg_abort_43913e33ecb83d0d: function(arg0, arg1) {
|
|
1387
1376
|
arg0.abort(arg1);
|
|
1388
1377
|
},
|
|
1389
|
-
|
|
1378
|
+
__wbg_abort_87eb7f23cf4b73d1: function(arg0) {
|
|
1379
|
+
arg0.abort();
|
|
1380
|
+
},
|
|
1381
|
+
__wbg_append_8df396311184f750: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4) {
|
|
1390
1382
|
arg0.append(getStringFromWasm0(arg1, arg2), getStringFromWasm0(arg3, arg4));
|
|
1391
1383
|
}, arguments); },
|
|
1392
|
-
|
|
1384
|
+
__wbg_arrayBuffer_87e3ac06d961f7a0: function() { return handleError(function (arg0) {
|
|
1393
1385
|
const ret = arg0.arrayBuffer();
|
|
1394
1386
|
return ret;
|
|
1395
1387
|
}, arguments); },
|
|
@@ -1397,39 +1389,39 @@ function __wbg_get_imports() {
|
|
|
1397
1389
|
const ret = AuthorizeResult.__wrap(arg0);
|
|
1398
1390
|
return ret;
|
|
1399
1391
|
},
|
|
1400
|
-
|
|
1392
|
+
__wbg_body_6929614c20dfa7b0: function(arg0) {
|
|
1401
1393
|
const ret = arg0.body;
|
|
1402
1394
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
1403
1395
|
},
|
|
1404
|
-
|
|
1396
|
+
__wbg_buffer_9ee17426fe5a5d65: function(arg0) {
|
|
1405
1397
|
const ret = arg0.buffer;
|
|
1406
1398
|
return ret;
|
|
1407
1399
|
},
|
|
1408
|
-
|
|
1400
|
+
__wbg_byobRequest_178b64c09a0bee03: function(arg0) {
|
|
1409
1401
|
const ret = arg0.byobRequest;
|
|
1410
1402
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
1411
1403
|
},
|
|
1412
|
-
|
|
1404
|
+
__wbg_byteLength_1f57c71e64ee0180: function(arg0) {
|
|
1413
1405
|
const ret = arg0.byteLength;
|
|
1414
1406
|
return ret;
|
|
1415
1407
|
},
|
|
1416
|
-
|
|
1408
|
+
__wbg_byteOffset_648d0af273024f3d: function(arg0) {
|
|
1417
1409
|
const ret = arg0.byteOffset;
|
|
1418
1410
|
return ret;
|
|
1419
1411
|
},
|
|
1420
|
-
|
|
1421
|
-
const ret = arg0.call(arg1);
|
|
1412
|
+
__wbg_call_a41d6421b30a32c5: function() { return handleError(function (arg0, arg1, arg2) {
|
|
1413
|
+
const ret = arg0.call(arg1, arg2);
|
|
1422
1414
|
return ret;
|
|
1423
1415
|
}, arguments); },
|
|
1424
|
-
|
|
1425
|
-
const ret = arg0.call(arg1
|
|
1416
|
+
__wbg_call_add9e5a76382e668: function() { return handleError(function (arg0, arg1) {
|
|
1417
|
+
const ret = arg0.call(arg1);
|
|
1426
1418
|
return ret;
|
|
1427
1419
|
}, arguments); },
|
|
1428
|
-
|
|
1420
|
+
__wbg_cancel_f97a3ee5a8b30eef: function(arg0) {
|
|
1429
1421
|
const ret = arg0.cancel();
|
|
1430
1422
|
return ret;
|
|
1431
1423
|
},
|
|
1432
|
-
|
|
1424
|
+
__wbg_catch_f939343cb181958c: function(arg0, arg1) {
|
|
1433
1425
|
const ret = arg0.catch(arg1);
|
|
1434
1426
|
return ret;
|
|
1435
1427
|
},
|
|
@@ -1449,10 +1441,10 @@ function __wbg_get_imports() {
|
|
|
1449
1441
|
const ret = clearTimeout(arg0);
|
|
1450
1442
|
return ret;
|
|
1451
1443
|
},
|
|
1452
|
-
|
|
1444
|
+
__wbg_close_63e009c5a75f5597: function() { return handleError(function (arg0) {
|
|
1453
1445
|
arg0.close();
|
|
1454
1446
|
}, arguments); },
|
|
1455
|
-
|
|
1447
|
+
__wbg_close_de471367367aa5cb: function() { return handleError(function (arg0) {
|
|
1456
1448
|
arg0.close();
|
|
1457
1449
|
}, arguments); },
|
|
1458
1450
|
__wbg_crypto_38df2bab126b63dc: function(arg0) {
|
|
@@ -1463,48 +1455,48 @@ function __wbg_get_imports() {
|
|
|
1463
1455
|
const ret = DataEntry.__wrap(arg0);
|
|
1464
1456
|
return ret;
|
|
1465
1457
|
},
|
|
1466
|
-
|
|
1458
|
+
__wbg_debug_91f8b6a4b6140f7f: function(arg0) {
|
|
1467
1459
|
console.debug(...arg0);
|
|
1468
1460
|
},
|
|
1469
|
-
|
|
1461
|
+
__wbg_done_b1afd6201ac045e0: function(arg0) {
|
|
1470
1462
|
const ret = arg0.done;
|
|
1471
1463
|
return ret;
|
|
1472
1464
|
},
|
|
1473
|
-
|
|
1465
|
+
__wbg_enqueue_6c7cd543c0f3828e: function() { return handleError(function (arg0, arg1) {
|
|
1474
1466
|
arg0.enqueue(arg1);
|
|
1475
1467
|
}, arguments); },
|
|
1476
|
-
|
|
1468
|
+
__wbg_entries_755901ed0f6525df: function(arg0) {
|
|
1477
1469
|
const ret = arg0.entries();
|
|
1478
1470
|
return ret;
|
|
1479
1471
|
},
|
|
1480
|
-
|
|
1472
|
+
__wbg_entries_83f42485034accab: function(arg0) {
|
|
1481
1473
|
const ret = arg0.entries();
|
|
1482
1474
|
return ret;
|
|
1483
1475
|
},
|
|
1484
|
-
|
|
1476
|
+
__wbg_entries_bb9843ba73dc70d6: function(arg0) {
|
|
1485
1477
|
const ret = Object.entries(arg0);
|
|
1486
1478
|
return ret;
|
|
1487
1479
|
},
|
|
1488
|
-
|
|
1480
|
+
__wbg_error_8465153f675136ab: function(arg0) {
|
|
1489
1481
|
console.error(...arg0);
|
|
1490
1482
|
},
|
|
1491
|
-
|
|
1483
|
+
__wbg_fetch_1a030943aa8e0c38: function(arg0, arg1) {
|
|
1492
1484
|
const ret = arg0.fetch(arg1);
|
|
1493
1485
|
return ret;
|
|
1494
1486
|
},
|
|
1495
|
-
__wbg_fetch_28a97b69c20078bb: function(arg0, arg1, arg2) {
|
|
1496
|
-
const ret = arg0.fetch(arg1, arg2);
|
|
1497
|
-
return ret;
|
|
1498
|
-
},
|
|
1499
1487
|
__wbg_fetch_5e2e4a3d60c8d1d3: function(arg0, arg1) {
|
|
1500
1488
|
const ret = fetch(arg0, arg1);
|
|
1501
1489
|
return ret;
|
|
1502
1490
|
},
|
|
1491
|
+
__wbg_fetch_a851d393d6b4492c: function(arg0, arg1, arg2) {
|
|
1492
|
+
const ret = arg0.fetch(arg1, arg2);
|
|
1493
|
+
return ret;
|
|
1494
|
+
},
|
|
1503
1495
|
__wbg_fetch_c6486a0142348bc8: function(arg0) {
|
|
1504
1496
|
const ret = fetch(arg0);
|
|
1505
1497
|
return ret;
|
|
1506
1498
|
},
|
|
1507
|
-
|
|
1499
|
+
__wbg_fromEntries_e9b52c3928464f81: function() { return handleError(function (arg0) {
|
|
1508
1500
|
const ret = Object.fromEntries(arg0);
|
|
1509
1501
|
return ret;
|
|
1510
1502
|
}, arguments); },
|
|
@@ -1518,35 +1510,35 @@ function __wbg_get_imports() {
|
|
|
1518
1510
|
const ret = arg0.getReader();
|
|
1519
1511
|
return ret;
|
|
1520
1512
|
}, arguments); },
|
|
1521
|
-
|
|
1513
|
+
__wbg_getTime_e599bee315e19eba: function(arg0) {
|
|
1522
1514
|
const ret = arg0.getTime();
|
|
1523
1515
|
return ret;
|
|
1524
1516
|
},
|
|
1525
|
-
|
|
1517
|
+
__wbg_getTimezoneOffset_d843b3968046e734: function(arg0) {
|
|
1526
1518
|
const ret = arg0.getTimezoneOffset();
|
|
1527
1519
|
return ret;
|
|
1528
1520
|
},
|
|
1529
|
-
|
|
1530
|
-
const ret = Reflect.get(arg0, arg1);
|
|
1531
|
-
return ret;
|
|
1532
|
-
}, arguments); },
|
|
1533
|
-
__wbg_get_6011fa3a58f61074: function() { return handleError(function (arg0, arg1) {
|
|
1521
|
+
__wbg_get_41476db20fef99a8: function() { return handleError(function (arg0, arg1) {
|
|
1534
1522
|
const ret = Reflect.get(arg0, arg1);
|
|
1535
1523
|
return ret;
|
|
1536
1524
|
}, arguments); },
|
|
1537
|
-
|
|
1525
|
+
__wbg_get_652f640b3b0b6e3e: function(arg0, arg1) {
|
|
1538
1526
|
const ret = arg0[arg1 >>> 0];
|
|
1539
1527
|
return ret;
|
|
1540
1528
|
},
|
|
1541
|
-
|
|
1529
|
+
__wbg_get_9cfea9b7bbf12a15: function() { return handleError(function (arg0, arg1) {
|
|
1530
|
+
const ret = Reflect.get(arg0, arg1);
|
|
1531
|
+
return ret;
|
|
1532
|
+
}, arguments); },
|
|
1533
|
+
__wbg_get_done_2088079830fb242e: function(arg0) {
|
|
1542
1534
|
const ret = arg0.done;
|
|
1543
1535
|
return isLikeNone(ret) ? 0xFFFFFF : ret ? 1 : 0;
|
|
1544
1536
|
},
|
|
1545
|
-
|
|
1537
|
+
__wbg_get_unchecked_be562b1421656321: function(arg0, arg1) {
|
|
1546
1538
|
const ret = arg0[arg1 >>> 0];
|
|
1547
1539
|
return ret;
|
|
1548
1540
|
},
|
|
1549
|
-
|
|
1541
|
+
__wbg_get_value_52f4b39f58a812ed: function(arg0) {
|
|
1550
1542
|
const ret = arg0.value;
|
|
1551
1543
|
return ret;
|
|
1552
1544
|
},
|
|
@@ -1554,18 +1546,18 @@ function __wbg_get_imports() {
|
|
|
1554
1546
|
const ret = arg0[arg1];
|
|
1555
1547
|
return ret;
|
|
1556
1548
|
},
|
|
1557
|
-
|
|
1549
|
+
__wbg_has_3a6f31f647e0ba22: function() { return handleError(function (arg0, arg1) {
|
|
1558
1550
|
const ret = Reflect.has(arg0, arg1);
|
|
1559
1551
|
return ret;
|
|
1560
1552
|
}, arguments); },
|
|
1561
|
-
|
|
1553
|
+
__wbg_headers_de17f740bce997ae: function(arg0) {
|
|
1562
1554
|
const ret = arg0.headers;
|
|
1563
1555
|
return ret;
|
|
1564
1556
|
},
|
|
1565
|
-
|
|
1557
|
+
__wbg_info_b2079a08fe52c7ff: function(arg0) {
|
|
1566
1558
|
console.info(...arg0);
|
|
1567
1559
|
},
|
|
1568
|
-
|
|
1560
|
+
__wbg_instanceof_ArrayBuffer_eab9f28fbec23477: function(arg0) {
|
|
1569
1561
|
let result;
|
|
1570
1562
|
try {
|
|
1571
1563
|
result = arg0 instanceof ArrayBuffer;
|
|
@@ -1575,7 +1567,7 @@ function __wbg_get_imports() {
|
|
|
1575
1567
|
const ret = result;
|
|
1576
1568
|
return ret;
|
|
1577
1569
|
},
|
|
1578
|
-
|
|
1570
|
+
__wbg_instanceof_Array_383d7c7d1e205030: function(arg0) {
|
|
1579
1571
|
let result;
|
|
1580
1572
|
try {
|
|
1581
1573
|
result = arg0 instanceof Array;
|
|
@@ -1585,7 +1577,7 @@ function __wbg_get_imports() {
|
|
|
1585
1577
|
const ret = result;
|
|
1586
1578
|
return ret;
|
|
1587
1579
|
},
|
|
1588
|
-
|
|
1580
|
+
__wbg_instanceof_Map_10d4edf60fcf9327: function(arg0) {
|
|
1589
1581
|
let result;
|
|
1590
1582
|
try {
|
|
1591
1583
|
result = arg0 instanceof Map;
|
|
@@ -1595,7 +1587,7 @@ function __wbg_get_imports() {
|
|
|
1595
1587
|
const ret = result;
|
|
1596
1588
|
return ret;
|
|
1597
1589
|
},
|
|
1598
|
-
|
|
1590
|
+
__wbg_instanceof_Response_370b83aa6c17e88a: function(arg0) {
|
|
1599
1591
|
let result;
|
|
1600
1592
|
try {
|
|
1601
1593
|
result = arg0 instanceof Response;
|
|
@@ -1605,7 +1597,7 @@ function __wbg_get_imports() {
|
|
|
1605
1597
|
const ret = result;
|
|
1606
1598
|
return ret;
|
|
1607
1599
|
},
|
|
1608
|
-
|
|
1600
|
+
__wbg_instanceof_Uint8Array_57d77acd50e4c44d: function(arg0) {
|
|
1609
1601
|
let result;
|
|
1610
1602
|
try {
|
|
1611
1603
|
result = arg0 instanceof Uint8Array;
|
|
@@ -1615,31 +1607,31 @@ function __wbg_get_imports() {
|
|
|
1615
1607
|
const ret = result;
|
|
1616
1608
|
return ret;
|
|
1617
1609
|
},
|
|
1618
|
-
|
|
1610
|
+
__wbg_isArray_c6c6ef8308995bcf: function(arg0) {
|
|
1619
1611
|
const ret = Array.isArray(arg0);
|
|
1620
1612
|
return ret;
|
|
1621
1613
|
},
|
|
1622
|
-
|
|
1614
|
+
__wbg_isSafeInteger_3c56c421a5b4cce4: function(arg0) {
|
|
1623
1615
|
const ret = Number.isSafeInteger(arg0);
|
|
1624
1616
|
return ret;
|
|
1625
1617
|
},
|
|
1626
|
-
|
|
1618
|
+
__wbg_iterator_9d68985a1d096fc2: function() {
|
|
1627
1619
|
const ret = Symbol.iterator;
|
|
1628
1620
|
return ret;
|
|
1629
1621
|
},
|
|
1630
|
-
|
|
1622
|
+
__wbg_keys_ee6179c15466c3ed: function(arg0) {
|
|
1631
1623
|
const ret = Object.keys(arg0);
|
|
1632
1624
|
return ret;
|
|
1633
1625
|
},
|
|
1634
|
-
|
|
1626
|
+
__wbg_length_0a6ce016dc1460b0: function(arg0) {
|
|
1635
1627
|
const ret = arg0.length;
|
|
1636
1628
|
return ret;
|
|
1637
1629
|
},
|
|
1638
|
-
|
|
1630
|
+
__wbg_length_ba3c032602efe310: function(arg0) {
|
|
1639
1631
|
const ret = arg0.length;
|
|
1640
1632
|
return ret;
|
|
1641
1633
|
},
|
|
1642
|
-
|
|
1634
|
+
__wbg_log_c764d214ec8dcf7f: function(arg0) {
|
|
1643
1635
|
console.log(...arg0);
|
|
1644
1636
|
},
|
|
1645
1637
|
__wbg_msCrypto_bd5a034af96bcba6: function(arg0) {
|
|
@@ -1650,54 +1642,54 @@ function __wbg_get_imports() {
|
|
|
1650
1642
|
const ret = MultiIssuerAuthorizeResult.__wrap(arg0);
|
|
1651
1643
|
return ret;
|
|
1652
1644
|
},
|
|
1653
|
-
|
|
1645
|
+
__wbg_new_0_e486ec9936f7edbf: function() {
|
|
1654
1646
|
const ret = new Date();
|
|
1655
1647
|
return ret;
|
|
1656
1648
|
},
|
|
1657
|
-
|
|
1658
|
-
const ret = new Uint8Array(arg0);
|
|
1659
|
-
return ret;
|
|
1660
|
-
},
|
|
1661
|
-
__wbg_new_15a4889b4b90734d: function() { return handleError(function () {
|
|
1649
|
+
__wbg_new_18865c63fa645c6f: function() { return handleError(function () {
|
|
1662
1650
|
const ret = new Headers();
|
|
1663
1651
|
return ret;
|
|
1664
1652
|
}, arguments); },
|
|
1665
|
-
|
|
1666
|
-
const ret = new
|
|
1667
|
-
return ret;
|
|
1668
|
-
},
|
|
1669
|
-
__wbg_new_5e360d2ff7b9e1c3: function(arg0, arg1) {
|
|
1670
|
-
const ret = new Error(getStringFromWasm0(arg0, arg1));
|
|
1653
|
+
__wbg_new_2fad8ca02fd00684: function() {
|
|
1654
|
+
const ret = new Object();
|
|
1671
1655
|
return ret;
|
|
1672
1656
|
},
|
|
1673
|
-
|
|
1657
|
+
__wbg_new_3baa8d9866155c79: function() {
|
|
1674
1658
|
const ret = new Array();
|
|
1675
1659
|
return ret;
|
|
1676
1660
|
},
|
|
1677
|
-
|
|
1678
|
-
const ret = new
|
|
1661
|
+
__wbg_new_46ae4e4ff2a07a64: function() {
|
|
1662
|
+
const ret = new Map();
|
|
1679
1663
|
return ret;
|
|
1680
1664
|
},
|
|
1681
|
-
|
|
1665
|
+
__wbg_new_51ff470dc2f61e27: function() { return handleError(function () {
|
|
1682
1666
|
const ret = new AbortController();
|
|
1683
1667
|
return ret;
|
|
1684
1668
|
}, arguments); },
|
|
1685
|
-
|
|
1686
|
-
const ret = new
|
|
1669
|
+
__wbg_new_8454eee672b2ba6e: function(arg0) {
|
|
1670
|
+
const ret = new Uint8Array(arg0);
|
|
1687
1671
|
return ret;
|
|
1688
1672
|
},
|
|
1689
|
-
|
|
1673
|
+
__wbg_new_b47e026ba742fe65: function(arg0) {
|
|
1674
|
+
const ret = new Date(arg0);
|
|
1675
|
+
return ret;
|
|
1676
|
+
},
|
|
1677
|
+
__wbg_new_c9ea13ea803a692e: function(arg0, arg1) {
|
|
1678
|
+
const ret = new Error(getStringFromWasm0(arg0, arg1));
|
|
1679
|
+
return ret;
|
|
1680
|
+
},
|
|
1681
|
+
__wbg_new_from_slice_5a173c243af2e823: function(arg0, arg1) {
|
|
1690
1682
|
const ret = new Uint8Array(getArrayU8FromWasm0(arg0, arg1));
|
|
1691
1683
|
return ret;
|
|
1692
1684
|
},
|
|
1693
|
-
|
|
1685
|
+
__wbg_new_typed_1137602701dc87d4: function(arg0, arg1) {
|
|
1694
1686
|
try {
|
|
1695
1687
|
var state0 = {a: arg0, b: arg1};
|
|
1696
1688
|
var cb0 = (arg0, arg1) => {
|
|
1697
1689
|
const a = state0.a;
|
|
1698
1690
|
state0.a = 0;
|
|
1699
1691
|
try {
|
|
1700
|
-
return
|
|
1692
|
+
return wasm_bindgen__convert__closures_____invoke__h1aa6bfccca23b638(a, state0.b, arg0, arg1);
|
|
1701
1693
|
} finally {
|
|
1702
1694
|
state0.a = a;
|
|
1703
1695
|
}
|
|
@@ -1708,26 +1700,26 @@ function __wbg_get_imports() {
|
|
|
1708
1700
|
state0.a = 0;
|
|
1709
1701
|
}
|
|
1710
1702
|
},
|
|
1711
|
-
|
|
1703
|
+
__wbg_new_with_byte_offset_and_length_643e5e9e2fb6b1ad: function(arg0, arg1, arg2) {
|
|
1712
1704
|
const ret = new Uint8Array(arg0, arg1 >>> 0, arg2 >>> 0);
|
|
1713
1705
|
return ret;
|
|
1714
1706
|
},
|
|
1715
|
-
|
|
1707
|
+
__wbg_new_with_length_9011f5da794bf5d9: function(arg0) {
|
|
1716
1708
|
const ret = new Uint8Array(arg0 >>> 0);
|
|
1717
1709
|
return ret;
|
|
1718
1710
|
},
|
|
1719
|
-
|
|
1711
|
+
__wbg_new_with_str_and_init_da311e12114f4d1e: function() { return handleError(function (arg0, arg1, arg2) {
|
|
1720
1712
|
const ret = new Request(getStringFromWasm0(arg0, arg1), arg2);
|
|
1721
1713
|
return ret;
|
|
1722
1714
|
}, arguments); },
|
|
1723
|
-
|
|
1724
|
-
const ret = arg0.next();
|
|
1725
|
-
return ret;
|
|
1726
|
-
}, arguments); },
|
|
1727
|
-
__wbg_next_7646edaa39458ef7: function(arg0) {
|
|
1715
|
+
__wbg_next_261c3c48c6e309a5: function(arg0) {
|
|
1728
1716
|
const ret = arg0.next;
|
|
1729
1717
|
return ret;
|
|
1730
1718
|
},
|
|
1719
|
+
__wbg_next_aacee310bcfe6461: function() { return handleError(function (arg0) {
|
|
1720
|
+
const ret = arg0.next();
|
|
1721
|
+
return ret;
|
|
1722
|
+
}, arguments); },
|
|
1731
1723
|
__wbg_node_84ea875411254db1: function(arg0) {
|
|
1732
1724
|
const ret = arg0.node;
|
|
1733
1725
|
return ret;
|
|
@@ -1740,39 +1732,39 @@ function __wbg_get_imports() {
|
|
|
1740
1732
|
const ret = arg0.process;
|
|
1741
1733
|
return ret;
|
|
1742
1734
|
},
|
|
1743
|
-
|
|
1735
|
+
__wbg_prototypesetcall_fd4050e806e1d519: function(arg0, arg1, arg2) {
|
|
1744
1736
|
Uint8Array.prototype.set.call(getArrayU8FromWasm0(arg0, arg1), arg2);
|
|
1745
1737
|
},
|
|
1746
|
-
|
|
1738
|
+
__wbg_push_60a5366c0bb22a7d: function(arg0, arg1) {
|
|
1747
1739
|
const ret = arg0.push(arg1);
|
|
1748
1740
|
return ret;
|
|
1749
1741
|
},
|
|
1750
|
-
|
|
1742
|
+
__wbg_queueMicrotask_40ac6ffc2848ba77: function(arg0) {
|
|
1751
1743
|
queueMicrotask(arg0);
|
|
1752
1744
|
},
|
|
1753
|
-
|
|
1745
|
+
__wbg_queueMicrotask_74d092439f6494c1: function(arg0) {
|
|
1754
1746
|
const ret = arg0.queueMicrotask;
|
|
1755
1747
|
return ret;
|
|
1756
1748
|
},
|
|
1757
1749
|
__wbg_randomFillSync_6c25eac9869eb53c: function() { return handleError(function (arg0, arg1) {
|
|
1758
1750
|
arg0.randomFillSync(arg1);
|
|
1759
1751
|
}, arguments); },
|
|
1760
|
-
|
|
1752
|
+
__wbg_read_ac2e4325f1799cbe: function(arg0) {
|
|
1761
1753
|
const ret = arg0.read();
|
|
1762
1754
|
return ret;
|
|
1763
1755
|
},
|
|
1764
|
-
|
|
1756
|
+
__wbg_releaseLock_9e0ebc0b5270a358: function(arg0) {
|
|
1765
1757
|
arg0.releaseLock();
|
|
1766
1758
|
},
|
|
1767
1759
|
__wbg_require_b4edbdcf3e2a1ef0: function() { return handleError(function () {
|
|
1768
1760
|
const ret = module.require;
|
|
1769
1761
|
return ret;
|
|
1770
1762
|
}, arguments); },
|
|
1771
|
-
|
|
1763
|
+
__wbg_resolve_9feb5d906ca62419: function(arg0) {
|
|
1772
1764
|
const ret = Promise.resolve(arg0);
|
|
1773
1765
|
return ret;
|
|
1774
1766
|
},
|
|
1775
|
-
|
|
1767
|
+
__wbg_respond_e7e53102735b2ae2: function() { return handleError(function (arg0, arg1) {
|
|
1776
1768
|
arg0.respond(arg1 >>> 0);
|
|
1777
1769
|
}, arguments); },
|
|
1778
1770
|
__wbg_setTimeout_30be5552e4410378: function(arg0, arg1) {
|
|
@@ -1787,114 +1779,114 @@ function __wbg_get_imports() {
|
|
|
1787
1779
|
const ret = setTimeout(arg0, arg1);
|
|
1788
1780
|
return ret;
|
|
1789
1781
|
},
|
|
1790
|
-
|
|
1782
|
+
__wbg_set_5337f8ac82364a3f: function() { return handleError(function (arg0, arg1, arg2) {
|
|
1791
1783
|
const ret = Reflect.set(arg0, arg1, arg2);
|
|
1792
1784
|
return ret;
|
|
1793
1785
|
}, arguments); },
|
|
1794
|
-
|
|
1786
|
+
__wbg_set_6be42768c690e380: function(arg0, arg1, arg2) {
|
|
1787
|
+
arg0[arg1] = arg2;
|
|
1788
|
+
},
|
|
1789
|
+
__wbg_set_82f7a370f604db70: function(arg0, arg1, arg2) {
|
|
1790
|
+
const ret = arg0.set(arg1, arg2);
|
|
1791
|
+
return ret;
|
|
1792
|
+
},
|
|
1793
|
+
__wbg_set_959f043b9152efeb: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4) {
|
|
1795
1794
|
arg0.set(getStringFromWasm0(arg1, arg2), getStringFromWasm0(arg3, arg4));
|
|
1796
1795
|
}, arguments); },
|
|
1797
|
-
|
|
1798
|
-
arg0[arg1 >>> 0] = arg2;
|
|
1799
|
-
},
|
|
1800
|
-
__wbg_set_3d484eb794afec82: function(arg0, arg1, arg2) {
|
|
1796
|
+
__wbg_set_b0d9dc239ecdb765: function(arg0, arg1, arg2) {
|
|
1801
1797
|
arg0.set(getArrayU8FromWasm0(arg1, arg2));
|
|
1802
1798
|
},
|
|
1803
|
-
|
|
1804
|
-
arg0[arg1] = arg2;
|
|
1805
|
-
},
|
|
1806
|
-
__wbg_set_body_be11680f34217f75: function(arg0, arg1) {
|
|
1799
|
+
__wbg_set_body_aaff4f5f9991f342: function(arg0, arg1) {
|
|
1807
1800
|
arg0.body = arg1;
|
|
1808
1801
|
},
|
|
1809
|
-
|
|
1802
|
+
__wbg_set_cache_d1f2b7b4dfa39317: function(arg0, arg1) {
|
|
1810
1803
|
arg0.cache = __wbindgen_enum_RequestCache[arg1];
|
|
1811
1804
|
},
|
|
1812
|
-
|
|
1805
|
+
__wbg_set_credentials_f31e4d30b974ce14: function(arg0, arg1) {
|
|
1813
1806
|
arg0.credentials = __wbindgen_enum_RequestCredentials[arg1];
|
|
1814
1807
|
},
|
|
1815
|
-
|
|
1816
|
-
|
|
1817
|
-
return ret;
|
|
1808
|
+
__wbg_set_f614f6a0608d1d1d: function(arg0, arg1, arg2) {
|
|
1809
|
+
arg0[arg1 >>> 0] = arg2;
|
|
1818
1810
|
},
|
|
1819
|
-
|
|
1811
|
+
__wbg_set_headers_ae96049ea40e9eef: function(arg0, arg1) {
|
|
1820
1812
|
arg0.headers = arg1;
|
|
1821
1813
|
},
|
|
1822
|
-
|
|
1814
|
+
__wbg_set_integrity_e20206ae8869d3fd: function(arg0, arg1, arg2) {
|
|
1823
1815
|
arg0.integrity = getStringFromWasm0(arg1, arg2);
|
|
1824
1816
|
},
|
|
1825
|
-
|
|
1817
|
+
__wbg_set_method_0eea8a5597775fa1: function(arg0, arg1, arg2) {
|
|
1826
1818
|
arg0.method = getStringFromWasm0(arg1, arg2);
|
|
1827
1819
|
},
|
|
1828
|
-
|
|
1820
|
+
__wbg_set_mode_9fe47bff60a1580d: function(arg0, arg1) {
|
|
1829
1821
|
arg0.mode = __wbindgen_enum_RequestMode[arg1];
|
|
1830
1822
|
},
|
|
1831
|
-
|
|
1823
|
+
__wbg_set_redirect_d59447760eb3129d: function(arg0, arg1) {
|
|
1832
1824
|
arg0.redirect = __wbindgen_enum_RequestRedirect[arg1];
|
|
1833
1825
|
},
|
|
1834
|
-
|
|
1826
|
+
__wbg_set_referrer_d0e5dc091bbc9f75: function(arg0, arg1, arg2) {
|
|
1835
1827
|
arg0.referrer = getStringFromWasm0(arg1, arg2);
|
|
1836
1828
|
},
|
|
1837
|
-
|
|
1829
|
+
__wbg_set_referrer_policy_5afdd37afd73c769: function(arg0, arg1) {
|
|
1838
1830
|
arg0.referrerPolicy = __wbindgen_enum_ReferrerPolicy[arg1];
|
|
1839
1831
|
},
|
|
1840
|
-
|
|
1832
|
+
__wbg_set_signal_8c5cf4c3b27bd8a8: function(arg0, arg1) {
|
|
1841
1833
|
arg0.signal = arg1;
|
|
1842
1834
|
},
|
|
1843
|
-
|
|
1835
|
+
__wbg_signal_4643ce883b92b553: function(arg0) {
|
|
1844
1836
|
const ret = arg0.signal;
|
|
1845
1837
|
return ret;
|
|
1846
1838
|
},
|
|
1847
|
-
|
|
1848
|
-
const ret = typeof
|
|
1839
|
+
__wbg_static_accessor_GLOBAL_THIS_1c7f1bd6c6941fdb: function() {
|
|
1840
|
+
const ret = typeof globalThis === 'undefined' ? null : globalThis;
|
|
1849
1841
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
1850
1842
|
},
|
|
1851
|
-
|
|
1852
|
-
const ret = typeof
|
|
1843
|
+
__wbg_static_accessor_GLOBAL_e039bc914f83e74e: function() {
|
|
1844
|
+
const ret = typeof global === 'undefined' ? null : global;
|
|
1853
1845
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
1854
1846
|
},
|
|
1855
|
-
|
|
1847
|
+
__wbg_static_accessor_SELF_8bf8c48c28420ad5: function() {
|
|
1856
1848
|
const ret = typeof self === 'undefined' ? null : self;
|
|
1857
1849
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
1858
1850
|
},
|
|
1859
|
-
|
|
1851
|
+
__wbg_static_accessor_WINDOW_6aeee9b51652ee0f: function() {
|
|
1860
1852
|
const ret = typeof window === 'undefined' ? null : window;
|
|
1861
1853
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
1862
1854
|
},
|
|
1863
|
-
|
|
1855
|
+
__wbg_status_157e67ab07d01f8a: function(arg0) {
|
|
1864
1856
|
const ret = arg0.status;
|
|
1865
1857
|
return ret;
|
|
1866
1858
|
},
|
|
1867
|
-
|
|
1859
|
+
__wbg_subarray_fbe3cef290e1fa43: function(arg0, arg1, arg2) {
|
|
1868
1860
|
const ret = arg0.subarray(arg1 >>> 0, arg2 >>> 0);
|
|
1869
1861
|
return ret;
|
|
1870
1862
|
},
|
|
1871
|
-
|
|
1863
|
+
__wbg_text_de416916b5c06490: function() { return handleError(function (arg0) {
|
|
1872
1864
|
const ret = arg0.text();
|
|
1873
1865
|
return ret;
|
|
1874
1866
|
}, arguments); },
|
|
1875
|
-
|
|
1876
|
-
const ret = arg0.then(arg1
|
|
1867
|
+
__wbg_then_20a157d939b514f5: function(arg0, arg1) {
|
|
1868
|
+
const ret = arg0.then(arg1);
|
|
1877
1869
|
return ret;
|
|
1878
1870
|
},
|
|
1879
|
-
|
|
1880
|
-
const ret = arg0.then(arg1);
|
|
1871
|
+
__wbg_then_5ef9b762bc91555c: function(arg0, arg1, arg2) {
|
|
1872
|
+
const ret = arg0.then(arg1, arg2);
|
|
1881
1873
|
return ret;
|
|
1882
1874
|
},
|
|
1883
|
-
|
|
1875
|
+
__wbg_toString_9ae74d2321992740: function(arg0) {
|
|
1884
1876
|
const ret = arg0.toString();
|
|
1885
1877
|
return ret;
|
|
1886
1878
|
},
|
|
1887
|
-
|
|
1879
|
+
__wbg_trace_0f27806f6c520c74: function(arg0) {
|
|
1888
1880
|
console.trace(...arg0);
|
|
1889
1881
|
},
|
|
1890
|
-
|
|
1882
|
+
__wbg_url_a0e994e7d0317efc: function(arg0, arg1) {
|
|
1891
1883
|
const ret = arg1.url;
|
|
1892
1884
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
1893
1885
|
const len1 = WASM_VECTOR_LEN;
|
|
1894
1886
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
1895
1887
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
1896
1888
|
},
|
|
1897
|
-
|
|
1889
|
+
__wbg_value_f852716acdeb3e82: function(arg0) {
|
|
1898
1890
|
const ret = arg0.value;
|
|
1899
1891
|
return ret;
|
|
1900
1892
|
},
|
|
@@ -1902,36 +1894,36 @@ function __wbg_get_imports() {
|
|
|
1902
1894
|
const ret = arg0.versions;
|
|
1903
1895
|
return ret;
|
|
1904
1896
|
},
|
|
1905
|
-
|
|
1897
|
+
__wbg_view_16bd97d49793e1a9: function(arg0) {
|
|
1906
1898
|
const ret = arg0.view;
|
|
1907
1899
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
1908
1900
|
},
|
|
1909
|
-
|
|
1901
|
+
__wbg_warn_eb956ecd3c97a450: function(arg0) {
|
|
1910
1902
|
console.warn(...arg0);
|
|
1911
1903
|
},
|
|
1912
1904
|
__wbindgen_cast_0000000000000001: function(arg0, arg1) {
|
|
1913
|
-
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [Externref], shim_idx:
|
|
1914
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
1905
|
+
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [Externref], shim_idx: 2195, ret: Result(Unit), inner_ret: Some(Result(Unit)) }, mutable: true }) -> Externref`.
|
|
1906
|
+
const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__h122aa852e025a273);
|
|
1915
1907
|
return ret;
|
|
1916
1908
|
},
|
|
1917
1909
|
__wbindgen_cast_0000000000000002: function(arg0, arg1) {
|
|
1918
|
-
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [Externref], shim_idx:
|
|
1919
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
1910
|
+
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [Externref], shim_idx: 630, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
1911
|
+
const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__hd100e35fa7d3225c);
|
|
1920
1912
|
return ret;
|
|
1921
1913
|
},
|
|
1922
1914
|
__wbindgen_cast_0000000000000003: function(arg0, arg1) {
|
|
1923
|
-
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [], shim_idx:
|
|
1924
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
1915
|
+
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [], shim_idx: 541, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
1916
|
+
const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__h461784cf6dfc2afa);
|
|
1925
1917
|
return ret;
|
|
1926
1918
|
},
|
|
1927
1919
|
__wbindgen_cast_0000000000000004: function(arg0, arg1) {
|
|
1928
|
-
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [], shim_idx:
|
|
1929
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
1920
|
+
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [], shim_idx: 586, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
1921
|
+
const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__h057874c537728a90);
|
|
1930
1922
|
return ret;
|
|
1931
1923
|
},
|
|
1932
1924
|
__wbindgen_cast_0000000000000005: function(arg0, arg1) {
|
|
1933
|
-
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [], shim_idx:
|
|
1934
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
1925
|
+
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [], shim_idx: 744, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
1926
|
+
const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__hc5f2b2e319a50b97);
|
|
1935
1927
|
return ret;
|
|
1936
1928
|
},
|
|
1937
1929
|
__wbindgen_cast_0000000000000006: function(arg0) {
|
|
@@ -1975,31 +1967,31 @@ function __wbg_get_imports() {
|
|
|
1975
1967
|
};
|
|
1976
1968
|
}
|
|
1977
1969
|
|
|
1978
|
-
function
|
|
1979
|
-
wasm.
|
|
1970
|
+
function wasm_bindgen__convert__closures_____invoke__h461784cf6dfc2afa(arg0, arg1) {
|
|
1971
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h461784cf6dfc2afa(arg0, arg1);
|
|
1980
1972
|
}
|
|
1981
1973
|
|
|
1982
|
-
function
|
|
1983
|
-
wasm.
|
|
1974
|
+
function wasm_bindgen__convert__closures_____invoke__h057874c537728a90(arg0, arg1) {
|
|
1975
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h057874c537728a90(arg0, arg1);
|
|
1984
1976
|
}
|
|
1985
1977
|
|
|
1986
|
-
function
|
|
1987
|
-
wasm.
|
|
1978
|
+
function wasm_bindgen__convert__closures_____invoke__hc5f2b2e319a50b97(arg0, arg1) {
|
|
1979
|
+
wasm.wasm_bindgen__convert__closures_____invoke__hc5f2b2e319a50b97(arg0, arg1);
|
|
1988
1980
|
}
|
|
1989
1981
|
|
|
1990
|
-
function
|
|
1991
|
-
wasm.
|
|
1982
|
+
function wasm_bindgen__convert__closures_____invoke__hd100e35fa7d3225c(arg0, arg1, arg2) {
|
|
1983
|
+
wasm.wasm_bindgen__convert__closures_____invoke__hd100e35fa7d3225c(arg0, arg1, arg2);
|
|
1992
1984
|
}
|
|
1993
1985
|
|
|
1994
|
-
function
|
|
1995
|
-
const ret = wasm.
|
|
1986
|
+
function wasm_bindgen__convert__closures_____invoke__h122aa852e025a273(arg0, arg1, arg2) {
|
|
1987
|
+
const ret = wasm.wasm_bindgen__convert__closures_____invoke__h122aa852e025a273(arg0, arg1, arg2);
|
|
1996
1988
|
if (ret[1]) {
|
|
1997
1989
|
throw takeFromExternrefTable0(ret[0]);
|
|
1998
1990
|
}
|
|
1999
1991
|
}
|
|
2000
1992
|
|
|
2001
|
-
function
|
|
2002
|
-
wasm.
|
|
1993
|
+
function wasm_bindgen__convert__closures_____invoke__h1aa6bfccca23b638(arg0, arg1, arg2, arg3) {
|
|
1994
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h1aa6bfccca23b638(arg0, arg1, arg2, arg3);
|
|
2003
1995
|
}
|
|
2004
1996
|
|
|
2005
1997
|
|
|
@@ -2021,37 +2013,37 @@ const __wbindgen_enum_RequestMode = ["same-origin", "no-cors", "cors", "navigate
|
|
|
2021
2013
|
const __wbindgen_enum_RequestRedirect = ["follow", "error", "manual"];
|
|
2022
2014
|
const AuthorizeResultFinalization = (typeof FinalizationRegistry === 'undefined')
|
|
2023
2015
|
? { register: () => {}, unregister: () => {} }
|
|
2024
|
-
: new FinalizationRegistry(ptr => wasm.__wbg_authorizeresult_free(ptr
|
|
2016
|
+
: new FinalizationRegistry(ptr => wasm.__wbg_authorizeresult_free(ptr, 1));
|
|
2025
2017
|
const AuthorizeResultResponseFinalization = (typeof FinalizationRegistry === 'undefined')
|
|
2026
2018
|
? { register: () => {}, unregister: () => {} }
|
|
2027
|
-
: new FinalizationRegistry(ptr => wasm.__wbg_authorizeresultresponse_free(ptr
|
|
2019
|
+
: new FinalizationRegistry(ptr => wasm.__wbg_authorizeresultresponse_free(ptr, 1));
|
|
2028
2020
|
const CedarlingFinalization = (typeof FinalizationRegistry === 'undefined')
|
|
2029
2021
|
? { register: () => {}, unregister: () => {} }
|
|
2030
|
-
: new FinalizationRegistry(ptr => wasm.__wbg_cedarling_free(ptr
|
|
2022
|
+
: new FinalizationRegistry(ptr => wasm.__wbg_cedarling_free(ptr, 1));
|
|
2031
2023
|
const DataEntryFinalization = (typeof FinalizationRegistry === 'undefined')
|
|
2032
2024
|
? { register: () => {}, unregister: () => {} }
|
|
2033
|
-
: new FinalizationRegistry(ptr => wasm.__wbg_dataentry_free(ptr
|
|
2025
|
+
: new FinalizationRegistry(ptr => wasm.__wbg_dataentry_free(ptr, 1));
|
|
2034
2026
|
const DataStoreStatsFinalization = (typeof FinalizationRegistry === 'undefined')
|
|
2035
2027
|
? { register: () => {}, unregister: () => {} }
|
|
2036
|
-
: new FinalizationRegistry(ptr => wasm.__wbg_datastorestats_free(ptr
|
|
2028
|
+
: new FinalizationRegistry(ptr => wasm.__wbg_datastorestats_free(ptr, 1));
|
|
2037
2029
|
const DiagnosticsFinalization = (typeof FinalizationRegistry === 'undefined')
|
|
2038
2030
|
? { register: () => {}, unregister: () => {} }
|
|
2039
|
-
: new FinalizationRegistry(ptr => wasm.__wbg_diagnostics_free(ptr
|
|
2031
|
+
: new FinalizationRegistry(ptr => wasm.__wbg_diagnostics_free(ptr, 1));
|
|
2040
2032
|
const IntoUnderlyingByteSourceFinalization = (typeof FinalizationRegistry === 'undefined')
|
|
2041
2033
|
? { register: () => {}, unregister: () => {} }
|
|
2042
|
-
: new FinalizationRegistry(ptr => wasm.__wbg_intounderlyingbytesource_free(ptr
|
|
2034
|
+
: new FinalizationRegistry(ptr => wasm.__wbg_intounderlyingbytesource_free(ptr, 1));
|
|
2043
2035
|
const IntoUnderlyingSinkFinalization = (typeof FinalizationRegistry === 'undefined')
|
|
2044
2036
|
? { register: () => {}, unregister: () => {} }
|
|
2045
|
-
: new FinalizationRegistry(ptr => wasm.__wbg_intounderlyingsink_free(ptr
|
|
2037
|
+
: new FinalizationRegistry(ptr => wasm.__wbg_intounderlyingsink_free(ptr, 1));
|
|
2046
2038
|
const IntoUnderlyingSourceFinalization = (typeof FinalizationRegistry === 'undefined')
|
|
2047
2039
|
? { register: () => {}, unregister: () => {} }
|
|
2048
|
-
: new FinalizationRegistry(ptr => wasm.__wbg_intounderlyingsource_free(ptr
|
|
2040
|
+
: new FinalizationRegistry(ptr => wasm.__wbg_intounderlyingsource_free(ptr, 1));
|
|
2049
2041
|
const MultiIssuerAuthorizeResultFinalization = (typeof FinalizationRegistry === 'undefined')
|
|
2050
2042
|
? { register: () => {}, unregister: () => {} }
|
|
2051
|
-
: new FinalizationRegistry(ptr => wasm.__wbg_multiissuerauthorizeresult_free(ptr
|
|
2043
|
+
: new FinalizationRegistry(ptr => wasm.__wbg_multiissuerauthorizeresult_free(ptr, 1));
|
|
2052
2044
|
const PolicyEvaluationErrorFinalization = (typeof FinalizationRegistry === 'undefined')
|
|
2053
2045
|
? { register: () => {}, unregister: () => {} }
|
|
2054
|
-
: new FinalizationRegistry(ptr => wasm.__wbg_policyevaluationerror_free(ptr
|
|
2046
|
+
: new FinalizationRegistry(ptr => wasm.__wbg_policyevaluationerror_free(ptr, 1));
|
|
2055
2047
|
|
|
2056
2048
|
function addToExternrefTable0(obj) {
|
|
2057
2049
|
const idx = wasm.__externref_table_alloc();
|
|
@@ -2159,8 +2151,7 @@ function getDataViewMemory0() {
|
|
|
2159
2151
|
}
|
|
2160
2152
|
|
|
2161
2153
|
function getStringFromWasm0(ptr, len) {
|
|
2162
|
-
|
|
2163
|
-
return decodeText(ptr, len);
|
|
2154
|
+
return decodeText(ptr >>> 0, len);
|
|
2164
2155
|
}
|
|
2165
2156
|
|
|
2166
2157
|
let cachedUint8ArrayMemory0 = null;
|
|
@@ -2279,5 +2270,6 @@ let WASM_VECTOR_LEN = 0;
|
|
|
2279
2270
|
const wasmPath = `${__dirname}/cedarling_wasm_bg.wasm`;
|
|
2280
2271
|
const wasmBytes = require('fs').readFileSync(wasmPath);
|
|
2281
2272
|
const wasmModule = new WebAssembly.Module(wasmBytes);
|
|
2282
|
-
let
|
|
2273
|
+
let wasmInstance = new WebAssembly.Instance(wasmModule, __wbg_get_imports());
|
|
2274
|
+
let wasm = wasmInstance.exports;
|
|
2283
2275
|
wasm.__wbindgen_start();
|
package/cedarling_wasm_bg.wasm
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@janssenproject/cedarling_wasm",
|
|
3
3
|
"description": "The Cedarling is a performant local authorization service that runs the Rust Cedar Engine",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.386-nodejs",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|