lebai_sdk 0.2.24 → 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 +9 -9
- 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,13 +1381,18 @@ 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);
|
1391
1386
|
return ret;
|
1392
1387
|
};
|
1393
1388
|
|
1394
|
-
export function
|
1395
|
-
const ret =
|
1389
|
+
export function __wbindgen_number_new(arg0) {
|
1390
|
+
const ret = arg0;
|
1391
|
+
return ret;
|
1392
|
+
};
|
1393
|
+
|
1394
|
+
export function __wbindgen_string_new(arg0, arg1) {
|
1395
|
+
const ret = getStringFromWasm0(arg0, arg1);
|
1396
1396
|
return ret;
|
1397
1397
|
};
|
1398
1398
|
|
package/lebai_sdk_bg.wasm
CHANGED
Binary file
|