lebai_sdk 0.2.22 → 0.2.23
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 +40 -40
- package/lebai_sdk_bg.wasm +0 -0
- package/package.json +1 -1
package/lebai_sdk_bg.js
CHANGED
@@ -190,20 +190,20 @@ 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) {
|
194
|
+
wasm._dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h1e10215c3de5f9ca(arg0, arg1);
|
195
195
|
}
|
196
196
|
|
197
|
-
function
|
198
|
-
wasm.
|
197
|
+
function __wbg_adapter_55(arg0, arg1, arg2) {
|
198
|
+
wasm.closure738_externref_shim(arg0, arg1, arg2);
|
199
199
|
}
|
200
200
|
|
201
201
|
function __wbg_adapter_62(arg0, arg1, arg2) {
|
202
|
-
wasm.
|
202
|
+
wasm.closure818_externref_shim(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__h7ec21dad0e1f248d(arg0, arg1);
|
207
207
|
}
|
208
208
|
|
209
209
|
function addToExternrefTable0(obj) {
|
@@ -311,7 +311,7 @@ function getArrayU8FromWasm0(ptr, len) {
|
|
311
311
|
|
312
312
|
function notDefined(what) { return () => { throw new Error(`${what} is not defined`); }; }
|
313
313
|
function __wbg_adapter_271(arg0, arg1, arg2, arg3) {
|
314
|
-
wasm.
|
314
|
+
wasm.closure899_externref_shim(arg0, arg1, arg2, arg3);
|
315
315
|
}
|
316
316
|
|
317
317
|
const __wbindgen_enum_BinaryType = ["blob", "arraybuffer"];
|
@@ -1386,13 +1386,13 @@ export function __wbindgen_number_new(arg0) {
|
|
1386
1386
|
return ret;
|
1387
1387
|
};
|
1388
1388
|
|
1389
|
-
export function
|
1390
|
-
const ret =
|
1389
|
+
export function __wbindgen_string_new(arg0, arg1) {
|
1390
|
+
const ret = getStringFromWasm0(arg0, arg1);
|
1391
1391
|
return ret;
|
1392
1392
|
};
|
1393
1393
|
|
1394
|
-
export function
|
1395
|
-
const ret =
|
1394
|
+
export function __wbg_robotsubscription_new(arg0) {
|
1395
|
+
const ret = RobotSubscription.__wrap(arg0);
|
1396
1396
|
return ret;
|
1397
1397
|
};
|
1398
1398
|
|
@@ -1412,6 +1412,11 @@ export function __wbindgen_boolean_get(arg0) {
|
|
1412
1412
|
return ret;
|
1413
1413
|
};
|
1414
1414
|
|
1415
|
+
export function __wbindgen_is_bigint(arg0) {
|
1416
|
+
const ret = typeof(arg0) === 'bigint';
|
1417
|
+
return ret;
|
1418
|
+
};
|
1419
|
+
|
1415
1420
|
export function __wbindgen_number_get(arg0, arg1) {
|
1416
1421
|
const obj = arg1;
|
1417
1422
|
const ret = typeof(obj) === 'number' ? obj : undefined;
|
@@ -1419,22 +1424,12 @@ export function __wbindgen_number_get(arg0, arg1) {
|
|
1419
1424
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, !isLikeNone(ret), true);
|
1420
1425
|
};
|
1421
1426
|
|
1422
|
-
export function __wbindgen_as_number(arg0) {
|
1423
|
-
const ret = +arg0;
|
1424
|
-
return ret;
|
1425
|
-
};
|
1426
|
-
|
1427
1427
|
export function __wbindgen_is_object(arg0) {
|
1428
1428
|
const val = arg0;
|
1429
1429
|
const ret = typeof(val) === 'object' && val !== null;
|
1430
1430
|
return ret;
|
1431
1431
|
};
|
1432
1432
|
|
1433
|
-
export function __wbindgen_is_bigint(arg0) {
|
1434
|
-
const ret = typeof(arg0) === 'bigint';
|
1435
|
-
return ret;
|
1436
|
-
};
|
1437
|
-
|
1438
1433
|
export function __wbindgen_in(arg0, arg1) {
|
1439
1434
|
const ret = arg0 in arg1;
|
1440
1435
|
return ret;
|
@@ -1475,6 +1470,11 @@ export function __wbindgen_is_string(arg0) {
|
|
1475
1470
|
return ret;
|
1476
1471
|
};
|
1477
1472
|
|
1473
|
+
export function __wbg_data_134d3a704b9fca32(arg0) {
|
1474
|
+
const ret = arg0.data;
|
1475
|
+
return ret;
|
1476
|
+
};
|
1477
|
+
|
1478
1478
|
export function __wbg_setonce_9f2ce9d61cf01425(arg0, arg1) {
|
1479
1479
|
arg0.once = arg1 !== 0;
|
1480
1480
|
};
|
@@ -1527,11 +1527,6 @@ export function __wbg_removeEventListener_4c13d11156153514() { return handleErro
|
|
1527
1527
|
arg0.removeEventListener(getStringFromWasm0(arg1, arg2), arg3);
|
1528
1528
|
}, arguments) };
|
1529
1529
|
|
1530
|
-
export function __wbg_data_134d3a704b9fca32(arg0) {
|
1531
|
-
const ret = arg0.data;
|
1532
|
-
return ret;
|
1533
|
-
};
|
1534
|
-
|
1535
1530
|
export function __wbg_readyState_bc0231e8c43b0907(arg0) {
|
1536
1531
|
const ret = arg0.readyState;
|
1537
1532
|
return ret;
|
@@ -1558,6 +1553,8 @@ export function __wbg_send_fe006eb24f5e2694() { return handleError(function (arg
|
|
1558
1553
|
arg0.send(getArrayU8FromWasm0(arg1, arg2));
|
1559
1554
|
}, arguments) };
|
1560
1555
|
|
1556
|
+
export const __wbg_queueMicrotask_c5419c06eab41e73 = typeof queueMicrotask == 'function' ? queueMicrotask : notDefined('queueMicrotask');
|
1557
|
+
|
1561
1558
|
export function __wbg_queueMicrotask_848aa4969108a57e(arg0) {
|
1562
1559
|
const ret = arg0.queueMicrotask;
|
1563
1560
|
return ret;
|
@@ -1568,8 +1565,6 @@ export function __wbindgen_is_function(arg0) {
|
|
1568
1565
|
return ret;
|
1569
1566
|
};
|
1570
1567
|
|
1571
|
-
export const __wbg_queueMicrotask_c5419c06eab41e73 = typeof queueMicrotask == 'function' ? queueMicrotask : notDefined('queueMicrotask');
|
1572
|
-
|
1573
1568
|
export const __wbg_clearTimeout_76877dbc010e786d = typeof clearTimeout == 'function' ? clearTimeout : notDefined('clearTimeout');
|
1574
1569
|
|
1575
1570
|
export function __wbg_setTimeout_75cb9b6991a4031d() { return handleError(function (arg0, arg1) {
|
@@ -1582,6 +1577,11 @@ export function __wbindgen_jsval_loose_eq(arg0, arg1) {
|
|
1582
1577
|
return ret;
|
1583
1578
|
};
|
1584
1579
|
|
1580
|
+
export function __wbindgen_as_number(arg0) {
|
1581
|
+
const ret = +arg0;
|
1582
|
+
return ret;
|
1583
|
+
};
|
1584
|
+
|
1585
1585
|
export function __wbg_getwithrefkey_edc2c8960f0f1191(arg0, arg1) {
|
1586
1586
|
const ret = arg0[arg1];
|
1587
1587
|
return ret;
|
@@ -1826,33 +1826,33 @@ export function __wbindgen_memory() {
|
|
1826
1826
|
return ret;
|
1827
1827
|
};
|
1828
1828
|
|
1829
|
-
export function
|
1830
|
-
const ret = makeMutClosure(arg0, arg1,
|
1829
|
+
export function __wbindgen_closure_wrapper1795(arg0, arg1, arg2) {
|
1830
|
+
const ret = makeMutClosure(arg0, arg1, 735, __wbg_adapter_52);
|
1831
1831
|
return ret;
|
1832
1832
|
};
|
1833
1833
|
|
1834
|
-
export function
|
1835
|
-
const ret = makeMutClosure(arg0, arg1,
|
1834
|
+
export function __wbindgen_closure_wrapper1797(arg0, arg1, arg2) {
|
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,
|
1839
|
+
export function __wbindgen_closure_wrapper1799(arg0, arg1, arg2) {
|
1840
|
+
const ret = makeMutClosure(arg0, arg1, 735, __wbg_adapter_55);
|
1841
1841
|
return ret;
|
1842
1842
|
};
|
1843
1843
|
|
1844
|
-
export function
|
1845
|
-
const ret = makeMutClosure(arg0, arg1,
|
1844
|
+
export function __wbindgen_closure_wrapper1801(arg0, arg1, arg2) {
|
1845
|
+
const ret = makeMutClosure(arg0, arg1, 735, __wbg_adapter_55);
|
1846
1846
|
return ret;
|
1847
1847
|
};
|
1848
1848
|
|
1849
|
-
export function
|
1850
|
-
const ret = makeMutClosure(arg0, arg1,
|
1849
|
+
export function __wbindgen_closure_wrapper2478(arg0, arg1, arg2) {
|
1850
|
+
const ret = makeMutClosure(arg0, arg1, 819, __wbg_adapter_62);
|
1851
1851
|
return ret;
|
1852
1852
|
};
|
1853
1853
|
|
1854
|
-
export function
|
1855
|
-
const ret = makeMutClosure(arg0, arg1,
|
1854
|
+
export function __wbindgen_closure_wrapper2504(arg0, arg1, arg2) {
|
1855
|
+
const ret = makeMutClosure(arg0, arg1, 830, __wbg_adapter_65);
|
1856
1856
|
return ret;
|
1857
1857
|
};
|
1858
1858
|
|
package/lebai_sdk_bg.wasm
CHANGED
Binary file
|