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