lebai_sdk 0.2.24 → 0.2.25
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 +11 -11
- package/lebai_sdk_bg.wasm +0 -0
- package/package.json +1 -1
package/lebai_sdk_bg.js
CHANGED
@@ -1386,6 +1386,11 @@ export function __wbindgen_string_get(arg0, arg1) {
|
|
1386
1386
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
1387
1387
|
};
|
1388
1388
|
|
1389
|
+
export function __wbg_robotsubscription_new(arg0) {
|
1390
|
+
const ret = RobotSubscription.__wrap(arg0);
|
1391
|
+
return ret;
|
1392
|
+
};
|
1393
|
+
|
1389
1394
|
export function __wbindgen_string_new(arg0, arg1) {
|
1390
1395
|
const ret = getStringFromWasm0(arg0, arg1);
|
1391
1396
|
return ret;
|
@@ -1396,11 +1401,6 @@ export function __wbg_robot_new(arg0) {
|
|
1396
1401
|
return ret;
|
1397
1402
|
};
|
1398
1403
|
|
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;
|
@@ -1826,32 +1826,32 @@ export function __wbindgen_memory() {
|
|
1826
1826
|
return ret;
|
1827
1827
|
};
|
1828
1828
|
|
1829
|
-
export function
|
1829
|
+
export function __wbindgen_closure_wrapper1795(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_wrapper1797(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_wrapper1799(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_wrapper1801(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_wrapper2478(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_wrapper2504(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
|