lebai_sdk 0.2.22 → 0.2.24
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/lebai_sdk_bg.js +45 -45
- package/lebai_sdk_bg.wasm +0 -0
- package/package.json +1 -1
package/lebai_sdk_bg.js
CHANGED
@@ -191,19 +191,19 @@ function makeMutClosure(arg0, arg1, dtor, f) {
|
|
191
191
|
return real;
|
192
192
|
}
|
193
193
|
function __wbg_adapter_52(arg0, arg1, arg2) {
|
194
|
-
wasm.
|
194
|
+
wasm.closure734_externref_shim(arg0, arg1, arg2);
|
195
195
|
}
|
196
196
|
|
197
|
-
function
|
198
|
-
wasm.
|
197
|
+
function __wbg_adapter_55(arg0, arg1) {
|
198
|
+
wasm._dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h7afab51d8ce0309d(arg0, arg1);
|
199
199
|
}
|
200
200
|
|
201
201
|
function __wbg_adapter_62(arg0, arg1, arg2) {
|
202
|
-
wasm.
|
202
|
+
wasm.closure818_externref_shim(arg0, arg1, arg2);
|
203
203
|
}
|
204
204
|
|
205
205
|
function __wbg_adapter_65(arg0, arg1) {
|
206
|
-
wasm.
|
206
|
+
wasm._dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h396a5b79f834dadc(arg0, arg1);
|
207
207
|
}
|
208
208
|
|
209
209
|
function addToExternrefTable0(obj) {
|
@@ -311,7 +311,7 @@ function getArrayU8FromWasm0(ptr, len) {
|
|
311
311
|
|
312
312
|
function notDefined(what) { return () => { throw new Error(`${what} is not defined`); }; }
|
313
313
|
function __wbg_adapter_271(arg0, arg1, arg2, arg3) {
|
314
|
-
wasm.
|
314
|
+
wasm.closure899_externref_shim(arg0, arg1, arg2, arg3);
|
315
315
|
}
|
316
316
|
|
317
317
|
const __wbindgen_enum_BinaryType = ["blob", "arraybuffer"];
|
@@ -1372,6 +1372,11 @@ export class RobotSubscription {
|
|
1372
1372
|
}
|
1373
1373
|
}
|
1374
1374
|
|
1375
|
+
export function __wbindgen_number_new(arg0) {
|
1376
|
+
const ret = arg0;
|
1377
|
+
return ret;
|
1378
|
+
};
|
1379
|
+
|
1375
1380
|
export function __wbindgen_string_get(arg0, arg1) {
|
1376
1381
|
const obj = arg1;
|
1377
1382
|
const ret = typeof(obj) === 'string' ? obj : undefined;
|
@@ -1381,16 +1386,6 @@ export function __wbindgen_string_get(arg0, arg1) {
|
|
1381
1386
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
1382
1387
|
};
|
1383
1388
|
|
1384
|
-
export function __wbindgen_number_new(arg0) {
|
1385
|
-
const ret = arg0;
|
1386
|
-
return ret;
|
1387
|
-
};
|
1388
|
-
|
1389
|
-
export function __wbg_robotsubscription_new(arg0) {
|
1390
|
-
const ret = RobotSubscription.__wrap(arg0);
|
1391
|
-
return ret;
|
1392
|
-
};
|
1393
|
-
|
1394
1389
|
export function __wbindgen_string_new(arg0, arg1) {
|
1395
1390
|
const ret = getStringFromWasm0(arg0, arg1);
|
1396
1391
|
return ret;
|
@@ -1401,6 +1396,11 @@ export function __wbg_robot_new(arg0) {
|
|
1401
1396
|
return ret;
|
1402
1397
|
};
|
1403
1398
|
|
1399
|
+
export function __wbg_robotsubscription_new(arg0) {
|
1400
|
+
const ret = RobotSubscription.__wrap(arg0);
|
1401
|
+
return ret;
|
1402
|
+
};
|
1403
|
+
|
1404
1404
|
export function __wbindgen_error_new(arg0, arg1) {
|
1405
1405
|
const ret = new Error(getStringFromWasm0(arg0, arg1));
|
1406
1406
|
return ret;
|
@@ -1412,6 +1412,11 @@ export function __wbindgen_boolean_get(arg0) {
|
|
1412
1412
|
return ret;
|
1413
1413
|
};
|
1414
1414
|
|
1415
|
+
export function __wbindgen_is_bigint(arg0) {
|
1416
|
+
const ret = typeof(arg0) === 'bigint';
|
1417
|
+
return ret;
|
1418
|
+
};
|
1419
|
+
|
1415
1420
|
export function __wbindgen_number_get(arg0, arg1) {
|
1416
1421
|
const obj = arg1;
|
1417
1422
|
const ret = typeof(obj) === 'number' ? obj : undefined;
|
@@ -1419,22 +1424,12 @@ export function __wbindgen_number_get(arg0, arg1) {
|
|
1419
1424
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, !isLikeNone(ret), true);
|
1420
1425
|
};
|
1421
1426
|
|
1422
|
-
export function __wbindgen_as_number(arg0) {
|
1423
|
-
const ret = +arg0;
|
1424
|
-
return ret;
|
1425
|
-
};
|
1426
|
-
|
1427
1427
|
export function __wbindgen_is_object(arg0) {
|
1428
1428
|
const val = arg0;
|
1429
1429
|
const ret = typeof(val) === 'object' && val !== null;
|
1430
1430
|
return ret;
|
1431
1431
|
};
|
1432
1432
|
|
1433
|
-
export function __wbindgen_is_bigint(arg0) {
|
1434
|
-
const ret = typeof(arg0) === 'bigint';
|
1435
|
-
return ret;
|
1436
|
-
};
|
1437
|
-
|
1438
1433
|
export function __wbindgen_in(arg0, arg1) {
|
1439
1434
|
const ret = arg0 in arg1;
|
1440
1435
|
return ret;
|
@@ -1475,6 +1470,11 @@ export function __wbindgen_is_string(arg0) {
|
|
1475
1470
|
return ret;
|
1476
1471
|
};
|
1477
1472
|
|
1473
|
+
export function __wbg_data_134d3a704b9fca32(arg0) {
|
1474
|
+
const ret = arg0.data;
|
1475
|
+
return ret;
|
1476
|
+
};
|
1477
|
+
|
1478
1478
|
export function __wbg_setonce_9f2ce9d61cf01425(arg0, arg1) {
|
1479
1479
|
arg0.once = arg1 !== 0;
|
1480
1480
|
};
|
@@ -1527,11 +1527,6 @@ export function __wbg_removeEventListener_4c13d11156153514() { return handleErro
|
|
1527
1527
|
arg0.removeEventListener(getStringFromWasm0(arg1, arg2), arg3);
|
1528
1528
|
}, arguments) };
|
1529
1529
|
|
1530
|
-
export function __wbg_data_134d3a704b9fca32(arg0) {
|
1531
|
-
const ret = arg0.data;
|
1532
|
-
return ret;
|
1533
|
-
};
|
1534
|
-
|
1535
1530
|
export function __wbg_readyState_bc0231e8c43b0907(arg0) {
|
1536
1531
|
const ret = arg0.readyState;
|
1537
1532
|
return ret;
|
@@ -1558,6 +1553,8 @@ export function __wbg_send_fe006eb24f5e2694() { return handleError(function (arg
|
|
1558
1553
|
arg0.send(getArrayU8FromWasm0(arg1, arg2));
|
1559
1554
|
}, arguments) };
|
1560
1555
|
|
1556
|
+
export const __wbg_queueMicrotask_c5419c06eab41e73 = typeof queueMicrotask == 'function' ? queueMicrotask : notDefined('queueMicrotask');
|
1557
|
+
|
1561
1558
|
export function __wbg_queueMicrotask_848aa4969108a57e(arg0) {
|
1562
1559
|
const ret = arg0.queueMicrotask;
|
1563
1560
|
return ret;
|
@@ -1568,8 +1565,6 @@ export function __wbindgen_is_function(arg0) {
|
|
1568
1565
|
return ret;
|
1569
1566
|
};
|
1570
1567
|
|
1571
|
-
export const __wbg_queueMicrotask_c5419c06eab41e73 = typeof queueMicrotask == 'function' ? queueMicrotask : notDefined('queueMicrotask');
|
1572
|
-
|
1573
1568
|
export const __wbg_clearTimeout_76877dbc010e786d = typeof clearTimeout == 'function' ? clearTimeout : notDefined('clearTimeout');
|
1574
1569
|
|
1575
1570
|
export function __wbg_setTimeout_75cb9b6991a4031d() { return handleError(function (arg0, arg1) {
|
@@ -1582,6 +1577,11 @@ export function __wbindgen_jsval_loose_eq(arg0, arg1) {
|
|
1582
1577
|
return ret;
|
1583
1578
|
};
|
1584
1579
|
|
1580
|
+
export function __wbindgen_as_number(arg0) {
|
1581
|
+
const ret = +arg0;
|
1582
|
+
return ret;
|
1583
|
+
};
|
1584
|
+
|
1585
1585
|
export function __wbg_getwithrefkey_edc2c8960f0f1191(arg0, arg1) {
|
1586
1586
|
const ret = arg0[arg1];
|
1587
1587
|
return ret;
|
@@ -1826,33 +1826,33 @@ export function __wbindgen_memory() {
|
|
1826
1826
|
return ret;
|
1827
1827
|
};
|
1828
1828
|
|
1829
|
-
export function
|
1830
|
-
const ret = makeMutClosure(arg0, arg1,
|
1829
|
+
export function __wbindgen_closure_wrapper1794(arg0, arg1, arg2) {
|
1830
|
+
const ret = makeMutClosure(arg0, arg1, 735, __wbg_adapter_52);
|
1831
1831
|
return ret;
|
1832
1832
|
};
|
1833
1833
|
|
1834
|
-
export function
|
1835
|
-
const ret = makeMutClosure(arg0, arg1,
|
1834
|
+
export function __wbindgen_closure_wrapper1796(arg0, arg1, arg2) {
|
1835
|
+
const ret = makeMutClosure(arg0, arg1, 735, __wbg_adapter_55);
|
1836
1836
|
return ret;
|
1837
1837
|
};
|
1838
1838
|
|
1839
|
-
export function
|
1840
|
-
const ret = makeMutClosure(arg0, arg1,
|
1839
|
+
export function __wbindgen_closure_wrapper1798(arg0, arg1, arg2) {
|
1840
|
+
const ret = makeMutClosure(arg0, arg1, 735, __wbg_adapter_52);
|
1841
1841
|
return ret;
|
1842
1842
|
};
|
1843
1843
|
|
1844
|
-
export function
|
1845
|
-
const ret = makeMutClosure(arg0, arg1,
|
1844
|
+
export function __wbindgen_closure_wrapper1800(arg0, arg1, arg2) {
|
1845
|
+
const ret = makeMutClosure(arg0, arg1, 735, __wbg_adapter_52);
|
1846
1846
|
return ret;
|
1847
1847
|
};
|
1848
1848
|
|
1849
|
-
export function
|
1850
|
-
const ret = makeMutClosure(arg0, arg1,
|
1849
|
+
export function __wbindgen_closure_wrapper2477(arg0, arg1, arg2) {
|
1850
|
+
const ret = makeMutClosure(arg0, arg1, 819, __wbg_adapter_62);
|
1851
1851
|
return ret;
|
1852
1852
|
};
|
1853
1853
|
|
1854
|
-
export function
|
1855
|
-
const ret = makeMutClosure(arg0, arg1,
|
1854
|
+
export function __wbindgen_closure_wrapper2503(arg0, arg1, arg2) {
|
1855
|
+
const ret = makeMutClosure(arg0, arg1, 830, __wbg_adapter_65);
|
1856
1856
|
return ret;
|
1857
1857
|
};
|
1858
1858
|
|
package/lebai_sdk_bg.wasm
CHANGED
Binary file
|