@utoo/web 0.0.1-alpha.39 → 0.0.1-alpha.40
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/esm/utoo/index.js +11 -11
- package/esm/utoo/index_bg.wasm +0 -0
- package/package.json +1 -1
package/esm/utoo/index.js
CHANGED
|
@@ -255,13 +255,13 @@ function passArray8ToWasm0(arg, malloc) {
|
|
|
255
255
|
export function wasm_thread_entry_point(ptr) {
|
|
256
256
|
wasm.wasm_thread_entry_point(ptr);
|
|
257
257
|
}
|
|
258
|
-
function
|
|
258
|
+
function __wbg_adapter_4(arg0, arg1) {
|
|
259
259
|
wasm.__wbindgen_export_6(arg0, arg1);
|
|
260
260
|
}
|
|
261
|
-
function
|
|
261
|
+
function __wbg_adapter_9(arg0, arg1, arg2) {
|
|
262
262
|
wasm.__wbindgen_export_7(arg0, arg1, addHeapObject(arg2));
|
|
263
263
|
}
|
|
264
|
-
function
|
|
264
|
+
function __wbg_adapter_12(arg0, arg1, arg2) {
|
|
265
265
|
wasm.__wbindgen_export_8(arg0, arg1, addHeapObject(arg2));
|
|
266
266
|
}
|
|
267
267
|
let stack_pointer = 128;
|
|
@@ -271,7 +271,7 @@ function addBorrowedObject(obj) {
|
|
|
271
271
|
heap[--stack_pointer] = obj;
|
|
272
272
|
return stack_pointer;
|
|
273
273
|
}
|
|
274
|
-
function
|
|
274
|
+
function __wbg_adapter_23(arg0, arg1, arg2) {
|
|
275
275
|
try {
|
|
276
276
|
wasm.__wbindgen_export_9(arg0, arg1, addBorrowedObject(arg2));
|
|
277
277
|
}
|
|
@@ -1351,17 +1351,17 @@ function __wbg_get_imports() {
|
|
|
1351
1351
|
};
|
|
1352
1352
|
imports.wbg.__wbindgen_cast_089f9f7ff7a05c34 = function (arg0, arg1) {
|
|
1353
1353
|
// Cast intrinsic for `Closure(Closure { dtor_idx: 8792, function: Function { arguments: [Externref], shim_idx: 8793, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
1354
|
-
const ret = makeMutClosure(arg0, arg1, 8792,
|
|
1354
|
+
const ret = makeMutClosure(arg0, arg1, 8792, __wbg_adapter_12);
|
|
1355
1355
|
return addHeapObject(ret);
|
|
1356
1356
|
};
|
|
1357
1357
|
imports.wbg.__wbindgen_cast_0fa6bc778e36759b = function (arg0, arg1) {
|
|
1358
1358
|
// Cast intrinsic for `Closure(Closure { dtor_idx: 610, function: Function { arguments: [], shim_idx: 611, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
1359
|
-
const ret = makeMutClosure(arg0, arg1, 610,
|
|
1359
|
+
const ret = makeMutClosure(arg0, arg1, 610, __wbg_adapter_4);
|
|
1360
1360
|
return addHeapObject(ret);
|
|
1361
1361
|
};
|
|
1362
1362
|
imports.wbg.__wbindgen_cast_21aa834240a50280 = function (arg0, arg1) {
|
|
1363
1363
|
// Cast intrinsic for `Closure(Closure { dtor_idx: 8792, function: Function { arguments: [NamedExternref("MessageEvent")], shim_idx: 8793, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
1364
|
-
const ret = makeMutClosure(arg0, arg1, 8792,
|
|
1364
|
+
const ret = makeMutClosure(arg0, arg1, 8792, __wbg_adapter_12);
|
|
1365
1365
|
return addHeapObject(ret);
|
|
1366
1366
|
};
|
|
1367
1367
|
imports.wbg.__wbindgen_cast_2241b6af4c4b2941 = function (arg0, arg1) {
|
|
@@ -1395,12 +1395,12 @@ function __wbg_get_imports() {
|
|
|
1395
1395
|
};
|
|
1396
1396
|
imports.wbg.__wbindgen_cast_ac061a975f6fe616 = function (arg0, arg1) {
|
|
1397
1397
|
// Cast intrinsic for `Closure(Closure { dtor_idx: 9059, function: Function { arguments: [Ref(NamedExternref("MessageEvent"))], shim_idx: 9068, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
1398
|
-
const ret = makeMutClosure(arg0, arg1, 9059,
|
|
1398
|
+
const ret = makeMutClosure(arg0, arg1, 9059, __wbg_adapter_23);
|
|
1399
1399
|
return addHeapObject(ret);
|
|
1400
1400
|
};
|
|
1401
1401
|
imports.wbg.__wbindgen_cast_d2a79abcd9dd4a4f = function (arg0, arg1) {
|
|
1402
1402
|
// Cast intrinsic for `Closure(Closure { dtor_idx: 9059, function: Function { arguments: [NamedExternref("Array<any>")], shim_idx: 9060, ret: Unit, inner_ret: Some(Unit) }, mutable: false }) -> Externref`.
|
|
1403
|
-
const ret = makeClosure(arg0, arg1, 9059,
|
|
1403
|
+
const ret = makeClosure(arg0, arg1, 9059, __wbg_adapter_9);
|
|
1404
1404
|
return addHeapObject(ret);
|
|
1405
1405
|
};
|
|
1406
1406
|
imports.wbg.__wbindgen_cast_d6cd19b81560fd6e = function (arg0) {
|
|
@@ -1410,12 +1410,12 @@ function __wbg_get_imports() {
|
|
|
1410
1410
|
};
|
|
1411
1411
|
imports.wbg.__wbindgen_cast_e08369719eaa749a = function (arg0, arg1) {
|
|
1412
1412
|
// Cast intrinsic for `Closure(Closure { dtor_idx: 8792, function: Function { arguments: [NamedExternref("ErrorEvent")], shim_idx: 8793, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
1413
|
-
const ret = makeMutClosure(arg0, arg1, 8792,
|
|
1413
|
+
const ret = makeMutClosure(arg0, arg1, 8792, __wbg_adapter_12);
|
|
1414
1414
|
return addHeapObject(ret);
|
|
1415
1415
|
};
|
|
1416
1416
|
imports.wbg.__wbindgen_cast_e241456a1a2ffbf2 = function (arg0, arg1) {
|
|
1417
1417
|
// Cast intrinsic for `Closure(Closure { dtor_idx: 9070, function: Function { arguments: [], shim_idx: 611, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
1418
|
-
const ret = makeMutClosure(arg0, arg1, 9070,
|
|
1418
|
+
const ret = makeMutClosure(arg0, arg1, 9070, __wbg_adapter_4);
|
|
1419
1419
|
return addHeapObject(ret);
|
|
1420
1420
|
};
|
|
1421
1421
|
imports.wbg.__wbindgen_link_dd5153a359f2e504 = function (arg0) {
|
package/esm/utoo/index_bg.wasm
CHANGED
|
Binary file
|