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