@kreuzberg/wasm 4.8.2 → 4.8.4
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/README.md +1 -1
- package/dist/pkg/README.md +1 -1
- package/dist/pkg/kreuzberg_wasm.js +145 -145
- package/dist/pkg/kreuzberg_wasm_bg.js +144 -144
- package/dist/pkg/kreuzberg_wasm_bg.wasm +0 -0
- package/dist/pkg/kreuzberg_wasm_bg.wasm.d.ts +3 -3
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
<img src="https://img.shields.io/maven-central/v/dev.kreuzberg/kreuzberg?label=Java&color=007ec6" alt="Java">
|
|
23
23
|
</a>
|
|
24
24
|
<a href="https://github.com/kreuzberg-dev/kreuzberg/releases">
|
|
25
|
-
<img src="https://img.shields.io/github/v/tag/kreuzberg-dev/kreuzberg?label=Go&color=007ec6&filter=v4.8.
|
|
25
|
+
<img src="https://img.shields.io/github/v/tag/kreuzberg-dev/kreuzberg?label=Go&color=007ec6&filter=v4.8.4" alt="Go">
|
|
26
26
|
</a>
|
|
27
27
|
<a href="https://www.nuget.org/packages/Kreuzberg/">
|
|
28
28
|
<img src="https://img.shields.io/nuget/v/Kreuzberg?label=C%23&color=007ec6" alt="C#">
|
package/dist/pkg/README.md
CHANGED
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
<img src="https://img.shields.io/maven-central/v/dev.kreuzberg/kreuzberg?label=Java&color=007ec6" alt="Java">
|
|
23
23
|
</a>
|
|
24
24
|
<a href="https://github.com/kreuzberg-dev/kreuzberg/releases">
|
|
25
|
-
<img src="https://img.shields.io/github/v/tag/kreuzberg-dev/kreuzberg?label=Go&color=007ec6&filter=v4.8.
|
|
25
|
+
<img src="https://img.shields.io/github/v/tag/kreuzberg-dev/kreuzberg?label=Go&color=007ec6&filter=v4.8.4" alt="Go">
|
|
26
26
|
</a>
|
|
27
27
|
<a href="https://www.nuget.org/packages/Kreuzberg/">
|
|
28
28
|
<img src="https://img.shields.io/nuget/v/Kreuzberg?label=C%23&color=007ec6" alt="C#">
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
/* @ts-self-types="./kreuzberg_wasm.d.ts" */
|
|
2
2
|
|
|
3
|
+
|
|
3
4
|
/**
|
|
4
5
|
* Get information about the WASM module
|
|
5
6
|
*/
|
|
@@ -1325,7 +1326,6 @@ export function write_block_from_callback_wasm(param, buf, size) {
|
|
|
1325
1326
|
const ret = wasm.write_block_from_callback_wasm(param, buf, size);
|
|
1326
1327
|
return ret;
|
|
1327
1328
|
}
|
|
1328
|
-
|
|
1329
1329
|
// __wasi_stubs__ - WASI and env import stubs for in-memory OCR processing
|
|
1330
1330
|
// Lazy reference to WASM memory, populated after module instantiation.
|
|
1331
1331
|
// Stubs that write output values use this to access WASM linear memory.
|
|
@@ -1417,7 +1417,7 @@ const __wasi_stubs__ = {
|
|
|
1417
1417
|
function __wbg_get_imports() {
|
|
1418
1418
|
const import0 = {
|
|
1419
1419
|
__proto__: null,
|
|
1420
|
-
|
|
1420
|
+
__wbg_Error_960c155d3d49e4c2: function(arg0, arg1) {
|
|
1421
1421
|
var v0 = getCachedStringFromWasm0(arg0, arg1);
|
|
1422
1422
|
const ret = Error(v0);
|
|
1423
1423
|
return ret;
|
|
@@ -1429,68 +1429,68 @@ function __wbg_get_imports() {
|
|
|
1429
1429
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
1430
1430
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
1431
1431
|
},
|
|
1432
|
-
|
|
1432
|
+
__wbg___wbindgen_bigint_get_as_i64_3d3aba5d616c6a51: function(arg0, arg1) {
|
|
1433
1433
|
const v = arg1;
|
|
1434
1434
|
const ret = typeof(v) === 'bigint' ? v : undefined;
|
|
1435
1435
|
getDataViewMemory0().setBigInt64(arg0 + 8 * 1, isLikeNone(ret) ? BigInt(0) : ret, true);
|
|
1436
1436
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, !isLikeNone(ret), true);
|
|
1437
1437
|
},
|
|
1438
|
-
|
|
1438
|
+
__wbg___wbindgen_boolean_get_6ea149f0a8dcc5ff: function(arg0) {
|
|
1439
1439
|
const v = arg0;
|
|
1440
1440
|
const ret = typeof(v) === 'boolean' ? v : undefined;
|
|
1441
1441
|
return isLikeNone(ret) ? 0xFFFFFF : ret ? 1 : 0;
|
|
1442
1442
|
},
|
|
1443
|
-
|
|
1443
|
+
__wbg___wbindgen_debug_string_ab4b34d23d6778bd: function(arg0, arg1) {
|
|
1444
1444
|
const ret = debugString(arg1);
|
|
1445
1445
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc_command_export, wasm.__wbindgen_realloc_command_export);
|
|
1446
1446
|
const len1 = WASM_VECTOR_LEN;
|
|
1447
1447
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
1448
1448
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
1449
1449
|
},
|
|
1450
|
-
|
|
1450
|
+
__wbg___wbindgen_in_a5d8b22e52b24dd1: function(arg0, arg1) {
|
|
1451
1451
|
const ret = arg0 in arg1;
|
|
1452
1452
|
return ret;
|
|
1453
1453
|
},
|
|
1454
|
-
|
|
1454
|
+
__wbg___wbindgen_is_bigint_ec25c7f91b4d9e93: function(arg0) {
|
|
1455
1455
|
const ret = typeof(arg0) === 'bigint';
|
|
1456
1456
|
return ret;
|
|
1457
1457
|
},
|
|
1458
|
-
|
|
1458
|
+
__wbg___wbindgen_is_function_3baa9db1a987f47d: function(arg0) {
|
|
1459
1459
|
const ret = typeof(arg0) === 'function';
|
|
1460
1460
|
return ret;
|
|
1461
1461
|
},
|
|
1462
|
-
|
|
1462
|
+
__wbg___wbindgen_is_null_52ff4ec04186736f: function(arg0) {
|
|
1463
1463
|
const ret = arg0 === null;
|
|
1464
1464
|
return ret;
|
|
1465
1465
|
},
|
|
1466
|
-
|
|
1466
|
+
__wbg___wbindgen_is_object_63322ec0cd6ea4ef: function(arg0) {
|
|
1467
1467
|
const val = arg0;
|
|
1468
1468
|
const ret = typeof(val) === 'object' && val !== null;
|
|
1469
1469
|
return ret;
|
|
1470
1470
|
},
|
|
1471
|
-
|
|
1471
|
+
__wbg___wbindgen_is_string_6df3bf7ef1164ed3: function(arg0) {
|
|
1472
1472
|
const ret = typeof(arg0) === 'string';
|
|
1473
1473
|
return ret;
|
|
1474
1474
|
},
|
|
1475
|
-
|
|
1475
|
+
__wbg___wbindgen_is_undefined_29a43b4d42920abd: function(arg0) {
|
|
1476
1476
|
const ret = arg0 === undefined;
|
|
1477
1477
|
return ret;
|
|
1478
1478
|
},
|
|
1479
|
-
|
|
1479
|
+
__wbg___wbindgen_jsval_eq_d3465d8a07697228: function(arg0, arg1) {
|
|
1480
1480
|
const ret = arg0 === arg1;
|
|
1481
1481
|
return ret;
|
|
1482
1482
|
},
|
|
1483
|
-
|
|
1483
|
+
__wbg___wbindgen_jsval_loose_eq_cac3565e89b4134c: function(arg0, arg1) {
|
|
1484
1484
|
const ret = arg0 == arg1;
|
|
1485
1485
|
return ret;
|
|
1486
1486
|
},
|
|
1487
|
-
|
|
1487
|
+
__wbg___wbindgen_number_get_c7f42aed0525c451: function(arg0, arg1) {
|
|
1488
1488
|
const obj = arg1;
|
|
1489
1489
|
const ret = typeof(obj) === 'number' ? obj : undefined;
|
|
1490
1490
|
getDataViewMemory0().setFloat64(arg0 + 8 * 1, isLikeNone(ret) ? 0 : ret, true);
|
|
1491
1491
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, !isLikeNone(ret), true);
|
|
1492
1492
|
},
|
|
1493
|
-
|
|
1493
|
+
__wbg___wbindgen_string_get_7ed5322991caaec5: function(arg0, arg1) {
|
|
1494
1494
|
const obj = arg1;
|
|
1495
1495
|
const ret = typeof(obj) === 'string' ? obj : undefined;
|
|
1496
1496
|
var ptr1 = isLikeNone(ret) ? 0 : passStringToWasm0(ret, wasm.__wbindgen_malloc_command_export, wasm.__wbindgen_realloc_command_export);
|
|
@@ -1498,56 +1498,56 @@ function __wbg_get_imports() {
|
|
|
1498
1498
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
1499
1499
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
1500
1500
|
},
|
|
1501
|
-
|
|
1501
|
+
__wbg___wbindgen_throw_6b64449b9b9ed33c: function(arg0, arg1) {
|
|
1502
1502
|
var v0 = getCachedStringFromWasm0(arg0, arg1);
|
|
1503
1503
|
throw new Error(v0);
|
|
1504
1504
|
},
|
|
1505
|
-
|
|
1505
|
+
__wbg__wbg_cb_unref_b46c9b5a9f08ec37: function(arg0) {
|
|
1506
1506
|
arg0._wbg_cb_unref();
|
|
1507
1507
|
},
|
|
1508
|
-
|
|
1508
|
+
__wbg_addEventListener_8176dab41b09531c: function() { return handleError(function (arg0, arg1, arg2, arg3) {
|
|
1509
1509
|
var v0 = getCachedStringFromWasm0(arg1, arg2);
|
|
1510
1510
|
arg0.addEventListener(v0, arg3);
|
|
1511
1511
|
}, arguments); },
|
|
1512
|
-
|
|
1512
|
+
__wbg_apply_4c35bd236dda9c14: function() { return handleError(function (arg0, arg1, arg2) {
|
|
1513
1513
|
const ret = arg0.apply(arg1, arg2);
|
|
1514
1514
|
return ret;
|
|
1515
1515
|
}, arguments); },
|
|
1516
|
-
|
|
1517
|
-
const ret = arg0.call(arg1, arg2, arg3);
|
|
1518
|
-
return ret;
|
|
1519
|
-
}, arguments); },
|
|
1520
|
-
__wbg_call_7f2987183bb62793: function() { return handleError(function (arg0, arg1) {
|
|
1516
|
+
__wbg_call_14b169f759b26747: function() { return handleError(function (arg0, arg1) {
|
|
1521
1517
|
const ret = arg0.call(arg1);
|
|
1522
1518
|
return ret;
|
|
1523
1519
|
}, arguments); },
|
|
1524
|
-
|
|
1520
|
+
__wbg_call_a24592a6f349a97e: function() { return handleError(function (arg0, arg1, arg2) {
|
|
1525
1521
|
const ret = arg0.call(arg1, arg2);
|
|
1526
1522
|
return ret;
|
|
1527
1523
|
}, arguments); },
|
|
1528
|
-
|
|
1524
|
+
__wbg_call_bb28efe6b2f55b86: function() { return handleError(function (arg0, arg1, arg2, arg3) {
|
|
1525
|
+
const ret = arg0.call(arg1, arg2, arg3);
|
|
1526
|
+
return ret;
|
|
1527
|
+
}, arguments); },
|
|
1528
|
+
__wbg_construct_2367e500aed1ab8c: function() { return handleError(function (arg0, arg1) {
|
|
1529
1529
|
const ret = Reflect.construct(arg0, arg1);
|
|
1530
1530
|
return ret;
|
|
1531
1531
|
}, arguments); },
|
|
1532
|
-
|
|
1532
|
+
__wbg_debug_c014a160490283dc: function(arg0) {
|
|
1533
1533
|
console.debug(arg0);
|
|
1534
1534
|
},
|
|
1535
|
-
|
|
1535
|
+
__wbg_decode_c8b2d8a20b50ceb3: function() { return handleError(function (arg0, arg1, arg2, arg3) {
|
|
1536
1536
|
const ret = arg1.decode(getArrayU8FromWasm0(arg2, arg3));
|
|
1537
1537
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc_command_export, wasm.__wbindgen_realloc_command_export);
|
|
1538
1538
|
const len1 = WASM_VECTOR_LEN;
|
|
1539
1539
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
1540
1540
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
1541
1541
|
}, arguments); },
|
|
1542
|
-
|
|
1542
|
+
__wbg_done_9158f7cc8751ba32: function(arg0) {
|
|
1543
1543
|
const ret = arg0.done;
|
|
1544
1544
|
return ret;
|
|
1545
1545
|
},
|
|
1546
|
-
|
|
1546
|
+
__wbg_entries_e0b73aa8571ddb56: function(arg0) {
|
|
1547
1547
|
const ret = Object.entries(arg0);
|
|
1548
1548
|
return ret;
|
|
1549
1549
|
},
|
|
1550
|
-
|
|
1550
|
+
__wbg_error_2001591ad2463697: function(arg0) {
|
|
1551
1551
|
console.error(arg0);
|
|
1552
1552
|
},
|
|
1553
1553
|
__wbg_error_a6fa202b58aa1cd3: function(arg0, arg1) {
|
|
@@ -1555,11 +1555,11 @@ function __wbg_get_imports() {
|
|
|
1555
1555
|
if (arg0 !== 0) { wasm.__wbindgen_free_command_export(arg0, arg1, 1); }
|
|
1556
1556
|
console.error(v0);
|
|
1557
1557
|
},
|
|
1558
|
-
|
|
1558
|
+
__wbg_fromCodePoint_4592108dc134086a: function() { return handleError(function (arg0) {
|
|
1559
1559
|
const ret = String.fromCodePoint(arg0 >>> 0);
|
|
1560
1560
|
return ret;
|
|
1561
1561
|
}, arguments); },
|
|
1562
|
-
|
|
1562
|
+
__wbg_from_0dbf29f09e7fb200: function(arg0) {
|
|
1563
1563
|
const ret = Array.from(arg0);
|
|
1564
1564
|
return ret;
|
|
1565
1565
|
},
|
|
@@ -1569,38 +1569,38 @@ function __wbg_get_imports() {
|
|
|
1569
1569
|
__wbg_getRandomValues_76dfc69825c9c552: function() { return handleError(function (arg0, arg1) {
|
|
1570
1570
|
globalThis.crypto.getRandomValues(getArrayU8FromWasm0(arg0, arg1));
|
|
1571
1571
|
}, arguments); },
|
|
1572
|
-
|
|
1572
|
+
__wbg_getTime_da7c55f52b71e8c6: function(arg0) {
|
|
1573
1573
|
const ret = arg0.getTime();
|
|
1574
1574
|
return ret;
|
|
1575
1575
|
},
|
|
1576
|
-
|
|
1577
|
-
const ret = arg0
|
|
1578
|
-
return ret;
|
|
1579
|
-
},
|
|
1580
|
-
__wbg_get_d3532eb927c28d21: function() { return handleError(function (arg0, arg1) {
|
|
1581
|
-
const ret = arg0.get(arg1 >>> 0);
|
|
1576
|
+
__wbg_get_1affdbdd5573b16a: function() { return handleError(function (arg0, arg1) {
|
|
1577
|
+
const ret = Reflect.get(arg0, arg1);
|
|
1582
1578
|
return ret;
|
|
1583
1579
|
}, arguments); },
|
|
1584
|
-
|
|
1580
|
+
__wbg_get_6011fa3a58f61074: function() { return handleError(function (arg0, arg1) {
|
|
1585
1581
|
const ret = Reflect.get(arg0, arg1);
|
|
1586
1582
|
return ret;
|
|
1587
1583
|
}, arguments); },
|
|
1588
|
-
|
|
1589
|
-
const ret =
|
|
1584
|
+
__wbg_get_8360291721e2339f: function(arg0, arg1) {
|
|
1585
|
+
const ret = arg0[arg1 >>> 0];
|
|
1586
|
+
return ret;
|
|
1587
|
+
},
|
|
1588
|
+
__wbg_get_e9a5dd1d116b4224: function() { return handleError(function (arg0, arg1) {
|
|
1589
|
+
const ret = arg0.get(arg1 >>> 0);
|
|
1590
1590
|
return ret;
|
|
1591
1591
|
}, arguments); },
|
|
1592
|
-
|
|
1592
|
+
__wbg_get_index_2244157d6f8d0f78: function(arg0, arg1) {
|
|
1593
1593
|
const ret = arg0[arg1 >>> 0];
|
|
1594
1594
|
return ret;
|
|
1595
1595
|
},
|
|
1596
|
-
|
|
1596
|
+
__wbg_get_unchecked_17f53dad852b9588: function(arg0, arg1) {
|
|
1597
1597
|
const ret = arg0[arg1 >>> 0];
|
|
1598
1598
|
return ret;
|
|
1599
1599
|
},
|
|
1600
|
-
|
|
1600
|
+
__wbg_info_7479429238bffbce: function(arg0) {
|
|
1601
1601
|
console.info(arg0);
|
|
1602
1602
|
},
|
|
1603
|
-
|
|
1603
|
+
__wbg_instanceof_ArrayBuffer_7c8433c6ed14ffe3: function(arg0) {
|
|
1604
1604
|
let result;
|
|
1605
1605
|
try {
|
|
1606
1606
|
result = arg0 instanceof ArrayBuffer;
|
|
@@ -1610,7 +1610,7 @@ function __wbg_get_imports() {
|
|
|
1610
1610
|
const ret = result;
|
|
1611
1611
|
return ret;
|
|
1612
1612
|
},
|
|
1613
|
-
|
|
1613
|
+
__wbg_instanceof_Map_1b76fd4635be43eb: function(arg0) {
|
|
1614
1614
|
let result;
|
|
1615
1615
|
try {
|
|
1616
1616
|
result = arg0 instanceof Map;
|
|
@@ -1620,7 +1620,7 @@ function __wbg_get_imports() {
|
|
|
1620
1620
|
const ret = result;
|
|
1621
1621
|
return ret;
|
|
1622
1622
|
},
|
|
1623
|
-
|
|
1623
|
+
__wbg_instanceof_Uint8Array_152ba1f289edcf3f: function(arg0) {
|
|
1624
1624
|
let result;
|
|
1625
1625
|
try {
|
|
1626
1626
|
result = arg0 instanceof Uint8Array;
|
|
@@ -1630,53 +1630,45 @@ function __wbg_get_imports() {
|
|
|
1630
1630
|
const ret = result;
|
|
1631
1631
|
return ret;
|
|
1632
1632
|
},
|
|
1633
|
-
|
|
1633
|
+
__wbg_isArray_c3109d14ffc06469: function(arg0) {
|
|
1634
1634
|
const ret = Array.isArray(arg0);
|
|
1635
1635
|
return ret;
|
|
1636
1636
|
},
|
|
1637
|
-
|
|
1637
|
+
__wbg_isSafeInteger_4fc213d1989d6d2a: function(arg0) {
|
|
1638
1638
|
const ret = Number.isSafeInteger(arg0);
|
|
1639
1639
|
return ret;
|
|
1640
1640
|
},
|
|
1641
|
-
|
|
1641
|
+
__wbg_iterator_013bc09ec998c2a7: function() {
|
|
1642
1642
|
const ret = Symbol.iterator;
|
|
1643
1643
|
return ret;
|
|
1644
1644
|
},
|
|
1645
|
-
|
|
1645
|
+
__wbg_length_04e0117804975aa5: function(arg0) {
|
|
1646
1646
|
const ret = arg0.length;
|
|
1647
1647
|
return ret;
|
|
1648
1648
|
},
|
|
1649
|
-
|
|
1649
|
+
__wbg_length_3d4ecd04bd8d22f1: function(arg0) {
|
|
1650
1650
|
const ret = arg0.length;
|
|
1651
1651
|
return ret;
|
|
1652
1652
|
},
|
|
1653
|
-
|
|
1653
|
+
__wbg_length_6a1b273b7b4163ba: function(arg0) {
|
|
1654
1654
|
const ret = arg0.length;
|
|
1655
1655
|
return ret;
|
|
1656
1656
|
},
|
|
1657
|
-
|
|
1657
|
+
__wbg_length_9f1775224cf1d815: function(arg0) {
|
|
1658
1658
|
const ret = arg0.length;
|
|
1659
1659
|
return ret;
|
|
1660
1660
|
},
|
|
1661
|
-
|
|
1661
|
+
__wbg_log_7e1aa9064a1dbdbd: function(arg0) {
|
|
1662
1662
|
console.log(arg0);
|
|
1663
1663
|
},
|
|
1664
|
-
|
|
1665
|
-
const ret = new Date();
|
|
1666
|
-
return ret;
|
|
1667
|
-
},
|
|
1668
|
-
__wbg_new_227d7c05414eb861: function() {
|
|
1669
|
-
const ret = new Error();
|
|
1670
|
-
return ret;
|
|
1671
|
-
},
|
|
1672
|
-
__wbg_new_40792555590ec35c: function(arg0, arg1) {
|
|
1664
|
+
__wbg_new_036bd6cd9cea9e73: function(arg0, arg1) {
|
|
1673
1665
|
try {
|
|
1674
1666
|
var state0 = {a: arg0, b: arg1};
|
|
1675
1667
|
var cb0 = (arg0, arg1) => {
|
|
1676
1668
|
const a = state0.a;
|
|
1677
1669
|
state0.a = 0;
|
|
1678
1670
|
try {
|
|
1679
|
-
return
|
|
1671
|
+
return wasm_bindgen__convert__closures_____invoke__h1ee2f906c024fa14(a, state0.b, arg0, arg1);
|
|
1680
1672
|
} finally {
|
|
1681
1673
|
state0.a = a;
|
|
1682
1674
|
}
|
|
@@ -1687,38 +1679,46 @@ function __wbg_get_imports() {
|
|
|
1687
1679
|
state0.a = 0;
|
|
1688
1680
|
}
|
|
1689
1681
|
},
|
|
1690
|
-
|
|
1691
|
-
const ret = new
|
|
1682
|
+
__wbg_new_0_4d657201ced14de3: function() {
|
|
1683
|
+
const ret = new Date();
|
|
1692
1684
|
return ret;
|
|
1693
1685
|
},
|
|
1694
|
-
|
|
1695
|
-
const ret = new
|
|
1686
|
+
__wbg_new_0a8d011ad814b95a: function() { return handleError(function () {
|
|
1687
|
+
const ret = new FileReader();
|
|
1696
1688
|
return ret;
|
|
1697
|
-
},
|
|
1698
|
-
|
|
1689
|
+
}, arguments); },
|
|
1690
|
+
__wbg_new_0c7403db6e782f19: function(arg0) {
|
|
1699
1691
|
const ret = new Uint8Array(arg0);
|
|
1700
1692
|
return ret;
|
|
1701
1693
|
},
|
|
1702
|
-
|
|
1703
|
-
const ret = new
|
|
1694
|
+
__wbg_new_227d7c05414eb861: function() {
|
|
1695
|
+
const ret = new Error();
|
|
1704
1696
|
return ret;
|
|
1705
|
-
},
|
|
1706
|
-
|
|
1697
|
+
},
|
|
1698
|
+
__wbg_new_34d45cc8e36aaead: function() {
|
|
1699
|
+
const ret = new Map();
|
|
1700
|
+
return ret;
|
|
1701
|
+
},
|
|
1702
|
+
__wbg_new_682678e2f47e32bc: function() {
|
|
1707
1703
|
const ret = new Array();
|
|
1708
1704
|
return ret;
|
|
1709
1705
|
},
|
|
1710
|
-
|
|
1706
|
+
__wbg_new_aa8d0fa9762c29bd: function() {
|
|
1707
|
+
const ret = new Object();
|
|
1708
|
+
return ret;
|
|
1709
|
+
},
|
|
1710
|
+
__wbg_new_from_slice_b5ea43e23f6008c0: function(arg0, arg1) {
|
|
1711
1711
|
const ret = new Uint8Array(getArrayU8FromWasm0(arg0, arg1));
|
|
1712
1712
|
return ret;
|
|
1713
1713
|
},
|
|
1714
|
-
|
|
1714
|
+
__wbg_new_typed_323f37fd55ab048d: function(arg0, arg1) {
|
|
1715
1715
|
try {
|
|
1716
1716
|
var state0 = {a: arg0, b: arg1};
|
|
1717
1717
|
var cb0 = (arg0, arg1) => {
|
|
1718
1718
|
const a = state0.a;
|
|
1719
1719
|
state0.a = 0;
|
|
1720
1720
|
try {
|
|
1721
|
-
return
|
|
1721
|
+
return wasm_bindgen__convert__closures_____invoke__h1ee2f906c024fa14(a, state0.b, arg0, arg1);
|
|
1722
1722
|
} finally {
|
|
1723
1723
|
state0.a = a;
|
|
1724
1724
|
}
|
|
@@ -1729,105 +1729,105 @@ function __wbg_get_imports() {
|
|
|
1729
1729
|
state0.a = 0;
|
|
1730
1730
|
}
|
|
1731
1731
|
},
|
|
1732
|
-
|
|
1732
|
+
__wbg_new_with_label_8b95867a9de43417: function() { return handleError(function (arg0, arg1) {
|
|
1733
1733
|
var v0 = getCachedStringFromWasm0(arg0, arg1);
|
|
1734
1734
|
const ret = new TextDecoder(v0);
|
|
1735
1735
|
return ret;
|
|
1736
1736
|
}, arguments); },
|
|
1737
|
-
|
|
1737
|
+
__wbg_new_with_length_223c4ea248649e55: function(arg0) {
|
|
1738
1738
|
const ret = new Array(arg0 >>> 0);
|
|
1739
1739
|
return ret;
|
|
1740
1740
|
},
|
|
1741
|
-
|
|
1741
|
+
__wbg_new_with_length_8c854e41ea4dae9b: function(arg0) {
|
|
1742
1742
|
const ret = new Uint8Array(arg0 >>> 0);
|
|
1743
1743
|
return ret;
|
|
1744
1744
|
},
|
|
1745
|
-
|
|
1746
|
-
const ret = arg0.next;
|
|
1747
|
-
return ret;
|
|
1748
|
-
},
|
|
1749
|
-
__wbg_next_b3713ec761a9dbfd: function() { return handleError(function (arg0) {
|
|
1745
|
+
__wbg_next_0340c4ae324393c3: function() { return handleError(function (arg0) {
|
|
1750
1746
|
const ret = arg0.next();
|
|
1751
1747
|
return ret;
|
|
1752
1748
|
}, arguments); },
|
|
1753
|
-
|
|
1754
|
-
const ret =
|
|
1749
|
+
__wbg_next_7646edaa39458ef7: function(arg0) {
|
|
1750
|
+
const ret = arg0.next;
|
|
1755
1751
|
return ret;
|
|
1756
1752
|
},
|
|
1757
|
-
|
|
1758
|
-
const ret = Array.of(arg0
|
|
1753
|
+
__wbg_of_07054ba808010e4f: function(arg0) {
|
|
1754
|
+
const ret = Array.of(arg0);
|
|
1759
1755
|
return ret;
|
|
1760
1756
|
},
|
|
1761
|
-
|
|
1757
|
+
__wbg_of_7532e43da680ecb3: function(arg0, arg1) {
|
|
1762
1758
|
const ret = Array.of(arg0, arg1);
|
|
1763
1759
|
return ret;
|
|
1764
1760
|
},
|
|
1765
|
-
|
|
1766
|
-
const ret = Array.of(arg0);
|
|
1761
|
+
__wbg_of_933979e905fe689c: function(arg0, arg1, arg2) {
|
|
1762
|
+
const ret = Array.of(arg0, arg1, arg2);
|
|
1767
1763
|
return ret;
|
|
1768
1764
|
},
|
|
1769
|
-
|
|
1770
|
-
const ret = Array.of(arg0, arg1, arg2);
|
|
1765
|
+
__wbg_of_bcea089e25c82a8a: function(arg0, arg1, arg2, arg3, arg4) {
|
|
1766
|
+
const ret = Array.of(arg0, arg1, arg2, arg3, arg4);
|
|
1767
|
+
return ret;
|
|
1768
|
+
},
|
|
1769
|
+
__wbg_of_c7d7023c87dd41d9: function(arg0, arg1, arg2, arg3) {
|
|
1770
|
+
const ret = Array.of(arg0, arg1, arg2, arg3);
|
|
1771
1771
|
return ret;
|
|
1772
1772
|
},
|
|
1773
|
-
|
|
1773
|
+
__wbg_parse_1bbc9c053611d0a7: function() { return handleError(function (arg0, arg1) {
|
|
1774
1774
|
var v0 = getCachedStringFromWasm0(arg0, arg1);
|
|
1775
1775
|
const ret = JSON.parse(v0);
|
|
1776
1776
|
return ret;
|
|
1777
1777
|
}, arguments); },
|
|
1778
|
-
|
|
1778
|
+
__wbg_prototypesetcall_a6b02eb00b0f4ce2: function(arg0, arg1, arg2) {
|
|
1779
1779
|
Uint8Array.prototype.set.call(getArrayU8FromWasm0(arg0, arg1), arg2);
|
|
1780
1780
|
},
|
|
1781
|
-
|
|
1781
|
+
__wbg_push_471a5b068a5295f6: function(arg0, arg1) {
|
|
1782
1782
|
const ret = arg0.push(arg1);
|
|
1783
1783
|
return ret;
|
|
1784
1784
|
},
|
|
1785
|
-
|
|
1785
|
+
__wbg_queueMicrotask_5d15a957e6aa920e: function(arg0) {
|
|
1786
|
+
queueMicrotask(arg0);
|
|
1787
|
+
},
|
|
1788
|
+
__wbg_queueMicrotask_f8819e5ffc402f36: function(arg0) {
|
|
1786
1789
|
const ret = arg0.queueMicrotask;
|
|
1787
1790
|
return ret;
|
|
1788
1791
|
},
|
|
1789
|
-
|
|
1790
|
-
queueMicrotask(arg0);
|
|
1791
|
-
},
|
|
1792
|
-
__wbg_readAsArrayBuffer_981694de4b45e06b: function() { return handleError(function (arg0, arg1) {
|
|
1792
|
+
__wbg_readAsArrayBuffer_7f1359e61bc15108: function() { return handleError(function (arg0, arg1) {
|
|
1793
1793
|
arg0.readAsArrayBuffer(arg1);
|
|
1794
1794
|
}, arguments); },
|
|
1795
|
-
|
|
1795
|
+
__wbg_reject_ef67a12c7cc1cf7c: function(arg0) {
|
|
1796
1796
|
const ret = Promise.reject(arg0);
|
|
1797
1797
|
return ret;
|
|
1798
1798
|
},
|
|
1799
|
-
|
|
1799
|
+
__wbg_resolve_e6c466bc1052f16c: function(arg0) {
|
|
1800
1800
|
const ret = Promise.resolve(arg0);
|
|
1801
1801
|
return ret;
|
|
1802
1802
|
},
|
|
1803
|
-
|
|
1803
|
+
__wbg_result_cadfbcadd3b04647: function() { return handleError(function (arg0) {
|
|
1804
1804
|
const ret = arg0.result;
|
|
1805
1805
|
return ret;
|
|
1806
1806
|
}, arguments); },
|
|
1807
|
-
|
|
1808
|
-
const ret =
|
|
1807
|
+
__wbg_set_022bee52d0b05b19: function() { return handleError(function (arg0, arg1, arg2) {
|
|
1808
|
+
const ret = Reflect.set(arg0, arg1, arg2);
|
|
1809
1809
|
return ret;
|
|
1810
|
+
}, arguments); },
|
|
1811
|
+
__wbg_set_3bf1de9fab0cd644: function(arg0, arg1, arg2) {
|
|
1812
|
+
arg0[arg1 >>> 0] = arg2;
|
|
1810
1813
|
},
|
|
1811
|
-
|
|
1814
|
+
__wbg_set_3d484eb794afec82: function(arg0, arg1, arg2) {
|
|
1812
1815
|
arg0.set(getArrayU8FromWasm0(arg1, arg2));
|
|
1813
1816
|
},
|
|
1814
|
-
__wbg_set_533471d8355b4dd3: function() { return handleError(function (arg0, arg1, arg2) {
|
|
1815
|
-
arg0.set(arg1 >>> 0, arg2);
|
|
1816
|
-
}, arguments); },
|
|
1817
|
-
__wbg_set_62f340d5d135b4db: function(arg0, arg1, arg2) {
|
|
1818
|
-
arg0.set(arg1, arg2 >>> 0);
|
|
1819
|
-
},
|
|
1820
1817
|
__wbg_set_6be42768c690e380: function(arg0, arg1, arg2) {
|
|
1821
1818
|
arg0[arg1] = arg2;
|
|
1822
1819
|
},
|
|
1823
|
-
|
|
1824
|
-
arg0
|
|
1820
|
+
__wbg_set_d8f1efe557b9e7e1: function(arg0, arg1, arg2) {
|
|
1821
|
+
arg0.set(arg1, arg2 >>> 0);
|
|
1825
1822
|
},
|
|
1826
|
-
|
|
1827
|
-
|
|
1828
|
-
return ret;
|
|
1823
|
+
__wbg_set_edbccb8f26e7369d: function() { return handleError(function (arg0, arg1, arg2) {
|
|
1824
|
+
arg0.set(arg1 >>> 0, arg2);
|
|
1829
1825
|
}, arguments); },
|
|
1830
|
-
|
|
1826
|
+
__wbg_set_fde2cec06c23692b: function(arg0, arg1, arg2) {
|
|
1827
|
+
const ret = arg0.set(arg1, arg2);
|
|
1828
|
+
return ret;
|
|
1829
|
+
},
|
|
1830
|
+
__wbg_slice_30ddef84546fd9d0: function(arg0, arg1, arg2) {
|
|
1831
1831
|
const ret = arg0.slice(arg1 >>> 0, arg2 >>> 0);
|
|
1832
1832
|
return ret;
|
|
1833
1833
|
},
|
|
@@ -1838,56 +1838,56 @@ function __wbg_get_imports() {
|
|
|
1838
1838
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
1839
1839
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
1840
1840
|
},
|
|
1841
|
-
|
|
1842
|
-
const ret = typeof
|
|
1841
|
+
__wbg_static_accessor_GLOBAL_8cfadc87a297ca02: function() {
|
|
1842
|
+
const ret = typeof global === 'undefined' ? null : global;
|
|
1843
1843
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
1844
1844
|
},
|
|
1845
|
-
|
|
1846
|
-
const ret = typeof
|
|
1845
|
+
__wbg_static_accessor_GLOBAL_THIS_602256ae5c8f42cf: function() {
|
|
1846
|
+
const ret = typeof globalThis === 'undefined' ? null : globalThis;
|
|
1847
1847
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
1848
1848
|
},
|
|
1849
|
-
|
|
1849
|
+
__wbg_static_accessor_SELF_e445c1c7484aecc3: function() {
|
|
1850
1850
|
const ret = typeof self === 'undefined' ? null : self;
|
|
1851
1851
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
1852
1852
|
},
|
|
1853
|
-
|
|
1853
|
+
__wbg_static_accessor_WINDOW_f20e8576ef1e0f17: function() {
|
|
1854
1854
|
const ret = typeof window === 'undefined' ? null : window;
|
|
1855
1855
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
1856
1856
|
},
|
|
1857
|
-
|
|
1857
|
+
__wbg_subarray_f8ca46a25b1f5e0d: function(arg0, arg1, arg2) {
|
|
1858
1858
|
const ret = arg0.subarray(arg1 >>> 0, arg2 >>> 0);
|
|
1859
1859
|
return ret;
|
|
1860
1860
|
},
|
|
1861
|
-
|
|
1861
|
+
__wbg_then_792e0c862b060889: function(arg0, arg1, arg2) {
|
|
1862
1862
|
const ret = arg0.then(arg1, arg2);
|
|
1863
1863
|
return ret;
|
|
1864
1864
|
},
|
|
1865
|
-
|
|
1865
|
+
__wbg_then_8e16ee11f05e4827: function(arg0, arg1) {
|
|
1866
1866
|
const ret = arg0.then(arg1);
|
|
1867
1867
|
return ret;
|
|
1868
1868
|
},
|
|
1869
|
-
|
|
1869
|
+
__wbg_type_94629e6712c72aa5: function(arg0, arg1) {
|
|
1870
1870
|
const ret = arg1.type;
|
|
1871
1871
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc_command_export, wasm.__wbindgen_realloc_command_export);
|
|
1872
1872
|
const len1 = WASM_VECTOR_LEN;
|
|
1873
1873
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
1874
1874
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
1875
1875
|
},
|
|
1876
|
-
|
|
1876
|
+
__wbg_value_ee3a06f4579184fa: function(arg0) {
|
|
1877
1877
|
const ret = arg0.value;
|
|
1878
1878
|
return ret;
|
|
1879
1879
|
},
|
|
1880
|
-
|
|
1880
|
+
__wbg_warn_3cc416af27dbdc02: function(arg0) {
|
|
1881
1881
|
console.warn(arg0);
|
|
1882
1882
|
},
|
|
1883
1883
|
__wbindgen_cast_0000000000000001: function(arg0, arg1) {
|
|
1884
1884
|
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [Externref], shim_idx: 4, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
1885
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
1885
|
+
const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__h8e8c828bab60469f);
|
|
1886
1886
|
return ret;
|
|
1887
1887
|
},
|
|
1888
1888
|
__wbindgen_cast_0000000000000002: function(arg0, arg1) {
|
|
1889
|
-
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [Externref], shim_idx:
|
|
1890
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
1889
|
+
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [Externref], shim_idx: 4406, ret: Result(Unit), inner_ret: Some(Result(Unit)) }, mutable: true }) -> Externref`.
|
|
1890
|
+
const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__h46c2b513e42ccaa4);
|
|
1891
1891
|
return ret;
|
|
1892
1892
|
},
|
|
1893
1893
|
__wbindgen_cast_0000000000000003: function(arg0) {
|
|
@@ -1929,19 +1929,19 @@ function __wbg_get_imports() {
|
|
|
1929
1929
|
};
|
|
1930
1930
|
}
|
|
1931
1931
|
|
|
1932
|
-
function
|
|
1933
|
-
wasm.
|
|
1932
|
+
function wasm_bindgen__convert__closures_____invoke__h8e8c828bab60469f(arg0, arg1, arg2) {
|
|
1933
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h8e8c828bab60469f(arg0, arg1, arg2);
|
|
1934
1934
|
}
|
|
1935
1935
|
|
|
1936
|
-
function
|
|
1937
|
-
const ret = wasm.
|
|
1936
|
+
function wasm_bindgen__convert__closures_____invoke__h46c2b513e42ccaa4(arg0, arg1, arg2) {
|
|
1937
|
+
const ret = wasm.wasm_bindgen__convert__closures_____invoke__h46c2b513e42ccaa4(arg0, arg1, arg2);
|
|
1938
1938
|
if (ret[1]) {
|
|
1939
1939
|
throw takeFromExternrefTable0(ret[0]);
|
|
1940
1940
|
}
|
|
1941
1941
|
}
|
|
1942
1942
|
|
|
1943
|
-
function
|
|
1944
|
-
wasm.
|
|
1943
|
+
function wasm_bindgen__convert__closures_____invoke__h1ee2f906c024fa14(arg0, arg1, arg2, arg3) {
|
|
1944
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h1ee2f906c024fa14(arg0, arg1, arg2, arg3);
|
|
1945
1945
|
}
|
|
1946
1946
|
|
|
1947
1947
|
const ModuleInfoFinalization = (typeof FinalizationRegistry === 'undefined')
|
|
@@ -1323,7 +1323,7 @@ export function write_block_from_callback_wasm(param, buf, size) {
|
|
|
1323
1323
|
const ret = wasm.write_block_from_callback_wasm(param, buf, size);
|
|
1324
1324
|
return ret;
|
|
1325
1325
|
}
|
|
1326
|
-
export function
|
|
1326
|
+
export function __wbg_Error_960c155d3d49e4c2(arg0, arg1) {
|
|
1327
1327
|
var v0 = getCachedStringFromWasm0(arg0, arg1);
|
|
1328
1328
|
const ret = Error(v0);
|
|
1329
1329
|
return ret;
|
|
@@ -1335,68 +1335,68 @@ export function __wbg_String_8564e559799eccda(arg0, arg1) {
|
|
|
1335
1335
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
1336
1336
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
1337
1337
|
}
|
|
1338
|
-
export function
|
|
1338
|
+
export function __wbg___wbindgen_bigint_get_as_i64_3d3aba5d616c6a51(arg0, arg1) {
|
|
1339
1339
|
const v = arg1;
|
|
1340
1340
|
const ret = typeof(v) === 'bigint' ? v : undefined;
|
|
1341
1341
|
getDataViewMemory0().setBigInt64(arg0 + 8 * 1, isLikeNone(ret) ? BigInt(0) : ret, true);
|
|
1342
1342
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, !isLikeNone(ret), true);
|
|
1343
1343
|
}
|
|
1344
|
-
export function
|
|
1344
|
+
export function __wbg___wbindgen_boolean_get_6ea149f0a8dcc5ff(arg0) {
|
|
1345
1345
|
const v = arg0;
|
|
1346
1346
|
const ret = typeof(v) === 'boolean' ? v : undefined;
|
|
1347
1347
|
return isLikeNone(ret) ? 0xFFFFFF : ret ? 1 : 0;
|
|
1348
1348
|
}
|
|
1349
|
-
export function
|
|
1349
|
+
export function __wbg___wbindgen_debug_string_ab4b34d23d6778bd(arg0, arg1) {
|
|
1350
1350
|
const ret = debugString(arg1);
|
|
1351
1351
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc_command_export, wasm.__wbindgen_realloc_command_export);
|
|
1352
1352
|
const len1 = WASM_VECTOR_LEN;
|
|
1353
1353
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
1354
1354
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
1355
1355
|
}
|
|
1356
|
-
export function
|
|
1356
|
+
export function __wbg___wbindgen_in_a5d8b22e52b24dd1(arg0, arg1) {
|
|
1357
1357
|
const ret = arg0 in arg1;
|
|
1358
1358
|
return ret;
|
|
1359
1359
|
}
|
|
1360
|
-
export function
|
|
1360
|
+
export function __wbg___wbindgen_is_bigint_ec25c7f91b4d9e93(arg0) {
|
|
1361
1361
|
const ret = typeof(arg0) === 'bigint';
|
|
1362
1362
|
return ret;
|
|
1363
1363
|
}
|
|
1364
|
-
export function
|
|
1364
|
+
export function __wbg___wbindgen_is_function_3baa9db1a987f47d(arg0) {
|
|
1365
1365
|
const ret = typeof(arg0) === 'function';
|
|
1366
1366
|
return ret;
|
|
1367
1367
|
}
|
|
1368
|
-
export function
|
|
1368
|
+
export function __wbg___wbindgen_is_null_52ff4ec04186736f(arg0) {
|
|
1369
1369
|
const ret = arg0 === null;
|
|
1370
1370
|
return ret;
|
|
1371
1371
|
}
|
|
1372
|
-
export function
|
|
1372
|
+
export function __wbg___wbindgen_is_object_63322ec0cd6ea4ef(arg0) {
|
|
1373
1373
|
const val = arg0;
|
|
1374
1374
|
const ret = typeof(val) === 'object' && val !== null;
|
|
1375
1375
|
return ret;
|
|
1376
1376
|
}
|
|
1377
|
-
export function
|
|
1377
|
+
export function __wbg___wbindgen_is_string_6df3bf7ef1164ed3(arg0) {
|
|
1378
1378
|
const ret = typeof(arg0) === 'string';
|
|
1379
1379
|
return ret;
|
|
1380
1380
|
}
|
|
1381
|
-
export function
|
|
1381
|
+
export function __wbg___wbindgen_is_undefined_29a43b4d42920abd(arg0) {
|
|
1382
1382
|
const ret = arg0 === undefined;
|
|
1383
1383
|
return ret;
|
|
1384
1384
|
}
|
|
1385
|
-
export function
|
|
1385
|
+
export function __wbg___wbindgen_jsval_eq_d3465d8a07697228(arg0, arg1) {
|
|
1386
1386
|
const ret = arg0 === arg1;
|
|
1387
1387
|
return ret;
|
|
1388
1388
|
}
|
|
1389
|
-
export function
|
|
1389
|
+
export function __wbg___wbindgen_jsval_loose_eq_cac3565e89b4134c(arg0, arg1) {
|
|
1390
1390
|
const ret = arg0 == arg1;
|
|
1391
1391
|
return ret;
|
|
1392
1392
|
}
|
|
1393
|
-
export function
|
|
1393
|
+
export function __wbg___wbindgen_number_get_c7f42aed0525c451(arg0, arg1) {
|
|
1394
1394
|
const obj = arg1;
|
|
1395
1395
|
const ret = typeof(obj) === 'number' ? obj : undefined;
|
|
1396
1396
|
getDataViewMemory0().setFloat64(arg0 + 8 * 1, isLikeNone(ret) ? 0 : ret, true);
|
|
1397
1397
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, !isLikeNone(ret), true);
|
|
1398
1398
|
}
|
|
1399
|
-
export function
|
|
1399
|
+
export function __wbg___wbindgen_string_get_7ed5322991caaec5(arg0, arg1) {
|
|
1400
1400
|
const obj = arg1;
|
|
1401
1401
|
const ret = typeof(obj) === 'string' ? obj : undefined;
|
|
1402
1402
|
var ptr1 = isLikeNone(ret) ? 0 : passStringToWasm0(ret, wasm.__wbindgen_malloc_command_export, wasm.__wbindgen_realloc_command_export);
|
|
@@ -1404,56 +1404,56 @@ export function __wbg___wbindgen_string_get_914df97fcfa788f2(arg0, arg1) {
|
|
|
1404
1404
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
1405
1405
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
1406
1406
|
}
|
|
1407
|
-
export function
|
|
1407
|
+
export function __wbg___wbindgen_throw_6b64449b9b9ed33c(arg0, arg1) {
|
|
1408
1408
|
var v0 = getCachedStringFromWasm0(arg0, arg1);
|
|
1409
1409
|
throw new Error(v0);
|
|
1410
1410
|
}
|
|
1411
|
-
export function
|
|
1411
|
+
export function __wbg__wbg_cb_unref_b46c9b5a9f08ec37(arg0) {
|
|
1412
1412
|
arg0._wbg_cb_unref();
|
|
1413
1413
|
}
|
|
1414
|
-
export function
|
|
1414
|
+
export function __wbg_addEventListener_8176dab41b09531c() { return handleError(function (arg0, arg1, arg2, arg3) {
|
|
1415
1415
|
var v0 = getCachedStringFromWasm0(arg1, arg2);
|
|
1416
1416
|
arg0.addEventListener(v0, arg3);
|
|
1417
1417
|
}, arguments); }
|
|
1418
|
-
export function
|
|
1418
|
+
export function __wbg_apply_4c35bd236dda9c14() { return handleError(function (arg0, arg1, arg2) {
|
|
1419
1419
|
const ret = arg0.apply(arg1, arg2);
|
|
1420
1420
|
return ret;
|
|
1421
1421
|
}, arguments); }
|
|
1422
|
-
export function
|
|
1423
|
-
const ret = arg0.call(arg1, arg2, arg3);
|
|
1424
|
-
return ret;
|
|
1425
|
-
}, arguments); }
|
|
1426
|
-
export function __wbg_call_7f2987183bb62793() { return handleError(function (arg0, arg1) {
|
|
1422
|
+
export function __wbg_call_14b169f759b26747() { return handleError(function (arg0, arg1) {
|
|
1427
1423
|
const ret = arg0.call(arg1);
|
|
1428
1424
|
return ret;
|
|
1429
1425
|
}, arguments); }
|
|
1430
|
-
export function
|
|
1426
|
+
export function __wbg_call_a24592a6f349a97e() { return handleError(function (arg0, arg1, arg2) {
|
|
1431
1427
|
const ret = arg0.call(arg1, arg2);
|
|
1432
1428
|
return ret;
|
|
1433
1429
|
}, arguments); }
|
|
1434
|
-
export function
|
|
1430
|
+
export function __wbg_call_bb28efe6b2f55b86() { return handleError(function (arg0, arg1, arg2, arg3) {
|
|
1431
|
+
const ret = arg0.call(arg1, arg2, arg3);
|
|
1432
|
+
return ret;
|
|
1433
|
+
}, arguments); }
|
|
1434
|
+
export function __wbg_construct_2367e500aed1ab8c() { return handleError(function (arg0, arg1) {
|
|
1435
1435
|
const ret = Reflect.construct(arg0, arg1);
|
|
1436
1436
|
return ret;
|
|
1437
1437
|
}, arguments); }
|
|
1438
|
-
export function
|
|
1438
|
+
export function __wbg_debug_c014a160490283dc(arg0) {
|
|
1439
1439
|
console.debug(arg0);
|
|
1440
1440
|
}
|
|
1441
|
-
export function
|
|
1441
|
+
export function __wbg_decode_c8b2d8a20b50ceb3() { return handleError(function (arg0, arg1, arg2, arg3) {
|
|
1442
1442
|
const ret = arg1.decode(getArrayU8FromWasm0(arg2, arg3));
|
|
1443
1443
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc_command_export, wasm.__wbindgen_realloc_command_export);
|
|
1444
1444
|
const len1 = WASM_VECTOR_LEN;
|
|
1445
1445
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
1446
1446
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
1447
1447
|
}, arguments); }
|
|
1448
|
-
export function
|
|
1448
|
+
export function __wbg_done_9158f7cc8751ba32(arg0) {
|
|
1449
1449
|
const ret = arg0.done;
|
|
1450
1450
|
return ret;
|
|
1451
1451
|
}
|
|
1452
|
-
export function
|
|
1452
|
+
export function __wbg_entries_e0b73aa8571ddb56(arg0) {
|
|
1453
1453
|
const ret = Object.entries(arg0);
|
|
1454
1454
|
return ret;
|
|
1455
1455
|
}
|
|
1456
|
-
export function
|
|
1456
|
+
export function __wbg_error_2001591ad2463697(arg0) {
|
|
1457
1457
|
console.error(arg0);
|
|
1458
1458
|
}
|
|
1459
1459
|
export function __wbg_error_a6fa202b58aa1cd3(arg0, arg1) {
|
|
@@ -1461,11 +1461,11 @@ export function __wbg_error_a6fa202b58aa1cd3(arg0, arg1) {
|
|
|
1461
1461
|
if (arg0 !== 0) { wasm.__wbindgen_free_command_export(arg0, arg1, 1); }
|
|
1462
1462
|
console.error(v0);
|
|
1463
1463
|
}
|
|
1464
|
-
export function
|
|
1464
|
+
export function __wbg_fromCodePoint_4592108dc134086a() { return handleError(function (arg0) {
|
|
1465
1465
|
const ret = String.fromCodePoint(arg0 >>> 0);
|
|
1466
1466
|
return ret;
|
|
1467
1467
|
}, arguments); }
|
|
1468
|
-
export function
|
|
1468
|
+
export function __wbg_from_0dbf29f09e7fb200(arg0) {
|
|
1469
1469
|
const ret = Array.from(arg0);
|
|
1470
1470
|
return ret;
|
|
1471
1471
|
}
|
|
@@ -1475,38 +1475,38 @@ export function __wbg_getRandomValues_3f44b700395062e5() { return handleError(fu
|
|
|
1475
1475
|
export function __wbg_getRandomValues_76dfc69825c9c552() { return handleError(function (arg0, arg1) {
|
|
1476
1476
|
globalThis.crypto.getRandomValues(getArrayU8FromWasm0(arg0, arg1));
|
|
1477
1477
|
}, arguments); }
|
|
1478
|
-
export function
|
|
1478
|
+
export function __wbg_getTime_da7c55f52b71e8c6(arg0) {
|
|
1479
1479
|
const ret = arg0.getTime();
|
|
1480
1480
|
return ret;
|
|
1481
1481
|
}
|
|
1482
|
-
export function
|
|
1483
|
-
const ret = arg0
|
|
1484
|
-
return ret;
|
|
1485
|
-
}
|
|
1486
|
-
export function __wbg_get_d3532eb927c28d21() { return handleError(function (arg0, arg1) {
|
|
1487
|
-
const ret = arg0.get(arg1 >>> 0);
|
|
1482
|
+
export function __wbg_get_1affdbdd5573b16a() { return handleError(function (arg0, arg1) {
|
|
1483
|
+
const ret = Reflect.get(arg0, arg1);
|
|
1488
1484
|
return ret;
|
|
1489
1485
|
}, arguments); }
|
|
1490
|
-
export function
|
|
1486
|
+
export function __wbg_get_6011fa3a58f61074() { return handleError(function (arg0, arg1) {
|
|
1491
1487
|
const ret = Reflect.get(arg0, arg1);
|
|
1492
1488
|
return ret;
|
|
1493
1489
|
}, arguments); }
|
|
1494
|
-
export function
|
|
1495
|
-
const ret =
|
|
1490
|
+
export function __wbg_get_8360291721e2339f(arg0, arg1) {
|
|
1491
|
+
const ret = arg0[arg1 >>> 0];
|
|
1492
|
+
return ret;
|
|
1493
|
+
}
|
|
1494
|
+
export function __wbg_get_e9a5dd1d116b4224() { return handleError(function (arg0, arg1) {
|
|
1495
|
+
const ret = arg0.get(arg1 >>> 0);
|
|
1496
1496
|
return ret;
|
|
1497
1497
|
}, arguments); }
|
|
1498
|
-
export function
|
|
1498
|
+
export function __wbg_get_index_2244157d6f8d0f78(arg0, arg1) {
|
|
1499
1499
|
const ret = arg0[arg1 >>> 0];
|
|
1500
1500
|
return ret;
|
|
1501
1501
|
}
|
|
1502
|
-
export function
|
|
1502
|
+
export function __wbg_get_unchecked_17f53dad852b9588(arg0, arg1) {
|
|
1503
1503
|
const ret = arg0[arg1 >>> 0];
|
|
1504
1504
|
return ret;
|
|
1505
1505
|
}
|
|
1506
|
-
export function
|
|
1506
|
+
export function __wbg_info_7479429238bffbce(arg0) {
|
|
1507
1507
|
console.info(arg0);
|
|
1508
1508
|
}
|
|
1509
|
-
export function
|
|
1509
|
+
export function __wbg_instanceof_ArrayBuffer_7c8433c6ed14ffe3(arg0) {
|
|
1510
1510
|
let result;
|
|
1511
1511
|
try {
|
|
1512
1512
|
result = arg0 instanceof ArrayBuffer;
|
|
@@ -1516,7 +1516,7 @@ export function __wbg_instanceof_ArrayBuffer_ff7c1337a5e3b33a(arg0) {
|
|
|
1516
1516
|
const ret = result;
|
|
1517
1517
|
return ret;
|
|
1518
1518
|
}
|
|
1519
|
-
export function
|
|
1519
|
+
export function __wbg_instanceof_Map_1b76fd4635be43eb(arg0) {
|
|
1520
1520
|
let result;
|
|
1521
1521
|
try {
|
|
1522
1522
|
result = arg0 instanceof Map;
|
|
@@ -1526,7 +1526,7 @@ export function __wbg_instanceof_Map_a10a2795ef4bfe97(arg0) {
|
|
|
1526
1526
|
const ret = result;
|
|
1527
1527
|
return ret;
|
|
1528
1528
|
}
|
|
1529
|
-
export function
|
|
1529
|
+
export function __wbg_instanceof_Uint8Array_152ba1f289edcf3f(arg0) {
|
|
1530
1530
|
let result;
|
|
1531
1531
|
try {
|
|
1532
1532
|
result = arg0 instanceof Uint8Array;
|
|
@@ -1536,53 +1536,45 @@ export function __wbg_instanceof_Uint8Array_4b8da683deb25d72(arg0) {
|
|
|
1536
1536
|
const ret = result;
|
|
1537
1537
|
return ret;
|
|
1538
1538
|
}
|
|
1539
|
-
export function
|
|
1539
|
+
export function __wbg_isArray_c3109d14ffc06469(arg0) {
|
|
1540
1540
|
const ret = Array.isArray(arg0);
|
|
1541
1541
|
return ret;
|
|
1542
1542
|
}
|
|
1543
|
-
export function
|
|
1543
|
+
export function __wbg_isSafeInteger_4fc213d1989d6d2a(arg0) {
|
|
1544
1544
|
const ret = Number.isSafeInteger(arg0);
|
|
1545
1545
|
return ret;
|
|
1546
1546
|
}
|
|
1547
|
-
export function
|
|
1547
|
+
export function __wbg_iterator_013bc09ec998c2a7() {
|
|
1548
1548
|
const ret = Symbol.iterator;
|
|
1549
1549
|
return ret;
|
|
1550
1550
|
}
|
|
1551
|
-
export function
|
|
1551
|
+
export function __wbg_length_04e0117804975aa5(arg0) {
|
|
1552
1552
|
const ret = arg0.length;
|
|
1553
1553
|
return ret;
|
|
1554
1554
|
}
|
|
1555
|
-
export function
|
|
1555
|
+
export function __wbg_length_3d4ecd04bd8d22f1(arg0) {
|
|
1556
1556
|
const ret = arg0.length;
|
|
1557
1557
|
return ret;
|
|
1558
1558
|
}
|
|
1559
|
-
export function
|
|
1559
|
+
export function __wbg_length_6a1b273b7b4163ba(arg0) {
|
|
1560
1560
|
const ret = arg0.length;
|
|
1561
1561
|
return ret;
|
|
1562
1562
|
}
|
|
1563
|
-
export function
|
|
1563
|
+
export function __wbg_length_9f1775224cf1d815(arg0) {
|
|
1564
1564
|
const ret = arg0.length;
|
|
1565
1565
|
return ret;
|
|
1566
1566
|
}
|
|
1567
|
-
export function
|
|
1567
|
+
export function __wbg_log_7e1aa9064a1dbdbd(arg0) {
|
|
1568
1568
|
console.log(arg0);
|
|
1569
1569
|
}
|
|
1570
|
-
export function
|
|
1571
|
-
const ret = new Date();
|
|
1572
|
-
return ret;
|
|
1573
|
-
}
|
|
1574
|
-
export function __wbg_new_227d7c05414eb861() {
|
|
1575
|
-
const ret = new Error();
|
|
1576
|
-
return ret;
|
|
1577
|
-
}
|
|
1578
|
-
export function __wbg_new_40792555590ec35c(arg0, arg1) {
|
|
1570
|
+
export function __wbg_new_036bd6cd9cea9e73(arg0, arg1) {
|
|
1579
1571
|
try {
|
|
1580
1572
|
var state0 = {a: arg0, b: arg1};
|
|
1581
1573
|
var cb0 = (arg0, arg1) => {
|
|
1582
1574
|
const a = state0.a;
|
|
1583
1575
|
state0.a = 0;
|
|
1584
1576
|
try {
|
|
1585
|
-
return
|
|
1577
|
+
return wasm_bindgen__convert__closures_____invoke__h1ee2f906c024fa14(a, state0.b, arg0, arg1);
|
|
1586
1578
|
} finally {
|
|
1587
1579
|
state0.a = a;
|
|
1588
1580
|
}
|
|
@@ -1593,38 +1585,46 @@ export function __wbg_new_40792555590ec35c(arg0, arg1) {
|
|
|
1593
1585
|
state0.a = 0;
|
|
1594
1586
|
}
|
|
1595
1587
|
}
|
|
1596
|
-
export function
|
|
1597
|
-
const ret = new
|
|
1588
|
+
export function __wbg_new_0_4d657201ced14de3() {
|
|
1589
|
+
const ret = new Date();
|
|
1598
1590
|
return ret;
|
|
1599
1591
|
}
|
|
1600
|
-
export function
|
|
1601
|
-
const ret = new
|
|
1592
|
+
export function __wbg_new_0a8d011ad814b95a() { return handleError(function () {
|
|
1593
|
+
const ret = new FileReader();
|
|
1602
1594
|
return ret;
|
|
1603
|
-
}
|
|
1604
|
-
export function
|
|
1595
|
+
}, arguments); }
|
|
1596
|
+
export function __wbg_new_0c7403db6e782f19(arg0) {
|
|
1605
1597
|
const ret = new Uint8Array(arg0);
|
|
1606
1598
|
return ret;
|
|
1607
1599
|
}
|
|
1608
|
-
export function
|
|
1609
|
-
const ret = new
|
|
1600
|
+
export function __wbg_new_227d7c05414eb861() {
|
|
1601
|
+
const ret = new Error();
|
|
1610
1602
|
return ret;
|
|
1611
|
-
}
|
|
1612
|
-
export function
|
|
1603
|
+
}
|
|
1604
|
+
export function __wbg_new_34d45cc8e36aaead() {
|
|
1605
|
+
const ret = new Map();
|
|
1606
|
+
return ret;
|
|
1607
|
+
}
|
|
1608
|
+
export function __wbg_new_682678e2f47e32bc() {
|
|
1613
1609
|
const ret = new Array();
|
|
1614
1610
|
return ret;
|
|
1615
1611
|
}
|
|
1616
|
-
export function
|
|
1612
|
+
export function __wbg_new_aa8d0fa9762c29bd() {
|
|
1613
|
+
const ret = new Object();
|
|
1614
|
+
return ret;
|
|
1615
|
+
}
|
|
1616
|
+
export function __wbg_new_from_slice_b5ea43e23f6008c0(arg0, arg1) {
|
|
1617
1617
|
const ret = new Uint8Array(getArrayU8FromWasm0(arg0, arg1));
|
|
1618
1618
|
return ret;
|
|
1619
1619
|
}
|
|
1620
|
-
export function
|
|
1620
|
+
export function __wbg_new_typed_323f37fd55ab048d(arg0, arg1) {
|
|
1621
1621
|
try {
|
|
1622
1622
|
var state0 = {a: arg0, b: arg1};
|
|
1623
1623
|
var cb0 = (arg0, arg1) => {
|
|
1624
1624
|
const a = state0.a;
|
|
1625
1625
|
state0.a = 0;
|
|
1626
1626
|
try {
|
|
1627
|
-
return
|
|
1627
|
+
return wasm_bindgen__convert__closures_____invoke__h1ee2f906c024fa14(a, state0.b, arg0, arg1);
|
|
1628
1628
|
} finally {
|
|
1629
1629
|
state0.a = a;
|
|
1630
1630
|
}
|
|
@@ -1635,105 +1635,105 @@ export function __wbg_new_typed_14d7cc391ce53d2c(arg0, arg1) {
|
|
|
1635
1635
|
state0.a = 0;
|
|
1636
1636
|
}
|
|
1637
1637
|
}
|
|
1638
|
-
export function
|
|
1638
|
+
export function __wbg_new_with_label_8b95867a9de43417() { return handleError(function (arg0, arg1) {
|
|
1639
1639
|
var v0 = getCachedStringFromWasm0(arg0, arg1);
|
|
1640
1640
|
const ret = new TextDecoder(v0);
|
|
1641
1641
|
return ret;
|
|
1642
1642
|
}, arguments); }
|
|
1643
|
-
export function
|
|
1643
|
+
export function __wbg_new_with_length_223c4ea248649e55(arg0) {
|
|
1644
1644
|
const ret = new Array(arg0 >>> 0);
|
|
1645
1645
|
return ret;
|
|
1646
1646
|
}
|
|
1647
|
-
export function
|
|
1647
|
+
export function __wbg_new_with_length_8c854e41ea4dae9b(arg0) {
|
|
1648
1648
|
const ret = new Uint8Array(arg0 >>> 0);
|
|
1649
1649
|
return ret;
|
|
1650
1650
|
}
|
|
1651
|
-
export function
|
|
1652
|
-
const ret = arg0.next;
|
|
1653
|
-
return ret;
|
|
1654
|
-
}
|
|
1655
|
-
export function __wbg_next_b3713ec761a9dbfd() { return handleError(function (arg0) {
|
|
1651
|
+
export function __wbg_next_0340c4ae324393c3() { return handleError(function (arg0) {
|
|
1656
1652
|
const ret = arg0.next();
|
|
1657
1653
|
return ret;
|
|
1658
1654
|
}, arguments); }
|
|
1659
|
-
export function
|
|
1660
|
-
const ret =
|
|
1655
|
+
export function __wbg_next_7646edaa39458ef7(arg0) {
|
|
1656
|
+
const ret = arg0.next;
|
|
1661
1657
|
return ret;
|
|
1662
1658
|
}
|
|
1663
|
-
export function
|
|
1664
|
-
const ret = Array.of(arg0
|
|
1659
|
+
export function __wbg_of_07054ba808010e4f(arg0) {
|
|
1660
|
+
const ret = Array.of(arg0);
|
|
1665
1661
|
return ret;
|
|
1666
1662
|
}
|
|
1667
|
-
export function
|
|
1663
|
+
export function __wbg_of_7532e43da680ecb3(arg0, arg1) {
|
|
1668
1664
|
const ret = Array.of(arg0, arg1);
|
|
1669
1665
|
return ret;
|
|
1670
1666
|
}
|
|
1671
|
-
export function
|
|
1672
|
-
const ret = Array.of(arg0);
|
|
1667
|
+
export function __wbg_of_933979e905fe689c(arg0, arg1, arg2) {
|
|
1668
|
+
const ret = Array.of(arg0, arg1, arg2);
|
|
1673
1669
|
return ret;
|
|
1674
1670
|
}
|
|
1675
|
-
export function
|
|
1676
|
-
const ret = Array.of(arg0, arg1, arg2);
|
|
1671
|
+
export function __wbg_of_bcea089e25c82a8a(arg0, arg1, arg2, arg3, arg4) {
|
|
1672
|
+
const ret = Array.of(arg0, arg1, arg2, arg3, arg4);
|
|
1673
|
+
return ret;
|
|
1674
|
+
}
|
|
1675
|
+
export function __wbg_of_c7d7023c87dd41d9(arg0, arg1, arg2, arg3) {
|
|
1676
|
+
const ret = Array.of(arg0, arg1, arg2, arg3);
|
|
1677
1677
|
return ret;
|
|
1678
1678
|
}
|
|
1679
|
-
export function
|
|
1679
|
+
export function __wbg_parse_1bbc9c053611d0a7() { return handleError(function (arg0, arg1) {
|
|
1680
1680
|
var v0 = getCachedStringFromWasm0(arg0, arg1);
|
|
1681
1681
|
const ret = JSON.parse(v0);
|
|
1682
1682
|
return ret;
|
|
1683
1683
|
}, arguments); }
|
|
1684
|
-
export function
|
|
1684
|
+
export function __wbg_prototypesetcall_a6b02eb00b0f4ce2(arg0, arg1, arg2) {
|
|
1685
1685
|
Uint8Array.prototype.set.call(getArrayU8FromWasm0(arg0, arg1), arg2);
|
|
1686
1686
|
}
|
|
1687
|
-
export function
|
|
1687
|
+
export function __wbg_push_471a5b068a5295f6(arg0, arg1) {
|
|
1688
1688
|
const ret = arg0.push(arg1);
|
|
1689
1689
|
return ret;
|
|
1690
1690
|
}
|
|
1691
|
-
export function
|
|
1691
|
+
export function __wbg_queueMicrotask_5d15a957e6aa920e(arg0) {
|
|
1692
|
+
queueMicrotask(arg0);
|
|
1693
|
+
}
|
|
1694
|
+
export function __wbg_queueMicrotask_f8819e5ffc402f36(arg0) {
|
|
1692
1695
|
const ret = arg0.queueMicrotask;
|
|
1693
1696
|
return ret;
|
|
1694
1697
|
}
|
|
1695
|
-
export function
|
|
1696
|
-
queueMicrotask(arg0);
|
|
1697
|
-
}
|
|
1698
|
-
export function __wbg_readAsArrayBuffer_981694de4b45e06b() { return handleError(function (arg0, arg1) {
|
|
1698
|
+
export function __wbg_readAsArrayBuffer_7f1359e61bc15108() { return handleError(function (arg0, arg1) {
|
|
1699
1699
|
arg0.readAsArrayBuffer(arg1);
|
|
1700
1700
|
}, arguments); }
|
|
1701
|
-
export function
|
|
1701
|
+
export function __wbg_reject_ef67a12c7cc1cf7c(arg0) {
|
|
1702
1702
|
const ret = Promise.reject(arg0);
|
|
1703
1703
|
return ret;
|
|
1704
1704
|
}
|
|
1705
|
-
export function
|
|
1705
|
+
export function __wbg_resolve_e6c466bc1052f16c(arg0) {
|
|
1706
1706
|
const ret = Promise.resolve(arg0);
|
|
1707
1707
|
return ret;
|
|
1708
1708
|
}
|
|
1709
|
-
export function
|
|
1709
|
+
export function __wbg_result_cadfbcadd3b04647() { return handleError(function (arg0) {
|
|
1710
1710
|
const ret = arg0.result;
|
|
1711
1711
|
return ret;
|
|
1712
1712
|
}, arguments); }
|
|
1713
|
-
export function
|
|
1714
|
-
const ret =
|
|
1713
|
+
export function __wbg_set_022bee52d0b05b19() { return handleError(function (arg0, arg1, arg2) {
|
|
1714
|
+
const ret = Reflect.set(arg0, arg1, arg2);
|
|
1715
1715
|
return ret;
|
|
1716
|
+
}, arguments); }
|
|
1717
|
+
export function __wbg_set_3bf1de9fab0cd644(arg0, arg1, arg2) {
|
|
1718
|
+
arg0[arg1 >>> 0] = arg2;
|
|
1716
1719
|
}
|
|
1717
|
-
export function
|
|
1720
|
+
export function __wbg_set_3d484eb794afec82(arg0, arg1, arg2) {
|
|
1718
1721
|
arg0.set(getArrayU8FromWasm0(arg1, arg2));
|
|
1719
1722
|
}
|
|
1720
|
-
export function __wbg_set_533471d8355b4dd3() { return handleError(function (arg0, arg1, arg2) {
|
|
1721
|
-
arg0.set(arg1 >>> 0, arg2);
|
|
1722
|
-
}, arguments); }
|
|
1723
|
-
export function __wbg_set_62f340d5d135b4db(arg0, arg1, arg2) {
|
|
1724
|
-
arg0.set(arg1, arg2 >>> 0);
|
|
1725
|
-
}
|
|
1726
1723
|
export function __wbg_set_6be42768c690e380(arg0, arg1, arg2) {
|
|
1727
1724
|
arg0[arg1] = arg2;
|
|
1728
1725
|
}
|
|
1729
|
-
export function
|
|
1730
|
-
arg0
|
|
1726
|
+
export function __wbg_set_d8f1efe557b9e7e1(arg0, arg1, arg2) {
|
|
1727
|
+
arg0.set(arg1, arg2 >>> 0);
|
|
1731
1728
|
}
|
|
1732
|
-
export function
|
|
1733
|
-
|
|
1734
|
-
return ret;
|
|
1729
|
+
export function __wbg_set_edbccb8f26e7369d() { return handleError(function (arg0, arg1, arg2) {
|
|
1730
|
+
arg0.set(arg1 >>> 0, arg2);
|
|
1735
1731
|
}, arguments); }
|
|
1736
|
-
export function
|
|
1732
|
+
export function __wbg_set_fde2cec06c23692b(arg0, arg1, arg2) {
|
|
1733
|
+
const ret = arg0.set(arg1, arg2);
|
|
1734
|
+
return ret;
|
|
1735
|
+
}
|
|
1736
|
+
export function __wbg_slice_30ddef84546fd9d0(arg0, arg1, arg2) {
|
|
1737
1737
|
const ret = arg0.slice(arg1 >>> 0, arg2 >>> 0);
|
|
1738
1738
|
return ret;
|
|
1739
1739
|
}
|
|
@@ -1744,56 +1744,56 @@ export function __wbg_stack_3b0d974bbf31e44f(arg0, arg1) {
|
|
|
1744
1744
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
1745
1745
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
1746
1746
|
}
|
|
1747
|
-
export function
|
|
1748
|
-
const ret = typeof
|
|
1747
|
+
export function __wbg_static_accessor_GLOBAL_8cfadc87a297ca02() {
|
|
1748
|
+
const ret = typeof global === 'undefined' ? null : global;
|
|
1749
1749
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
1750
1750
|
}
|
|
1751
|
-
export function
|
|
1752
|
-
const ret = typeof
|
|
1751
|
+
export function __wbg_static_accessor_GLOBAL_THIS_602256ae5c8f42cf() {
|
|
1752
|
+
const ret = typeof globalThis === 'undefined' ? null : globalThis;
|
|
1753
1753
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
1754
1754
|
}
|
|
1755
|
-
export function
|
|
1755
|
+
export function __wbg_static_accessor_SELF_e445c1c7484aecc3() {
|
|
1756
1756
|
const ret = typeof self === 'undefined' ? null : self;
|
|
1757
1757
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
1758
1758
|
}
|
|
1759
|
-
export function
|
|
1759
|
+
export function __wbg_static_accessor_WINDOW_f20e8576ef1e0f17() {
|
|
1760
1760
|
const ret = typeof window === 'undefined' ? null : window;
|
|
1761
1761
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
1762
1762
|
}
|
|
1763
|
-
export function
|
|
1763
|
+
export function __wbg_subarray_f8ca46a25b1f5e0d(arg0, arg1, arg2) {
|
|
1764
1764
|
const ret = arg0.subarray(arg1 >>> 0, arg2 >>> 0);
|
|
1765
1765
|
return ret;
|
|
1766
1766
|
}
|
|
1767
|
-
export function
|
|
1767
|
+
export function __wbg_then_792e0c862b060889(arg0, arg1, arg2) {
|
|
1768
1768
|
const ret = arg0.then(arg1, arg2);
|
|
1769
1769
|
return ret;
|
|
1770
1770
|
}
|
|
1771
|
-
export function
|
|
1771
|
+
export function __wbg_then_8e16ee11f05e4827(arg0, arg1) {
|
|
1772
1772
|
const ret = arg0.then(arg1);
|
|
1773
1773
|
return ret;
|
|
1774
1774
|
}
|
|
1775
|
-
export function
|
|
1775
|
+
export function __wbg_type_94629e6712c72aa5(arg0, arg1) {
|
|
1776
1776
|
const ret = arg1.type;
|
|
1777
1777
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc_command_export, wasm.__wbindgen_realloc_command_export);
|
|
1778
1778
|
const len1 = WASM_VECTOR_LEN;
|
|
1779
1779
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
1780
1780
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
1781
1781
|
}
|
|
1782
|
-
export function
|
|
1782
|
+
export function __wbg_value_ee3a06f4579184fa(arg0) {
|
|
1783
1783
|
const ret = arg0.value;
|
|
1784
1784
|
return ret;
|
|
1785
1785
|
}
|
|
1786
|
-
export function
|
|
1786
|
+
export function __wbg_warn_3cc416af27dbdc02(arg0) {
|
|
1787
1787
|
console.warn(arg0);
|
|
1788
1788
|
}
|
|
1789
1789
|
export function __wbindgen_cast_0000000000000001(arg0, arg1) {
|
|
1790
1790
|
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [Externref], shim_idx: 4, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
1791
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
1791
|
+
const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__h8e8c828bab60469f);
|
|
1792
1792
|
return ret;
|
|
1793
1793
|
}
|
|
1794
1794
|
export function __wbindgen_cast_0000000000000002(arg0, arg1) {
|
|
1795
|
-
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [Externref], shim_idx:
|
|
1796
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
1795
|
+
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [Externref], shim_idx: 4406, ret: Result(Unit), inner_ret: Some(Result(Unit)) }, mutable: true }) -> Externref`.
|
|
1796
|
+
const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__h46c2b513e42ccaa4);
|
|
1797
1797
|
return ret;
|
|
1798
1798
|
}
|
|
1799
1799
|
export function __wbindgen_cast_0000000000000003(arg0) {
|
|
@@ -1826,19 +1826,19 @@ export function __wbindgen_init_externref_table() {
|
|
|
1826
1826
|
table.set(offset + 2, true);
|
|
1827
1827
|
table.set(offset + 3, false);
|
|
1828
1828
|
}
|
|
1829
|
-
function
|
|
1830
|
-
wasm.
|
|
1829
|
+
function wasm_bindgen__convert__closures_____invoke__h8e8c828bab60469f(arg0, arg1, arg2) {
|
|
1830
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h8e8c828bab60469f(arg0, arg1, arg2);
|
|
1831
1831
|
}
|
|
1832
1832
|
|
|
1833
|
-
function
|
|
1834
|
-
const ret = wasm.
|
|
1833
|
+
function wasm_bindgen__convert__closures_____invoke__h46c2b513e42ccaa4(arg0, arg1, arg2) {
|
|
1834
|
+
const ret = wasm.wasm_bindgen__convert__closures_____invoke__h46c2b513e42ccaa4(arg0, arg1, arg2);
|
|
1835
1835
|
if (ret[1]) {
|
|
1836
1836
|
throw takeFromExternrefTable0(ret[0]);
|
|
1837
1837
|
}
|
|
1838
1838
|
}
|
|
1839
1839
|
|
|
1840
|
-
function
|
|
1841
|
-
wasm.
|
|
1840
|
+
function wasm_bindgen__convert__closures_____invoke__h1ee2f906c024fa14(arg0, arg1, arg2, arg3) {
|
|
1841
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h1ee2f906c024fa14(arg0, arg1, arg2, arg3);
|
|
1842
1842
|
}
|
|
1843
1843
|
|
|
1844
1844
|
const ModuleInfoFinalization = (typeof FinalizationRegistry === 'undefined')
|
|
Binary file
|
|
@@ -51,9 +51,9 @@ export const read_block_from_callback_wasm: (a: number, b: number, c: number, d:
|
|
|
51
51
|
export const write_block_from_callback_wasm: (a: number, b: number, c: number) => number;
|
|
52
52
|
export const compress: (a: number, b: number, c: number, d: number) => [number, number, number];
|
|
53
53
|
export const decompress: (a: any, b: number, c: number, d: any) => [number, number];
|
|
54
|
-
export const
|
|
55
|
-
export const
|
|
56
|
-
export const
|
|
54
|
+
export const wasm_bindgen__convert__closures_____invoke__h46c2b513e42ccaa4: (a: number, b: number, c: any) => [number, number];
|
|
55
|
+
export const wasm_bindgen__convert__closures_____invoke__h1ee2f906c024fa14: (a: number, b: number, c: any, d: any) => void;
|
|
56
|
+
export const wasm_bindgen__convert__closures_____invoke__h8e8c828bab60469f: (a: number, b: number, c: any) => void;
|
|
57
57
|
export const __wbindgen_externrefs: WebAssembly.Table;
|
|
58
58
|
export const __wbindgen_malloc_command_export: (a: number, b: number) => number;
|
|
59
59
|
export const __wbindgen_realloc_command_export: (a: number, b: number, c: number, d: number) => number;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kreuzberg/wasm",
|
|
3
|
-
"version": "4.8.
|
|
3
|
+
"version": "4.8.4",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"packageManager": "pnpm@10.17.0",
|
|
6
6
|
"description": "Kreuzberg document intelligence - WebAssembly bindings",
|
|
@@ -109,11 +109,11 @@
|
|
|
109
109
|
"prepublishOnly": "npm run build"
|
|
110
110
|
},
|
|
111
111
|
"devDependencies": {
|
|
112
|
-
"@types/node": "^25.
|
|
112
|
+
"@types/node": "^25.6.0",
|
|
113
113
|
"@vitest/coverage-v8": "^4.1.4",
|
|
114
114
|
"@vitest/ui": "^4.1.4",
|
|
115
115
|
"jsdom": "^29.0.2",
|
|
116
|
-
"oxlint": "^1.
|
|
116
|
+
"oxlint": "^1.60.0",
|
|
117
117
|
"tsup": "^8.5.1",
|
|
118
118
|
"typescript": "^6.0.2",
|
|
119
119
|
"vitest": "^4.1.4"
|