lebai_sdk 0.2.23 → 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 +14 -14
- 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,8 +1386,8 @@ export function __wbindgen_string_get(arg0, arg1) {
|
|
1381
1386
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
1382
1387
|
};
|
1383
1388
|
|
1384
|
-
export function
|
1385
|
-
const ret = arg0;
|
1389
|
+
export function __wbg_robotsubscription_new(arg0) {
|
1390
|
+
const ret = RobotSubscription.__wrap(arg0);
|
1386
1391
|
return ret;
|
1387
1392
|
};
|
1388
1393
|
|
@@ -1391,11 +1396,6 @@ export function __wbindgen_string_new(arg0, arg1) {
|
|
1391
1396
|
return ret;
|
1392
1397
|
};
|
1393
1398
|
|
1394
|
-
export function __wbg_robotsubscription_new(arg0) {
|
1395
|
-
const ret = RobotSubscription.__wrap(arg0);
|
1396
|
-
return ret;
|
1397
|
-
};
|
1398
|
-
|
1399
1399
|
export function __wbg_robot_new(arg0) {
|
1400
1400
|
const ret = Robot.__wrap(arg0);
|
1401
1401
|
return ret;
|
@@ -1837,12 +1837,12 @@ export function __wbindgen_closure_wrapper1797(arg0, arg1, arg2) {
|
|
1837
1837
|
};
|
1838
1838
|
|
1839
1839
|
export function __wbindgen_closure_wrapper1799(arg0, arg1, arg2) {
|
1840
|
-
const ret = makeMutClosure(arg0, arg1, 735,
|
1840
|
+
const ret = makeMutClosure(arg0, arg1, 735, __wbg_adapter_52);
|
1841
1841
|
return ret;
|
1842
1842
|
};
|
1843
1843
|
|
1844
1844
|
export function __wbindgen_closure_wrapper1801(arg0, arg1, arg2) {
|
1845
|
-
const ret = makeMutClosure(arg0, arg1, 735,
|
1845
|
+
const ret = makeMutClosure(arg0, arg1, 735, __wbg_adapter_52);
|
1846
1846
|
return ret;
|
1847
1847
|
};
|
1848
1848
|
|
package/lebai_sdk_bg.wasm
CHANGED
Binary file
|