lebai_sdk 0.2.23 → 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 +22 -22
- package/lebai_sdk_bg.wasm +0 -0
- package/package.json +1 -1
package/lebai_sdk_bg.js
CHANGED
@@ -190,12 +190,12 @@ function makeMutClosure(arg0, arg1, dtor, f) {
|
|
190
190
|
CLOSURE_DTORS.register(real, state, state);
|
191
191
|
return real;
|
192
192
|
}
|
193
|
-
function __wbg_adapter_52(arg0, arg1) {
|
194
|
-
wasm.
|
193
|
+
function __wbg_adapter_52(arg0, arg1, arg2) {
|
194
|
+
wasm.closure734_externref_shim(arg0, arg1, arg2);
|
195
195
|
}
|
196
196
|
|
197
|
-
function __wbg_adapter_55(arg0, arg1
|
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) {
|
@@ -203,7 +203,7 @@ function __wbg_adapter_62(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) {
|
@@ -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,23 +1386,18 @@ 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
1389
|
export function __wbindgen_string_new(arg0, arg1) {
|
1390
1390
|
const ret = getStringFromWasm0(arg0, arg1);
|
1391
1391
|
return ret;
|
1392
1392
|
};
|
1393
1393
|
|
1394
|
-
export function
|
1395
|
-
const ret =
|
1394
|
+
export function __wbg_robot_new(arg0) {
|
1395
|
+
const ret = Robot.__wrap(arg0);
|
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
|
1840
|
-
const ret = makeMutClosure(arg0, arg1, 735,
|
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, 735,
|
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
|
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
|