lebai_sdk 0.2.25 → 0.2.26
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 +15 -15
- package/lebai_sdk_bg.wasm +0 -0
- package/package.json +1 -1
package/lebai_sdk_bg.js
CHANGED
@@ -1372,11 +1372,6 @@ 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
|
-
|
1380
1375
|
export function __wbindgen_string_get(arg0, arg1) {
|
1381
1376
|
const obj = arg1;
|
1382
1377
|
const ret = typeof(obj) === 'string' ? obj : undefined;
|
@@ -1386,8 +1381,13 @@ export function __wbindgen_string_get(arg0, arg1) {
|
|
1386
1381
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
1387
1382
|
};
|
1388
1383
|
|
1389
|
-
export function
|
1390
|
-
const ret =
|
1384
|
+
export function __wbg_robot_new(arg0) {
|
1385
|
+
const ret = Robot.__wrap(arg0);
|
1386
|
+
return ret;
|
1387
|
+
};
|
1388
|
+
|
1389
|
+
export function __wbindgen_number_new(arg0) {
|
1390
|
+
const ret = arg0;
|
1391
1391
|
return ret;
|
1392
1392
|
};
|
1393
1393
|
|
@@ -1396,8 +1396,8 @@ export function __wbindgen_string_new(arg0, arg1) {
|
|
1396
1396
|
return ret;
|
1397
1397
|
};
|
1398
1398
|
|
1399
|
-
export function
|
1400
|
-
const ret =
|
1399
|
+
export function __wbg_robotsubscription_new(arg0) {
|
1400
|
+
const ret = RobotSubscription.__wrap(arg0);
|
1401
1401
|
return ret;
|
1402
1402
|
};
|
1403
1403
|
|
@@ -1826,32 +1826,32 @@ export function __wbindgen_memory() {
|
|
1826
1826
|
return ret;
|
1827
1827
|
};
|
1828
1828
|
|
1829
|
-
export function
|
1829
|
+
export function __wbindgen_closure_wrapper1794(arg0, arg1, arg2) {
|
1830
1830
|
const ret = makeMutClosure(arg0, arg1, 735, __wbg_adapter_52);
|
1831
1831
|
return ret;
|
1832
1832
|
};
|
1833
1833
|
|
1834
|
-
export function
|
1834
|
+
export function __wbindgen_closure_wrapper1796(arg0, arg1, arg2) {
|
1835
1835
|
const ret = makeMutClosure(arg0, arg1, 735, __wbg_adapter_55);
|
1836
1836
|
return ret;
|
1837
1837
|
};
|
1838
1838
|
|
1839
|
-
export function
|
1839
|
+
export function __wbindgen_closure_wrapper1798(arg0, arg1, arg2) {
|
1840
1840
|
const ret = makeMutClosure(arg0, arg1, 735, __wbg_adapter_52);
|
1841
1841
|
return ret;
|
1842
1842
|
};
|
1843
1843
|
|
1844
|
-
export function
|
1844
|
+
export function __wbindgen_closure_wrapper1800(arg0, arg1, arg2) {
|
1845
1845
|
const ret = makeMutClosure(arg0, arg1, 735, __wbg_adapter_52);
|
1846
1846
|
return ret;
|
1847
1847
|
};
|
1848
1848
|
|
1849
|
-
export function
|
1849
|
+
export function __wbindgen_closure_wrapper2477(arg0, arg1, arg2) {
|
1850
1850
|
const ret = makeMutClosure(arg0, arg1, 819, __wbg_adapter_62);
|
1851
1851
|
return ret;
|
1852
1852
|
};
|
1853
1853
|
|
1854
|
-
export function
|
1854
|
+
export function __wbindgen_closure_wrapper2503(arg0, arg1, arg2) {
|
1855
1855
|
const ret = makeMutClosure(arg0, arg1, 830, __wbg_adapter_65);
|
1856
1856
|
return ret;
|
1857
1857
|
};
|
package/lebai_sdk_bg.wasm
CHANGED
Binary file
|