@utoo/web 0.0.1-alpha.32 → 0.0.1-alpha.33
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 +17 -17
- package/esm/utoo/index_bg.wasm +0 -0
- package/package.json +1 -1
package/esm/utoo/index.js
CHANGED
|
@@ -255,8 +255,14 @@ 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
|
|
259
|
-
wasm.__wbindgen_export_6(arg0, arg1);
|
|
258
|
+
function __wbg_adapter_6(arg0, arg1, arg2) {
|
|
259
|
+
wasm.__wbindgen_export_6(arg0, arg1, addHeapObject(arg2));
|
|
260
|
+
}
|
|
261
|
+
function __wbg_adapter_9(arg0, arg1) {
|
|
262
|
+
wasm.__wbindgen_export_7(arg0, arg1);
|
|
263
|
+
}
|
|
264
|
+
function __wbg_adapter_12(arg0, arg1, arg2) {
|
|
265
|
+
wasm.__wbindgen_export_8(arg0, arg1, addHeapObject(arg2));
|
|
260
266
|
}
|
|
261
267
|
let stack_pointer = 128;
|
|
262
268
|
function addBorrowedObject(obj) {
|
|
@@ -265,20 +271,14 @@ function addBorrowedObject(obj) {
|
|
|
265
271
|
heap[--stack_pointer] = obj;
|
|
266
272
|
return stack_pointer;
|
|
267
273
|
}
|
|
268
|
-
function
|
|
274
|
+
function __wbg_adapter_21(arg0, arg1, arg2) {
|
|
269
275
|
try {
|
|
270
|
-
wasm.
|
|
276
|
+
wasm.__wbindgen_export_9(arg0, arg1, addBorrowedObject(arg2));
|
|
271
277
|
}
|
|
272
278
|
finally {
|
|
273
279
|
heap[stack_pointer++] = undefined;
|
|
274
280
|
}
|
|
275
281
|
}
|
|
276
|
-
function __wbg_adapter_18(arg0, arg1, arg2) {
|
|
277
|
-
wasm.__wbindgen_export_8(arg0, arg1, addHeapObject(arg2));
|
|
278
|
-
}
|
|
279
|
-
function __wbg_adapter_27(arg0, arg1, arg2) {
|
|
280
|
-
wasm.__wbindgen_export_9(arg0, arg1, addHeapObject(arg2));
|
|
281
|
-
}
|
|
282
282
|
function __wbg_adapter_92(arg0, arg1, arg2, arg3) {
|
|
283
283
|
wasm.__wbindgen_export_10(arg0, arg1, addHeapObject(arg2), addHeapObject(arg3));
|
|
284
284
|
}
|
|
@@ -1346,7 +1346,7 @@ function __wbg_get_imports() {
|
|
|
1346
1346
|
};
|
|
1347
1347
|
imports.wbg.__wbindgen_cast_22634e72d9e94906 = function (arg0, arg1) {
|
|
1348
1348
|
// Cast intrinsic for `Closure(Closure { dtor_idx: 8797, function: Function { arguments: [Externref], shim_idx: 8798, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
1349
|
-
const ret = makeMutClosure(arg0, arg1, 8797,
|
|
1349
|
+
const ret = makeMutClosure(arg0, arg1, 8797, __wbg_adapter_6);
|
|
1350
1350
|
return addHeapObject(ret);
|
|
1351
1351
|
};
|
|
1352
1352
|
imports.wbg.__wbindgen_cast_4625c577ab2ec9ee = function (arg0) {
|
|
@@ -1356,7 +1356,7 @@ function __wbg_get_imports() {
|
|
|
1356
1356
|
};
|
|
1357
1357
|
imports.wbg.__wbindgen_cast_5090d20c844113fc = function (arg0, arg1) {
|
|
1358
1358
|
// Cast intrinsic for `Closure(Closure { dtor_idx: 2003, function: Function { arguments: [], shim_idx: 2004, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
1359
|
-
const ret = makeMutClosure(arg0, arg1, 2003,
|
|
1359
|
+
const ret = makeMutClosure(arg0, arg1, 2003, __wbg_adapter_9);
|
|
1360
1360
|
return addHeapObject(ret);
|
|
1361
1361
|
};
|
|
1362
1362
|
imports.wbg.__wbindgen_cast_76322aab70622876 = function (arg0, arg1) {
|
|
@@ -1375,12 +1375,12 @@ function __wbg_get_imports() {
|
|
|
1375
1375
|
};
|
|
1376
1376
|
imports.wbg.__wbindgen_cast_7857d5ee802644d0 = function (arg0, arg1) {
|
|
1377
1377
|
// Cast intrinsic for `Closure(Closure { dtor_idx: 8797, function: Function { arguments: [NamedExternref("ErrorEvent")], shim_idx: 8798, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
1378
|
-
const ret = makeMutClosure(arg0, arg1, 8797,
|
|
1378
|
+
const ret = makeMutClosure(arg0, arg1, 8797, __wbg_adapter_6);
|
|
1379
1379
|
return addHeapObject(ret);
|
|
1380
1380
|
};
|
|
1381
1381
|
imports.wbg.__wbindgen_cast_7ebc495b33ce3ee1 = function (arg0, arg1) {
|
|
1382
1382
|
// Cast intrinsic for `Closure(Closure { dtor_idx: 9064, function: Function { arguments: [Ref(NamedExternref("MessageEvent"))], shim_idx: 9073, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
1383
|
-
const ret = makeMutClosure(arg0, arg1, 9064,
|
|
1383
|
+
const ret = makeMutClosure(arg0, arg1, 9064, __wbg_adapter_21);
|
|
1384
1384
|
return addHeapObject(ret);
|
|
1385
1385
|
};
|
|
1386
1386
|
imports.wbg.__wbindgen_cast_9ae0607507abb057 = function (arg0) {
|
|
@@ -1390,7 +1390,7 @@ function __wbg_get_imports() {
|
|
|
1390
1390
|
};
|
|
1391
1391
|
imports.wbg.__wbindgen_cast_c296709d368b1df6 = function (arg0, arg1) {
|
|
1392
1392
|
// Cast intrinsic for `Closure(Closure { dtor_idx: 9064, function: Function { arguments: [NamedExternref("Array<any>")], shim_idx: 9065, ret: Unit, inner_ret: Some(Unit) }, mutable: false }) -> Externref`.
|
|
1393
|
-
const ret = makeClosure(arg0, arg1, 9064,
|
|
1393
|
+
const ret = makeClosure(arg0, arg1, 9064, __wbg_adapter_12);
|
|
1394
1394
|
return addHeapObject(ret);
|
|
1395
1395
|
};
|
|
1396
1396
|
imports.wbg.__wbindgen_cast_d6cd19b81560fd6e = function (arg0) {
|
|
@@ -1400,12 +1400,12 @@ function __wbg_get_imports() {
|
|
|
1400
1400
|
};
|
|
1401
1401
|
imports.wbg.__wbindgen_cast_dc96ff37f6337a38 = function (arg0, arg1) {
|
|
1402
1402
|
// Cast intrinsic for `Closure(Closure { dtor_idx: 8797, function: Function { arguments: [NamedExternref("MessageEvent")], shim_idx: 8798, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
1403
|
-
const ret = makeMutClosure(arg0, arg1, 8797,
|
|
1403
|
+
const ret = makeMutClosure(arg0, arg1, 8797, __wbg_adapter_6);
|
|
1404
1404
|
return addHeapObject(ret);
|
|
1405
1405
|
};
|
|
1406
1406
|
imports.wbg.__wbindgen_cast_ecd79dd24ae311c7 = function (arg0, arg1) {
|
|
1407
1407
|
// Cast intrinsic for `Closure(Closure { dtor_idx: 9075, function: Function { arguments: [], shim_idx: 2004, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
1408
|
-
const ret = makeMutClosure(arg0, arg1, 9075,
|
|
1408
|
+
const ret = makeMutClosure(arg0, arg1, 9075, __wbg_adapter_9);
|
|
1409
1409
|
return addHeapObject(ret);
|
|
1410
1410
|
};
|
|
1411
1411
|
imports.wbg.__wbindgen_link_dd5153a359f2e504 = function (arg0) {
|
package/esm/utoo/index_bg.wasm
CHANGED
|
Binary file
|