@utoo/web 0.0.1-alpha.26 → 0.0.1-alpha.27

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 CHANGED
@@ -233,15 +233,15 @@ function debugString(val) {
233
233
  // TODO we could test for more things here, like `Set`s and `Map`s.
234
234
  return className;
235
235
  }
236
- export function init_pack() {
237
- wasm.init_pack();
238
- }
239
236
  function passArray8ToWasm0(arg, malloc) {
240
237
  const ptr = malloc(arg.length * 1, 1) >>> 0;
241
238
  getUint8ArrayMemory0().set(arg, ptr / 1);
242
239
  WASM_VECTOR_LEN = arg.length;
243
240
  return ptr;
244
241
  }
242
+ export function init_pack() {
243
+ wasm.init_pack();
244
+ }
245
245
  /**
246
246
  * Entry point for web workers
247
247
  * @param {number} ptr
@@ -1284,27 +1284,27 @@ function __wbg_get_imports() {
1284
1284
  const ret = false;
1285
1285
  return ret;
1286
1286
  };
1287
- imports.wbg.__wbindgen_closure_wrapper157188 = function (arg0, arg1, arg2) {
1287
+ imports.wbg.__wbindgen_closure_wrapper157209 = function (arg0, arg1, arg2) {
1288
1288
  const ret = makeMutClosure(arg0, arg1, 1982, __wbg_adapter_50);
1289
1289
  return addHeapObject(ret);
1290
1290
  };
1291
- imports.wbg.__wbindgen_closure_wrapper158220 = function (arg0, arg1, arg2) {
1291
+ imports.wbg.__wbindgen_closure_wrapper158241 = function (arg0, arg1, arg2) {
1292
1292
  const ret = makeMutClosure(arg0, arg1, 1982, __wbg_adapter_50);
1293
1293
  return addHeapObject(ret);
1294
1294
  };
1295
- imports.wbg.__wbindgen_closure_wrapper163187 = function (arg0, arg1, arg2) {
1295
+ imports.wbg.__wbindgen_closure_wrapper163205 = function (arg0, arg1, arg2) {
1296
1296
  const ret = makeMutClosure(arg0, arg1, 1982, __wbg_adapter_50);
1297
1297
  return addHeapObject(ret);
1298
1298
  };
1299
- imports.wbg.__wbindgen_closure_wrapper163225 = function (arg0, arg1, arg2) {
1299
+ imports.wbg.__wbindgen_closure_wrapper163243 = function (arg0, arg1, arg2) {
1300
1300
  const ret = makeMutClosure(arg0, arg1, 8968, __wbg_adapter_57);
1301
1301
  return addHeapObject(ret);
1302
1302
  };
1303
- imports.wbg.__wbindgen_closure_wrapper163246 = function (arg0, arg1, arg2) {
1303
+ imports.wbg.__wbindgen_closure_wrapper163264 = function (arg0, arg1, arg2) {
1304
1304
  const ret = makeMutClosure(arg0, arg1, 8971, __wbg_adapter_47);
1305
1305
  return addHeapObject(ret);
1306
1306
  };
1307
- imports.wbg.__wbindgen_closure_wrapper30596 = function (arg0, arg1, arg2) {
1307
+ imports.wbg.__wbindgen_closure_wrapper30617 = function (arg0, arg1, arg2) {
1308
1308
  const ret = makeMutClosure(arg0, arg1, 1982, __wbg_adapter_47);
1309
1309
  return addHeapObject(ret);
1310
1310
  };
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@utoo/web",
3
- "version": "0.0.1-alpha.26",
3
+ "version": "0.0.1-alpha.27",
4
4
  "module": "esm/index.js",
5
5
  "types": "esm/index.d.ts",
6
6
  "files": [