@janssenproject/cedarling_wasm 0.0.398-nodejs → 0.0.399-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.d.ts +1 -1
- package/cedarling_wasm.js +169 -169
- package/cedarling_wasm_bg.wasm +0 -0
- package/package.json +1 -1
package/cedarling_wasm.d.ts
CHANGED
package/cedarling_wasm.js
CHANGED
|
@@ -1293,72 +1293,72 @@ exports.init_from_archive_bytes = init_from_archive_bytes;
|
|
|
1293
1293
|
function __wbg_get_imports() {
|
|
1294
1294
|
const import0 = {
|
|
1295
1295
|
__proto__: null,
|
|
1296
|
-
|
|
1296
|
+
__wbg_Error_bce6d499ff0a4aff: function(arg0, arg1) {
|
|
1297
1297
|
const ret = Error(getStringFromWasm0(arg0, arg1));
|
|
1298
1298
|
return ret;
|
|
1299
1299
|
},
|
|
1300
|
-
|
|
1300
|
+
__wbg_Number_b7972a139bfbfdf0: function(arg0) {
|
|
1301
1301
|
const ret = Number(arg0);
|
|
1302
1302
|
return ret;
|
|
1303
1303
|
},
|
|
1304
|
-
|
|
1304
|
+
__wbg___wbindgen_bigint_get_as_i64_410e28c7b761ad83: function(arg0, arg1) {
|
|
1305
1305
|
const v = arg1;
|
|
1306
1306
|
const ret = typeof(v) === 'bigint' ? v : undefined;
|
|
1307
1307
|
getDataViewMemory0().setBigInt64(arg0 + 8 * 1, isLikeNone(ret) ? BigInt(0) : ret, true);
|
|
1308
1308
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, !isLikeNone(ret), true);
|
|
1309
1309
|
},
|
|
1310
|
-
|
|
1310
|
+
__wbg___wbindgen_boolean_get_2304fb8c853028c8: function(arg0) {
|
|
1311
1311
|
const v = arg0;
|
|
1312
1312
|
const ret = typeof(v) === 'boolean' ? v : undefined;
|
|
1313
1313
|
return isLikeNone(ret) ? 0xFFFFFF : ret ? 1 : 0;
|
|
1314
1314
|
},
|
|
1315
|
-
|
|
1315
|
+
__wbg___wbindgen_debug_string_edece8177ad01481: function(arg0, arg1) {
|
|
1316
1316
|
const ret = debugString(arg1);
|
|
1317
1317
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
1318
1318
|
const len1 = WASM_VECTOR_LEN;
|
|
1319
1319
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
1320
1320
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
1321
1321
|
},
|
|
1322
|
-
|
|
1322
|
+
__wbg___wbindgen_in_07056af4f902c445: function(arg0, arg1) {
|
|
1323
1323
|
const ret = arg0 in arg1;
|
|
1324
1324
|
return ret;
|
|
1325
1325
|
},
|
|
1326
|
-
|
|
1326
|
+
__wbg___wbindgen_is_bigint_aeae3893f30ed54e: function(arg0) {
|
|
1327
1327
|
const ret = typeof(arg0) === 'bigint';
|
|
1328
1328
|
return ret;
|
|
1329
1329
|
},
|
|
1330
|
-
|
|
1330
|
+
__wbg___wbindgen_is_function_5cd60d5cf78b4eef: function(arg0) {
|
|
1331
1331
|
const ret = typeof(arg0) === 'function';
|
|
1332
1332
|
return ret;
|
|
1333
1333
|
},
|
|
1334
|
-
|
|
1334
|
+
__wbg___wbindgen_is_object_b4593df85baada48: function(arg0) {
|
|
1335
1335
|
const val = arg0;
|
|
1336
1336
|
const ret = typeof(val) === 'object' && val !== null;
|
|
1337
1337
|
return ret;
|
|
1338
1338
|
},
|
|
1339
|
-
|
|
1339
|
+
__wbg___wbindgen_is_string_dde0fd9020db4434: function(arg0) {
|
|
1340
1340
|
const ret = typeof(arg0) === 'string';
|
|
1341
1341
|
return ret;
|
|
1342
1342
|
},
|
|
1343
|
-
|
|
1343
|
+
__wbg___wbindgen_is_undefined_35bb9f4c7fd651d5: function(arg0) {
|
|
1344
1344
|
const ret = arg0 === undefined;
|
|
1345
1345
|
return ret;
|
|
1346
1346
|
},
|
|
1347
|
-
|
|
1347
|
+
__wbg___wbindgen_jsval_eq_c0ed08b3e0f393b9: function(arg0, arg1) {
|
|
1348
1348
|
const ret = arg0 === arg1;
|
|
1349
1349
|
return ret;
|
|
1350
1350
|
},
|
|
1351
|
-
|
|
1351
|
+
__wbg___wbindgen_jsval_loose_eq_0ad77b7717db155c: function(arg0, arg1) {
|
|
1352
1352
|
const ret = arg0 == arg1;
|
|
1353
1353
|
return ret;
|
|
1354
1354
|
},
|
|
1355
|
-
|
|
1355
|
+
__wbg___wbindgen_number_get_f73a1244370fcc2c: function(arg0, arg1) {
|
|
1356
1356
|
const obj = arg1;
|
|
1357
1357
|
const ret = typeof(obj) === 'number' ? obj : undefined;
|
|
1358
1358
|
getDataViewMemory0().setFloat64(arg0 + 8 * 1, isLikeNone(ret) ? 0 : ret, true);
|
|
1359
1359
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, !isLikeNone(ret), true);
|
|
1360
1360
|
},
|
|
1361
|
-
|
|
1361
|
+
__wbg___wbindgen_string_get_d109740c0d18f4d7: function(arg0, arg1) {
|
|
1362
1362
|
const obj = arg1;
|
|
1363
1363
|
const ret = typeof(obj) === 'string' ? obj : undefined;
|
|
1364
1364
|
var ptr1 = isLikeNone(ret) ? 0 : passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
@@ -1366,22 +1366,22 @@ function __wbg_get_imports() {
|
|
|
1366
1366
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
1367
1367
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
1368
1368
|
},
|
|
1369
|
-
|
|
1369
|
+
__wbg___wbindgen_throw_9c31b086c2b26051: function(arg0, arg1) {
|
|
1370
1370
|
throw new Error(getStringFromWasm0(arg0, arg1));
|
|
1371
1371
|
},
|
|
1372
|
-
|
|
1372
|
+
__wbg__wbg_cb_unref_3fa391f3fcdb55f8: function(arg0) {
|
|
1373
1373
|
arg0._wbg_cb_unref();
|
|
1374
1374
|
},
|
|
1375
|
-
|
|
1375
|
+
__wbg_abort_89f7368e16055f5f: function(arg0, arg1) {
|
|
1376
1376
|
arg0.abort(arg1);
|
|
1377
1377
|
},
|
|
1378
|
-
|
|
1378
|
+
__wbg_abort_b363e6285472a358: function(arg0) {
|
|
1379
1379
|
arg0.abort();
|
|
1380
1380
|
},
|
|
1381
|
-
|
|
1381
|
+
__wbg_append_263958599fd198c1: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4) {
|
|
1382
1382
|
arg0.append(getStringFromWasm0(arg1, arg2), getStringFromWasm0(arg3, arg4));
|
|
1383
1383
|
}, arguments); },
|
|
1384
|
-
|
|
1384
|
+
__wbg_arrayBuffer_cb5d4748b5f3cad5: function() { return handleError(function (arg0) {
|
|
1385
1385
|
const ret = arg0.arrayBuffer();
|
|
1386
1386
|
return ret;
|
|
1387
1387
|
}, arguments); },
|
|
@@ -1389,39 +1389,39 @@ function __wbg_get_imports() {
|
|
|
1389
1389
|
const ret = AuthorizeResult.__wrap(arg0);
|
|
1390
1390
|
return ret;
|
|
1391
1391
|
},
|
|
1392
|
-
|
|
1392
|
+
__wbg_body_acbb5ec9cd18657f: function(arg0) {
|
|
1393
1393
|
const ret = arg0.body;
|
|
1394
1394
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
1395
1395
|
},
|
|
1396
|
-
|
|
1396
|
+
__wbg_buffer_8d6798e32d1afd34: function(arg0) {
|
|
1397
1397
|
const ret = arg0.buffer;
|
|
1398
1398
|
return ret;
|
|
1399
1399
|
},
|
|
1400
|
-
|
|
1400
|
+
__wbg_byobRequest_9d8c3b7b2f692560: function(arg0) {
|
|
1401
1401
|
const ret = arg0.byobRequest;
|
|
1402
1402
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
1403
1403
|
},
|
|
1404
|
-
|
|
1404
|
+
__wbg_byteLength_c0cecdd68fab1693: function(arg0) {
|
|
1405
1405
|
const ret = arg0.byteLength;
|
|
1406
1406
|
return ret;
|
|
1407
1407
|
},
|
|
1408
|
-
|
|
1408
|
+
__wbg_byteOffset_3791b0030cc3b490: function(arg0) {
|
|
1409
1409
|
const ret = arg0.byteOffset;
|
|
1410
1410
|
return ret;
|
|
1411
1411
|
},
|
|
1412
|
-
|
|
1413
|
-
const ret = arg0.call(arg1
|
|
1412
|
+
__wbg_call_13665d9f14390edc: function() { return handleError(function (arg0, arg1) {
|
|
1413
|
+
const ret = arg0.call(arg1);
|
|
1414
1414
|
return ret;
|
|
1415
1415
|
}, arguments); },
|
|
1416
|
-
|
|
1417
|
-
const ret = arg0.call(arg1);
|
|
1416
|
+
__wbg_call_dfde26266607c996: function() { return handleError(function (arg0, arg1, arg2) {
|
|
1417
|
+
const ret = arg0.call(arg1, arg2);
|
|
1418
1418
|
return ret;
|
|
1419
1419
|
}, arguments); },
|
|
1420
|
-
|
|
1420
|
+
__wbg_cancel_bee68d5707c614fb: function(arg0) {
|
|
1421
1421
|
const ret = arg0.cancel();
|
|
1422
1422
|
return ret;
|
|
1423
1423
|
},
|
|
1424
|
-
|
|
1424
|
+
__wbg_catch_ec5061a695c26496: function(arg0, arg1) {
|
|
1425
1425
|
const ret = arg0.catch(arg1);
|
|
1426
1426
|
return ret;
|
|
1427
1427
|
},
|
|
@@ -1441,10 +1441,10 @@ function __wbg_get_imports() {
|
|
|
1441
1441
|
const ret = clearTimeout(arg0);
|
|
1442
1442
|
return ret;
|
|
1443
1443
|
},
|
|
1444
|
-
|
|
1444
|
+
__wbg_close_53179a3d37ed525d: function() { return handleError(function (arg0) {
|
|
1445
1445
|
arg0.close();
|
|
1446
1446
|
}, arguments); },
|
|
1447
|
-
|
|
1447
|
+
__wbg_close_807d553ef8405788: function() { return handleError(function (arg0) {
|
|
1448
1448
|
arg0.close();
|
|
1449
1449
|
}, arguments); },
|
|
1450
1450
|
__wbg_crypto_38df2bab126b63dc: function(arg0) {
|
|
@@ -1455,32 +1455,32 @@ function __wbg_get_imports() {
|
|
|
1455
1455
|
const ret = DataEntry.__wrap(arg0);
|
|
1456
1456
|
return ret;
|
|
1457
1457
|
},
|
|
1458
|
-
|
|
1458
|
+
__wbg_debug_cca59db2c0a1b2cb: function(arg0) {
|
|
1459
1459
|
console.debug(...arg0);
|
|
1460
1460
|
},
|
|
1461
|
-
|
|
1461
|
+
__wbg_done_54b8da57023b7ed2: function(arg0) {
|
|
1462
1462
|
const ret = arg0.done;
|
|
1463
1463
|
return ret;
|
|
1464
1464
|
},
|
|
1465
|
-
|
|
1465
|
+
__wbg_enqueue_c3ce0a986a355a8c: function() { return handleError(function (arg0, arg1) {
|
|
1466
1466
|
arg0.enqueue(arg1);
|
|
1467
1467
|
}, arguments); },
|
|
1468
|
-
|
|
1469
|
-
const ret =
|
|
1468
|
+
__wbg_entries_564a7e8b1e54ede5: function(arg0) {
|
|
1469
|
+
const ret = Object.entries(arg0);
|
|
1470
1470
|
return ret;
|
|
1471
1471
|
},
|
|
1472
|
-
|
|
1472
|
+
__wbg_entries_8c373da97ea5ada5: function(arg0) {
|
|
1473
1473
|
const ret = arg0.entries();
|
|
1474
1474
|
return ret;
|
|
1475
1475
|
},
|
|
1476
|
-
|
|
1477
|
-
const ret =
|
|
1476
|
+
__wbg_entries_c5ae2149eef72ab2: function(arg0) {
|
|
1477
|
+
const ret = arg0.entries();
|
|
1478
1478
|
return ret;
|
|
1479
1479
|
},
|
|
1480
|
-
|
|
1480
|
+
__wbg_error_59b1aae72f5a6ab5: function(arg0) {
|
|
1481
1481
|
console.error(...arg0);
|
|
1482
1482
|
},
|
|
1483
|
-
|
|
1483
|
+
__wbg_fetch_2998af8c54e0997c: function(arg0, arg1) {
|
|
1484
1484
|
const ret = arg0.fetch(arg1);
|
|
1485
1485
|
return ret;
|
|
1486
1486
|
},
|
|
@@ -1488,7 +1488,7 @@ function __wbg_get_imports() {
|
|
|
1488
1488
|
const ret = fetch(arg0, arg1);
|
|
1489
1489
|
return ret;
|
|
1490
1490
|
},
|
|
1491
|
-
|
|
1491
|
+
__wbg_fetch_7bedf02f4d284391: function(arg0, arg1, arg2) {
|
|
1492
1492
|
const ret = arg0.fetch(arg1, arg2);
|
|
1493
1493
|
return ret;
|
|
1494
1494
|
},
|
|
@@ -1496,7 +1496,7 @@ function __wbg_get_imports() {
|
|
|
1496
1496
|
const ret = fetch(arg0);
|
|
1497
1497
|
return ret;
|
|
1498
1498
|
},
|
|
1499
|
-
|
|
1499
|
+
__wbg_fromEntries_f989b39123797069: function() { return handleError(function (arg0) {
|
|
1500
1500
|
const ret = Object.fromEntries(arg0);
|
|
1501
1501
|
return ret;
|
|
1502
1502
|
}, arguments); },
|
|
@@ -1510,35 +1510,35 @@ function __wbg_get_imports() {
|
|
|
1510
1510
|
const ret = arg0.getReader();
|
|
1511
1511
|
return ret;
|
|
1512
1512
|
}, arguments); },
|
|
1513
|
-
|
|
1513
|
+
__wbg_getTime_09f1dd40a44edb30: function(arg0) {
|
|
1514
1514
|
const ret = arg0.getTime();
|
|
1515
1515
|
return ret;
|
|
1516
1516
|
},
|
|
1517
|
-
|
|
1517
|
+
__wbg_getTimezoneOffset_96cfb6ddebc9e5ca: function(arg0) {
|
|
1518
1518
|
const ret = arg0.getTimezoneOffset();
|
|
1519
1519
|
return ret;
|
|
1520
1520
|
},
|
|
1521
|
-
|
|
1521
|
+
__wbg_get_3e9a707ab7d352eb: function() { return handleError(function (arg0, arg1) {
|
|
1522
1522
|
const ret = Reflect.get(arg0, arg1);
|
|
1523
1523
|
return ret;
|
|
1524
1524
|
}, arguments); },
|
|
1525
|
-
|
|
1525
|
+
__wbg_get_98fdf51d029a75eb: function(arg0, arg1) {
|
|
1526
1526
|
const ret = arg0[arg1 >>> 0];
|
|
1527
1527
|
return ret;
|
|
1528
1528
|
},
|
|
1529
|
-
|
|
1529
|
+
__wbg_get_dcf82ab8aad1a593: function() { return handleError(function (arg0, arg1) {
|
|
1530
1530
|
const ret = Reflect.get(arg0, arg1);
|
|
1531
1531
|
return ret;
|
|
1532
1532
|
}, arguments); },
|
|
1533
|
-
|
|
1533
|
+
__wbg_get_done_06210bfbda89c407: function(arg0) {
|
|
1534
1534
|
const ret = arg0.done;
|
|
1535
1535
|
return isLikeNone(ret) ? 0xFFFFFF : ret ? 1 : 0;
|
|
1536
1536
|
},
|
|
1537
|
-
|
|
1537
|
+
__wbg_get_unchecked_1dfe6d05ad91d9b7: function(arg0, arg1) {
|
|
1538
1538
|
const ret = arg0[arg1 >>> 0];
|
|
1539
1539
|
return ret;
|
|
1540
1540
|
},
|
|
1541
|
-
|
|
1541
|
+
__wbg_get_value_31eb9abef97d98cb: function(arg0) {
|
|
1542
1542
|
const ret = arg0.value;
|
|
1543
1543
|
return ret;
|
|
1544
1544
|
},
|
|
@@ -1546,18 +1546,18 @@ function __wbg_get_imports() {
|
|
|
1546
1546
|
const ret = arg0[arg1];
|
|
1547
1547
|
return ret;
|
|
1548
1548
|
},
|
|
1549
|
-
|
|
1549
|
+
__wbg_has_ef192b1f278770eb: function() { return handleError(function (arg0, arg1) {
|
|
1550
1550
|
const ret = Reflect.has(arg0, arg1);
|
|
1551
1551
|
return ret;
|
|
1552
1552
|
}, arguments); },
|
|
1553
|
-
|
|
1553
|
+
__wbg_headers_18f39f24d3837dc1: function(arg0) {
|
|
1554
1554
|
const ret = arg0.headers;
|
|
1555
1555
|
return ret;
|
|
1556
1556
|
},
|
|
1557
|
-
|
|
1557
|
+
__wbg_info_61cb85fc5a4e840f: function(arg0) {
|
|
1558
1558
|
console.info(...arg0);
|
|
1559
1559
|
},
|
|
1560
|
-
|
|
1560
|
+
__wbg_instanceof_ArrayBuffer_53db37b06f6b9afe: function(arg0) {
|
|
1561
1561
|
let result;
|
|
1562
1562
|
try {
|
|
1563
1563
|
result = arg0 instanceof ArrayBuffer;
|
|
@@ -1567,7 +1567,7 @@ function __wbg_get_imports() {
|
|
|
1567
1567
|
const ret = result;
|
|
1568
1568
|
return ret;
|
|
1569
1569
|
},
|
|
1570
|
-
|
|
1570
|
+
__wbg_instanceof_Array_4cdd6aa73814007e: function(arg0) {
|
|
1571
1571
|
let result;
|
|
1572
1572
|
try {
|
|
1573
1573
|
result = arg0 instanceof Array;
|
|
@@ -1577,7 +1577,7 @@ function __wbg_get_imports() {
|
|
|
1577
1577
|
const ret = result;
|
|
1578
1578
|
return ret;
|
|
1579
1579
|
},
|
|
1580
|
-
|
|
1580
|
+
__wbg_instanceof_Map_16f217b9a2a08d8c: function(arg0) {
|
|
1581
1581
|
let result;
|
|
1582
1582
|
try {
|
|
1583
1583
|
result = arg0 instanceof Map;
|
|
@@ -1587,7 +1587,7 @@ function __wbg_get_imports() {
|
|
|
1587
1587
|
const ret = result;
|
|
1588
1588
|
return ret;
|
|
1589
1589
|
},
|
|
1590
|
-
|
|
1590
|
+
__wbg_instanceof_Response_ecfc823e8fb354e2: function(arg0) {
|
|
1591
1591
|
let result;
|
|
1592
1592
|
try {
|
|
1593
1593
|
result = arg0 instanceof Response;
|
|
@@ -1597,7 +1597,7 @@ function __wbg_get_imports() {
|
|
|
1597
1597
|
const ret = result;
|
|
1598
1598
|
return ret;
|
|
1599
1599
|
},
|
|
1600
|
-
|
|
1600
|
+
__wbg_instanceof_Uint8Array_abd07d4bd221d50b: function(arg0) {
|
|
1601
1601
|
let result;
|
|
1602
1602
|
try {
|
|
1603
1603
|
result = arg0 instanceof Uint8Array;
|
|
@@ -1607,31 +1607,31 @@ function __wbg_get_imports() {
|
|
|
1607
1607
|
const ret = result;
|
|
1608
1608
|
return ret;
|
|
1609
1609
|
},
|
|
1610
|
-
|
|
1610
|
+
__wbg_isArray_94898ed3aad6947b: function(arg0) {
|
|
1611
1611
|
const ret = Array.isArray(arg0);
|
|
1612
1612
|
return ret;
|
|
1613
1613
|
},
|
|
1614
|
-
|
|
1614
|
+
__wbg_isSafeInteger_01e964d144ad3a55: function(arg0) {
|
|
1615
1615
|
const ret = Number.isSafeInteger(arg0);
|
|
1616
1616
|
return ret;
|
|
1617
1617
|
},
|
|
1618
|
-
|
|
1618
|
+
__wbg_iterator_1441b47f341dc34f: function() {
|
|
1619
1619
|
const ret = Symbol.iterator;
|
|
1620
1620
|
return ret;
|
|
1621
1621
|
},
|
|
1622
|
-
|
|
1622
|
+
__wbg_keys_682010b680c9b1f8: function(arg0) {
|
|
1623
1623
|
const ret = Object.keys(arg0);
|
|
1624
1624
|
return ret;
|
|
1625
1625
|
},
|
|
1626
|
-
|
|
1626
|
+
__wbg_length_2591a0f4f659a55c: function(arg0) {
|
|
1627
1627
|
const ret = arg0.length;
|
|
1628
1628
|
return ret;
|
|
1629
1629
|
},
|
|
1630
|
-
|
|
1630
|
+
__wbg_length_56fcd3e2b7e0299d: function(arg0) {
|
|
1631
1631
|
const ret = arg0.length;
|
|
1632
1632
|
return ret;
|
|
1633
1633
|
},
|
|
1634
|
-
|
|
1634
|
+
__wbg_log_856a53422828d244: function(arg0) {
|
|
1635
1635
|
console.log(...arg0);
|
|
1636
1636
|
},
|
|
1637
1637
|
__wbg_msCrypto_bd5a034af96bcba6: function(arg0) {
|
|
@@ -1642,54 +1642,54 @@ function __wbg_get_imports() {
|
|
|
1642
1642
|
const ret = MultiIssuerAuthorizeResult.__wrap(arg0);
|
|
1643
1643
|
return ret;
|
|
1644
1644
|
},
|
|
1645
|
-
|
|
1646
|
-
const ret = new
|
|
1645
|
+
__wbg_new_02d162bc6cf02f60: function() {
|
|
1646
|
+
const ret = new Object();
|
|
1647
1647
|
return ret;
|
|
1648
1648
|
},
|
|
1649
|
-
|
|
1650
|
-
const ret = new
|
|
1651
|
-
return ret;
|
|
1652
|
-
}, arguments); },
|
|
1653
|
-
__wbg_new_2fad8ca02fd00684: function() {
|
|
1654
|
-
const ret = new Object();
|
|
1649
|
+
__wbg_new_070df68d66325372: function() {
|
|
1650
|
+
const ret = new Map();
|
|
1655
1651
|
return ret;
|
|
1656
1652
|
},
|
|
1657
|
-
|
|
1658
|
-
const ret = new
|
|
1653
|
+
__wbg_new_0_2722fcdb71a888a6: function() {
|
|
1654
|
+
const ret = new Date();
|
|
1659
1655
|
return ret;
|
|
1660
1656
|
},
|
|
1661
|
-
|
|
1662
|
-
const ret = new
|
|
1657
|
+
__wbg_new_1f236d63ba0c4784: function(arg0, arg1) {
|
|
1658
|
+
const ret = new Error(getStringFromWasm0(arg0, arg1));
|
|
1663
1659
|
return ret;
|
|
1664
1660
|
},
|
|
1665
|
-
|
|
1666
|
-
const ret = new
|
|
1661
|
+
__wbg_new_310879b66b6e95e1: function() {
|
|
1662
|
+
const ret = new Array();
|
|
1667
1663
|
return ret;
|
|
1668
|
-
},
|
|
1669
|
-
|
|
1664
|
+
},
|
|
1665
|
+
__wbg_new_7ddec6de44ff8f5d: function(arg0) {
|
|
1670
1666
|
const ret = new Uint8Array(arg0);
|
|
1671
1667
|
return ret;
|
|
1672
1668
|
},
|
|
1673
|
-
|
|
1669
|
+
__wbg_new_859b9002e2668e82: function(arg0) {
|
|
1674
1670
|
const ret = new Date(arg0);
|
|
1675
1671
|
return ret;
|
|
1676
1672
|
},
|
|
1677
|
-
|
|
1678
|
-
const ret = new
|
|
1673
|
+
__wbg_new_af86d8f14640f1f3: function() { return handleError(function () {
|
|
1674
|
+
const ret = new AbortController();
|
|
1679
1675
|
return ret;
|
|
1680
|
-
},
|
|
1681
|
-
|
|
1676
|
+
}, arguments); },
|
|
1677
|
+
__wbg_new_ee0be486d8f01282: function() { return handleError(function () {
|
|
1678
|
+
const ret = new Headers();
|
|
1679
|
+
return ret;
|
|
1680
|
+
}, arguments); },
|
|
1681
|
+
__wbg_new_from_slice_269e35316ed2d061: function(arg0, arg1) {
|
|
1682
1682
|
const ret = new Uint8Array(getArrayU8FromWasm0(arg0, arg1));
|
|
1683
1683
|
return ret;
|
|
1684
1684
|
},
|
|
1685
|
-
|
|
1685
|
+
__wbg_new_typed_c072c4ce9a2a0cdf: function(arg0, arg1) {
|
|
1686
1686
|
try {
|
|
1687
1687
|
var state0 = {a: arg0, b: arg1};
|
|
1688
1688
|
var cb0 = (arg0, arg1) => {
|
|
1689
1689
|
const a = state0.a;
|
|
1690
1690
|
state0.a = 0;
|
|
1691
1691
|
try {
|
|
1692
|
-
return
|
|
1692
|
+
return wasm_bindgen__convert__closures_____invoke__h03fb46086606eb61(a, state0.b, arg0, arg1);
|
|
1693
1693
|
} finally {
|
|
1694
1694
|
state0.a = a;
|
|
1695
1695
|
}
|
|
@@ -1700,23 +1700,23 @@ function __wbg_get_imports() {
|
|
|
1700
1700
|
state0.a = 0;
|
|
1701
1701
|
}
|
|
1702
1702
|
},
|
|
1703
|
-
|
|
1703
|
+
__wbg_new_with_byte_offset_and_length_a87e79143162d67f: function(arg0, arg1, arg2) {
|
|
1704
1704
|
const ret = new Uint8Array(arg0, arg1 >>> 0, arg2 >>> 0);
|
|
1705
1705
|
return ret;
|
|
1706
1706
|
},
|
|
1707
|
-
|
|
1707
|
+
__wbg_new_with_length_99887c91eae4abab: function(arg0) {
|
|
1708
1708
|
const ret = new Uint8Array(arg0 >>> 0);
|
|
1709
1709
|
return ret;
|
|
1710
1710
|
},
|
|
1711
|
-
|
|
1711
|
+
__wbg_new_with_str_and_init_ffe9977c986ea039: function() { return handleError(function (arg0, arg1, arg2) {
|
|
1712
1712
|
const ret = new Request(getStringFromWasm0(arg0, arg1), arg2);
|
|
1713
1713
|
return ret;
|
|
1714
1714
|
}, arguments); },
|
|
1715
|
-
|
|
1715
|
+
__wbg_next_2a4e19f4f5083b0f: function(arg0) {
|
|
1716
1716
|
const ret = arg0.next;
|
|
1717
1717
|
return ret;
|
|
1718
1718
|
},
|
|
1719
|
-
|
|
1719
|
+
__wbg_next_6429a146bf756f93: function() { return handleError(function (arg0) {
|
|
1720
1720
|
const ret = arg0.next();
|
|
1721
1721
|
return ret;
|
|
1722
1722
|
}, arguments); },
|
|
@@ -1732,39 +1732,39 @@ function __wbg_get_imports() {
|
|
|
1732
1732
|
const ret = arg0.process;
|
|
1733
1733
|
return ret;
|
|
1734
1734
|
},
|
|
1735
|
-
|
|
1735
|
+
__wbg_prototypesetcall_5f9bdc8d75e07276: function(arg0, arg1, arg2) {
|
|
1736
1736
|
Uint8Array.prototype.set.call(getArrayU8FromWasm0(arg0, arg1), arg2);
|
|
1737
1737
|
},
|
|
1738
|
-
|
|
1738
|
+
__wbg_push_b77c476b01548d0a: function(arg0, arg1) {
|
|
1739
1739
|
const ret = arg0.push(arg1);
|
|
1740
1740
|
return ret;
|
|
1741
1741
|
},
|
|
1742
|
-
|
|
1743
|
-
queueMicrotask(arg0);
|
|
1744
|
-
},
|
|
1745
|
-
__wbg_queueMicrotask_74d092439f6494c1: function(arg0) {
|
|
1742
|
+
__wbg_queueMicrotask_78d584b53af520f5: function(arg0) {
|
|
1746
1743
|
const ret = arg0.queueMicrotask;
|
|
1747
1744
|
return ret;
|
|
1748
1745
|
},
|
|
1746
|
+
__wbg_queueMicrotask_b39ea83c7f01971a: function(arg0) {
|
|
1747
|
+
queueMicrotask(arg0);
|
|
1748
|
+
},
|
|
1749
1749
|
__wbg_randomFillSync_6c25eac9869eb53c: function() { return handleError(function (arg0, arg1) {
|
|
1750
1750
|
arg0.randomFillSync(arg1);
|
|
1751
1751
|
}, arguments); },
|
|
1752
|
-
|
|
1752
|
+
__wbg_read_254bf22401498310: function(arg0) {
|
|
1753
1753
|
const ret = arg0.read();
|
|
1754
1754
|
return ret;
|
|
1755
1755
|
},
|
|
1756
|
-
|
|
1756
|
+
__wbg_releaseLock_65f356509fef84ac: function(arg0) {
|
|
1757
1757
|
arg0.releaseLock();
|
|
1758
1758
|
},
|
|
1759
1759
|
__wbg_require_b4edbdcf3e2a1ef0: function() { return handleError(function () {
|
|
1760
1760
|
const ret = module.require;
|
|
1761
1761
|
return ret;
|
|
1762
1762
|
}, arguments); },
|
|
1763
|
-
|
|
1763
|
+
__wbg_resolve_d17db9352f5a220e: function(arg0) {
|
|
1764
1764
|
const ret = Promise.resolve(arg0);
|
|
1765
1765
|
return ret;
|
|
1766
1766
|
},
|
|
1767
|
-
|
|
1767
|
+
__wbg_respond_0196e052b003e1db: function() { return handleError(function (arg0, arg1) {
|
|
1768
1768
|
arg0.respond(arg1 >>> 0);
|
|
1769
1769
|
}, arguments); },
|
|
1770
1770
|
__wbg_setTimeout_30be5552e4410378: function(arg0, arg1) {
|
|
@@ -1779,114 +1779,114 @@ function __wbg_get_imports() {
|
|
|
1779
1779
|
const ret = setTimeout(arg0, arg1);
|
|
1780
1780
|
return ret;
|
|
1781
1781
|
},
|
|
1782
|
-
|
|
1783
|
-
|
|
1784
|
-
|
|
1785
|
-
}, arguments); },
|
|
1782
|
+
__wbg_set_24d0fa9e104112f9: function(arg0, arg1, arg2) {
|
|
1783
|
+
arg0.set(getArrayU8FromWasm0(arg1, arg2));
|
|
1784
|
+
},
|
|
1786
1785
|
__wbg_set_6be42768c690e380: function(arg0, arg1, arg2) {
|
|
1787
1786
|
arg0[arg1] = arg2;
|
|
1788
1787
|
},
|
|
1789
|
-
|
|
1790
|
-
|
|
1791
|
-
return ret;
|
|
1788
|
+
__wbg_set_78ea6a19f4818587: function(arg0, arg1, arg2) {
|
|
1789
|
+
arg0[arg1 >>> 0] = arg2;
|
|
1792
1790
|
},
|
|
1793
|
-
|
|
1794
|
-
|
|
1791
|
+
__wbg_set_a0e911be3da02782: function() { return handleError(function (arg0, arg1, arg2) {
|
|
1792
|
+
const ret = Reflect.set(arg0, arg1, arg2);
|
|
1793
|
+
return ret;
|
|
1795
1794
|
}, arguments); },
|
|
1796
|
-
|
|
1797
|
-
arg0.set(getArrayU8FromWasm0(arg1, arg2));
|
|
1798
|
-
},
|
|
1799
|
-
__wbg_set_body_aaff4f5f9991f342: function(arg0, arg1) {
|
|
1795
|
+
__wbg_set_body_7f56457720e81672: function(arg0, arg1) {
|
|
1800
1796
|
arg0.body = arg1;
|
|
1801
1797
|
},
|
|
1802
|
-
|
|
1798
|
+
__wbg_set_cache_9ed01a3813d96de2: function(arg0, arg1) {
|
|
1803
1799
|
arg0.cache = __wbindgen_enum_RequestCache[arg1];
|
|
1804
1800
|
},
|
|
1805
|
-
|
|
1801
|
+
__wbg_set_credentials_55b92faec8dcc6a4: function(arg0, arg1) {
|
|
1806
1802
|
arg0.credentials = __wbindgen_enum_RequestCredentials[arg1];
|
|
1807
1803
|
},
|
|
1808
|
-
|
|
1809
|
-
arg0
|
|
1804
|
+
__wbg_set_d57e5106f0271787: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4) {
|
|
1805
|
+
arg0.set(getStringFromWasm0(arg1, arg2), getStringFromWasm0(arg3, arg4));
|
|
1806
|
+
}, arguments); },
|
|
1807
|
+
__wbg_set_facb7a5914e0fa39: function(arg0, arg1, arg2) {
|
|
1808
|
+
const ret = arg0.set(arg1, arg2);
|
|
1809
|
+
return ret;
|
|
1810
1810
|
},
|
|
1811
|
-
|
|
1811
|
+
__wbg_set_headers_97ed66619adb1e3e: function(arg0, arg1) {
|
|
1812
1812
|
arg0.headers = arg1;
|
|
1813
1813
|
},
|
|
1814
|
-
|
|
1814
|
+
__wbg_set_integrity_7a3f63bc5f3da2af: function(arg0, arg1, arg2) {
|
|
1815
1815
|
arg0.integrity = getStringFromWasm0(arg1, arg2);
|
|
1816
1816
|
},
|
|
1817
|
-
|
|
1817
|
+
__wbg_set_method_4d69a1a7e34c0aca: function(arg0, arg1, arg2) {
|
|
1818
1818
|
arg0.method = getStringFromWasm0(arg1, arg2);
|
|
1819
1819
|
},
|
|
1820
|
-
|
|
1820
|
+
__wbg_set_mode_dfc59bbbe25b1d14: function(arg0, arg1) {
|
|
1821
1821
|
arg0.mode = __wbindgen_enum_RequestMode[arg1];
|
|
1822
1822
|
},
|
|
1823
|
-
|
|
1823
|
+
__wbg_set_redirect_1c5253448ef852a8: function(arg0, arg1) {
|
|
1824
1824
|
arg0.redirect = __wbindgen_enum_RequestRedirect[arg1];
|
|
1825
1825
|
},
|
|
1826
|
-
|
|
1826
|
+
__wbg_set_referrer_9c7fc7e5b06e6397: function(arg0, arg1, arg2) {
|
|
1827
1827
|
arg0.referrer = getStringFromWasm0(arg1, arg2);
|
|
1828
1828
|
},
|
|
1829
|
-
|
|
1829
|
+
__wbg_set_referrer_policy_383280ef1585ce10: function(arg0, arg1) {
|
|
1830
1830
|
arg0.referrerPolicy = __wbindgen_enum_ReferrerPolicy[arg1];
|
|
1831
1831
|
},
|
|
1832
|
-
|
|
1832
|
+
__wbg_set_signal_2a5bd3615938edbc: function(arg0, arg1) {
|
|
1833
1833
|
arg0.signal = arg1;
|
|
1834
1834
|
},
|
|
1835
|
-
|
|
1835
|
+
__wbg_signal_304beac95c8c5ea0: function(arg0) {
|
|
1836
1836
|
const ret = arg0.signal;
|
|
1837
1837
|
return ret;
|
|
1838
1838
|
},
|
|
1839
|
-
|
|
1839
|
+
__wbg_static_accessor_GLOBAL_THIS_02344c9b09eb08a9: function() {
|
|
1840
1840
|
const ret = typeof globalThis === 'undefined' ? null : globalThis;
|
|
1841
1841
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
1842
1842
|
},
|
|
1843
|
-
|
|
1843
|
+
__wbg_static_accessor_GLOBAL_ac6d4ac874d5cd54: function() {
|
|
1844
1844
|
const ret = typeof global === 'undefined' ? null : global;
|
|
1845
1845
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
1846
1846
|
},
|
|
1847
|
-
|
|
1847
|
+
__wbg_static_accessor_SELF_9b2406c23aeb2023: function() {
|
|
1848
1848
|
const ret = typeof self === 'undefined' ? null : self;
|
|
1849
1849
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
1850
1850
|
},
|
|
1851
|
-
|
|
1851
|
+
__wbg_static_accessor_WINDOW_b34d2126934e16ba: function() {
|
|
1852
1852
|
const ret = typeof window === 'undefined' ? null : window;
|
|
1853
1853
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
1854
1854
|
},
|
|
1855
|
-
|
|
1855
|
+
__wbg_status_0853c9f5752c7ee2: function(arg0) {
|
|
1856
1856
|
const ret = arg0.status;
|
|
1857
1857
|
return ret;
|
|
1858
1858
|
},
|
|
1859
|
-
|
|
1859
|
+
__wbg_subarray_7c6a0da8f3b4a1ba: function(arg0, arg1, arg2) {
|
|
1860
1860
|
const ret = arg0.subarray(arg1 >>> 0, arg2 >>> 0);
|
|
1861
1861
|
return ret;
|
|
1862
1862
|
},
|
|
1863
|
-
|
|
1863
|
+
__wbg_text_99930d92d5f1b540: function() { return handleError(function (arg0) {
|
|
1864
1864
|
const ret = arg0.text();
|
|
1865
1865
|
return ret;
|
|
1866
1866
|
}, arguments); },
|
|
1867
|
-
|
|
1867
|
+
__wbg_then_837494e384b37459: function(arg0, arg1) {
|
|
1868
1868
|
const ret = arg0.then(arg1);
|
|
1869
1869
|
return ret;
|
|
1870
1870
|
},
|
|
1871
|
-
|
|
1871
|
+
__wbg_then_bd927500e8905df2: function(arg0, arg1, arg2) {
|
|
1872
1872
|
const ret = arg0.then(arg1, arg2);
|
|
1873
1873
|
return ret;
|
|
1874
1874
|
},
|
|
1875
|
-
|
|
1875
|
+
__wbg_toString_1dda136fd8f30a5f: function(arg0) {
|
|
1876
1876
|
const ret = arg0.toString();
|
|
1877
1877
|
return ret;
|
|
1878
1878
|
},
|
|
1879
|
-
|
|
1879
|
+
__wbg_trace_fcffa939f57b341a: function(arg0) {
|
|
1880
1880
|
console.trace(...arg0);
|
|
1881
1881
|
},
|
|
1882
|
-
|
|
1882
|
+
__wbg_url_1a5ea6a8a7f22ff8: function(arg0, arg1) {
|
|
1883
1883
|
const ret = arg1.url;
|
|
1884
1884
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
1885
1885
|
const len1 = WASM_VECTOR_LEN;
|
|
1886
1886
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
1887
1887
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
1888
1888
|
},
|
|
1889
|
-
|
|
1889
|
+
__wbg_value_9cc0518af87a489c: function(arg0) {
|
|
1890
1890
|
const ret = arg0.value;
|
|
1891
1891
|
return ret;
|
|
1892
1892
|
},
|
|
@@ -1894,36 +1894,36 @@ function __wbg_get_imports() {
|
|
|
1894
1894
|
const ret = arg0.versions;
|
|
1895
1895
|
return ret;
|
|
1896
1896
|
},
|
|
1897
|
-
|
|
1897
|
+
__wbg_view_1b637c097280508c: function(arg0) {
|
|
1898
1898
|
const ret = arg0.view;
|
|
1899
1899
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
1900
1900
|
},
|
|
1901
|
-
|
|
1901
|
+
__wbg_warn_39ee5335dafae3fb: function(arg0) {
|
|
1902
1902
|
console.warn(...arg0);
|
|
1903
1903
|
},
|
|
1904
1904
|
__wbindgen_cast_0000000000000001: function(arg0, arg1) {
|
|
1905
|
-
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [Externref], shim_idx:
|
|
1906
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
1905
|
+
// 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`.
|
|
1906
|
+
const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__he0d1df4f45812a75);
|
|
1907
1907
|
return ret;
|
|
1908
1908
|
},
|
|
1909
1909
|
__wbindgen_cast_0000000000000002: function(arg0, arg1) {
|
|
1910
|
-
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [Externref], shim_idx:
|
|
1911
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
1910
|
+
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [Externref], shim_idx: 670, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
1911
|
+
const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__hdd4256d54acb8ff1);
|
|
1912
1912
|
return ret;
|
|
1913
1913
|
},
|
|
1914
1914
|
__wbindgen_cast_0000000000000003: function(arg0, arg1) {
|
|
1915
1915
|
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [], shim_idx: 578, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
1916
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
1916
|
+
const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__hc7b60e1a5fd69b6e);
|
|
1917
1917
|
return ret;
|
|
1918
1918
|
},
|
|
1919
1919
|
__wbindgen_cast_0000000000000004: function(arg0, arg1) {
|
|
1920
|
-
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [], shim_idx:
|
|
1921
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
1920
|
+
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [], shim_idx: 626, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
1921
|
+
const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__h6f2d88ffbcba67ef);
|
|
1922
1922
|
return ret;
|
|
1923
1923
|
},
|
|
1924
1924
|
__wbindgen_cast_0000000000000005: function(arg0, arg1) {
|
|
1925
|
-
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [], shim_idx:
|
|
1926
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
1925
|
+
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [], shim_idx: 787, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
1926
|
+
const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__h32cbe4603be323e5);
|
|
1927
1927
|
return ret;
|
|
1928
1928
|
},
|
|
1929
1929
|
__wbindgen_cast_0000000000000006: function(arg0) {
|
|
@@ -1967,31 +1967,31 @@ function __wbg_get_imports() {
|
|
|
1967
1967
|
};
|
|
1968
1968
|
}
|
|
1969
1969
|
|
|
1970
|
-
function
|
|
1971
|
-
wasm.
|
|
1970
|
+
function wasm_bindgen__convert__closures_____invoke__hc7b60e1a5fd69b6e(arg0, arg1) {
|
|
1971
|
+
wasm.wasm_bindgen__convert__closures_____invoke__hc7b60e1a5fd69b6e(arg0, arg1);
|
|
1972
1972
|
}
|
|
1973
1973
|
|
|
1974
|
-
function
|
|
1975
|
-
wasm.
|
|
1974
|
+
function wasm_bindgen__convert__closures_____invoke__h6f2d88ffbcba67ef(arg0, arg1) {
|
|
1975
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h6f2d88ffbcba67ef(arg0, arg1);
|
|
1976
1976
|
}
|
|
1977
1977
|
|
|
1978
|
-
function
|
|
1979
|
-
wasm.
|
|
1978
|
+
function wasm_bindgen__convert__closures_____invoke__h32cbe4603be323e5(arg0, arg1) {
|
|
1979
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h32cbe4603be323e5(arg0, arg1);
|
|
1980
1980
|
}
|
|
1981
1981
|
|
|
1982
|
-
function
|
|
1983
|
-
wasm.
|
|
1982
|
+
function wasm_bindgen__convert__closures_____invoke__hdd4256d54acb8ff1(arg0, arg1, arg2) {
|
|
1983
|
+
wasm.wasm_bindgen__convert__closures_____invoke__hdd4256d54acb8ff1(arg0, arg1, arg2);
|
|
1984
1984
|
}
|
|
1985
1985
|
|
|
1986
|
-
function
|
|
1987
|
-
const ret = wasm.
|
|
1986
|
+
function wasm_bindgen__convert__closures_____invoke__he0d1df4f45812a75(arg0, arg1, arg2) {
|
|
1987
|
+
const ret = wasm.wasm_bindgen__convert__closures_____invoke__he0d1df4f45812a75(arg0, arg1, arg2);
|
|
1988
1988
|
if (ret[1]) {
|
|
1989
1989
|
throw takeFromExternrefTable0(ret[0]);
|
|
1990
1990
|
}
|
|
1991
1991
|
}
|
|
1992
1992
|
|
|
1993
|
-
function
|
|
1994
|
-
wasm.
|
|
1993
|
+
function wasm_bindgen__convert__closures_____invoke__h03fb46086606eb61(arg0, arg1, arg2, arg3) {
|
|
1994
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h03fb46086606eb61(arg0, arg1, arg2, arg3);
|
|
1995
1995
|
}
|
|
1996
1996
|
|
|
1997
1997
|
|
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.399-nodejs",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|