@utoo/web 0.0.1-alpha.25 → 0.0.1-alpha.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/esm/utoo/index.js +20 -20
- package/esm/utoo/index_bg.wasm +0 -0
- package/package.json +1 -1
package/esm/utoo/index.js
CHANGED
|
@@ -249,13 +249,13 @@ function passArray8ToWasm0(arg, malloc) {
|
|
|
249
249
|
export function wasm_thread_entry_point(ptr) {
|
|
250
250
|
wasm.wasm_thread_entry_point(ptr);
|
|
251
251
|
}
|
|
252
|
-
function __wbg_adapter_44(arg0, arg1) {
|
|
253
|
-
wasm.__wbindgen_export_6(arg0, arg1);
|
|
252
|
+
function __wbg_adapter_44(arg0, arg1, arg2) {
|
|
253
|
+
wasm.__wbindgen_export_6(arg0, arg1, addHeapObject(arg2));
|
|
254
254
|
}
|
|
255
|
-
function __wbg_adapter_47(arg0, arg1
|
|
256
|
-
wasm.__wbindgen_export_7(arg0, arg1
|
|
255
|
+
function __wbg_adapter_47(arg0, arg1) {
|
|
256
|
+
wasm.__wbindgen_export_7(arg0, arg1);
|
|
257
257
|
}
|
|
258
|
-
function
|
|
258
|
+
function __wbg_adapter_50(arg0, arg1, arg2) {
|
|
259
259
|
wasm.__wbindgen_export_8(arg0, arg1, addHeapObject(arg2));
|
|
260
260
|
}
|
|
261
261
|
let stack_pointer = 128;
|
|
@@ -1284,32 +1284,32 @@ function __wbg_get_imports() {
|
|
|
1284
1284
|
const ret = false;
|
|
1285
1285
|
return ret;
|
|
1286
1286
|
};
|
|
1287
|
-
imports.wbg.
|
|
1288
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
1287
|
+
imports.wbg.__wbindgen_closure_wrapper157188 = function (arg0, arg1, arg2) {
|
|
1288
|
+
const ret = makeMutClosure(arg0, arg1, 1982, __wbg_adapter_50);
|
|
1289
1289
|
return addHeapObject(ret);
|
|
1290
1290
|
};
|
|
1291
|
-
imports.wbg.
|
|
1292
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
1291
|
+
imports.wbg.__wbindgen_closure_wrapper158220 = function (arg0, arg1, arg2) {
|
|
1292
|
+
const ret = makeMutClosure(arg0, arg1, 1982, __wbg_adapter_50);
|
|
1293
1293
|
return addHeapObject(ret);
|
|
1294
1294
|
};
|
|
1295
|
-
imports.wbg.
|
|
1296
|
-
const ret =
|
|
1295
|
+
imports.wbg.__wbindgen_closure_wrapper163187 = function (arg0, arg1, arg2) {
|
|
1296
|
+
const ret = makeMutClosure(arg0, arg1, 1982, __wbg_adapter_50);
|
|
1297
1297
|
return addHeapObject(ret);
|
|
1298
1298
|
};
|
|
1299
|
-
imports.wbg.
|
|
1300
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
1299
|
+
imports.wbg.__wbindgen_closure_wrapper163225 = function (arg0, arg1, arg2) {
|
|
1300
|
+
const ret = makeMutClosure(arg0, arg1, 8968, __wbg_adapter_57);
|
|
1301
1301
|
return addHeapObject(ret);
|
|
1302
1302
|
};
|
|
1303
|
-
imports.wbg.
|
|
1304
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
1303
|
+
imports.wbg.__wbindgen_closure_wrapper163246 = function (arg0, arg1, arg2) {
|
|
1304
|
+
const ret = makeMutClosure(arg0, arg1, 8971, __wbg_adapter_47);
|
|
1305
1305
|
return addHeapObject(ret);
|
|
1306
1306
|
};
|
|
1307
|
-
imports.wbg.
|
|
1308
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
1307
|
+
imports.wbg.__wbindgen_closure_wrapper30596 = function (arg0, arg1, arg2) {
|
|
1308
|
+
const ret = makeMutClosure(arg0, arg1, 1982, __wbg_adapter_47);
|
|
1309
1309
|
return addHeapObject(ret);
|
|
1310
1310
|
};
|
|
1311
|
-
imports.wbg.
|
|
1312
|
-
const ret =
|
|
1311
|
+
imports.wbg.__wbindgen_closure_wrapper324 = function (arg0, arg1, arg2) {
|
|
1312
|
+
const ret = makeClosure(arg0, arg1, 42, __wbg_adapter_44);
|
|
1313
1313
|
return addHeapObject(ret);
|
|
1314
1314
|
};
|
|
1315
1315
|
imports.wbg.__wbindgen_debug_string = function (arg0, arg1) {
|
|
@@ -1402,7 +1402,7 @@ function __wbg_get_imports() {
|
|
|
1402
1402
|
return imports;
|
|
1403
1403
|
}
|
|
1404
1404
|
function __wbg_init_memory(imports, memory) {
|
|
1405
|
-
imports.wbg.memory = memory || new WebAssembly.Memory({ initial:
|
|
1405
|
+
imports.wbg.memory = memory || new WebAssembly.Memory({ initial: 172, maximum: 16384, shared: true });
|
|
1406
1406
|
}
|
|
1407
1407
|
function __wbg_finalize_init(instance, module, thread_stack_size) {
|
|
1408
1408
|
wasm = instance.exports;
|
package/esm/utoo/index_bg.wasm
CHANGED
|
Binary file
|