lumina-node-wasm 0.5.0 → 0.5.1

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.
@@ -220,11 +220,7 @@ function makeMutClosure(arg0, arg1, dtor, f) {
220
220
  return real;
221
221
  }
222
222
  function __wbg_adapter_58(arg0, arg1, arg2) {
223
- wasm._dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h2640bff95572eb88(arg0, arg1, addHeapObject(arg2));
224
- }
225
-
226
- function __wbg_adapter_61(arg0, arg1) {
227
- wasm._dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h5e1504f10e6f6933(arg0, arg1);
223
+ wasm._dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h4b320c72d39cdd0f(arg0, arg1, addHeapObject(arg2));
228
224
  }
229
225
 
230
226
  function makeClosure(arg0, arg1, dtor, f) {
@@ -248,8 +244,12 @@ function makeClosure(arg0, arg1, dtor, f) {
248
244
  CLOSURE_DTORS.register(real, state, state);
249
245
  return real;
250
246
  }
251
- function __wbg_adapter_64(arg0, arg1, arg2) {
252
- wasm._dyn_core__ops__function__Fn__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h58be6b47a8dd9c31(arg0, arg1, addHeapObject(arg2));
247
+ function __wbg_adapter_61(arg0, arg1, arg2) {
248
+ wasm._dyn_core__ops__function__Fn__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h42506837c0dbe3db(arg0, arg1, addHeapObject(arg2));
249
+ }
250
+
251
+ function __wbg_adapter_64(arg0, arg1) {
252
+ wasm._dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hdb110248d0687d8b(arg0, arg1);
253
253
  }
254
254
 
255
255
  function __wbg_adapter_71(arg0, arg1, arg2) {
@@ -1342,7 +1342,7 @@ export function __wbindgen_number_get(arg0, arg1) {
1342
1342
  getDataViewMemory0().setInt32(arg0 + 4 * 0, !isLikeNone(ret), true);
1343
1343
  };
1344
1344
 
1345
- export function __wbg_fetch_dd88a6877d085261(arg0) {
1345
+ export function __wbg_fetch_8788b327029c2d48(arg0) {
1346
1346
  const ret = fetch(getObject(arg0));
1347
1347
  return addHeapObject(ret);
1348
1348
  };
@@ -1372,11 +1372,11 @@ export function __wbindgen_bigint_from_u64(arg0) {
1372
1372
  return addHeapObject(ret);
1373
1373
  };
1374
1374
 
1375
- export function __wbg_postMessage_77b0eb871b5d2390() { return handleError(function (arg0, arg1) {
1375
+ export function __wbg_postMessage_a0cda594c0cb2fa4() { return handleError(function (arg0, arg1) {
1376
1376
  getObject(arg0).postMessage(getObject(arg1));
1377
1377
  }, arguments) };
1378
1378
 
1379
- export function __wbg_postMessage_f0a66434d649abb0() { return handleError(function (arg0, arg1, arg2) {
1379
+ export function __wbg_postMessage_98bcdaf481623cda() { return handleError(function (arg0, arg1, arg2) {
1380
1380
  getObject(arg0).postMessage(getObject(arg1), getObject(arg2));
1381
1381
  }, arguments) };
1382
1382
 
@@ -1405,9 +1405,9 @@ export function __wbg_error_f851667af71bcfc6(arg0, arg1) {
1405
1405
  }
1406
1406
  };
1407
1407
 
1408
- export const __wbg_clearTimeout_e821a57e0a355106 = typeof clearTimeout == 'function' ? clearTimeout : notDefined('clearTimeout');
1408
+ export const __wbg_clearTimeout_dcd8af0d51e990da = typeof clearTimeout == 'function' ? clearTimeout : notDefined('clearTimeout');
1409
1409
 
1410
- export function __wbg_setTimeout_0e2683d7f8a5eec5(arg0, arg1) {
1410
+ export function __wbg_setTimeout_7a10a7e4d1273797(arg0, arg1) {
1411
1411
  const ret = setTimeout(getObject(arg0), arg1 >>> 0);
1412
1412
  return ret;
1413
1413
  };
@@ -2574,27 +2574,27 @@ export function __wbindgen_memory() {
2574
2574
  };
2575
2575
 
2576
2576
  export function __wbindgen_closure_wrapper1002(arg0, arg1, arg2) {
2577
- const ret = makeMutClosure(arg0, arg1, 223, __wbg_adapter_58);
2577
+ const ret = makeMutClosure(arg0, arg1, 222, __wbg_adapter_58);
2578
2578
  return addHeapObject(ret);
2579
2579
  };
2580
2580
 
2581
2581
  export function __wbindgen_closure_wrapper1003(arg0, arg1, arg2) {
2582
- const ret = makeMutClosure(arg0, arg1, 223, __wbg_adapter_61);
2582
+ const ret = makeClosure(arg0, arg1, 222, __wbg_adapter_61);
2583
2583
  return addHeapObject(ret);
2584
2584
  };
2585
2585
 
2586
2586
  export function __wbindgen_closure_wrapper1004(arg0, arg1, arg2) {
2587
- const ret = makeClosure(arg0, arg1, 223, __wbg_adapter_64);
2587
+ const ret = makeMutClosure(arg0, arg1, 222, __wbg_adapter_64);
2588
2588
  return addHeapObject(ret);
2589
2589
  };
2590
2590
 
2591
- export function __wbindgen_closure_wrapper1005(arg0, arg1, arg2) {
2592
- const ret = makeMutClosure(arg0, arg1, 223, __wbg_adapter_58);
2591
+ export function __wbindgen_closure_wrapper1008(arg0, arg1, arg2) {
2592
+ const ret = makeMutClosure(arg0, arg1, 222, __wbg_adapter_58);
2593
2593
  return addHeapObject(ret);
2594
2594
  };
2595
2595
 
2596
2596
  export function __wbindgen_closure_wrapper1010(arg0, arg1, arg2) {
2597
- const ret = makeMutClosure(arg0, arg1, 223, __wbg_adapter_58);
2597
+ const ret = makeMutClosure(arg0, arg1, 222, __wbg_adapter_58);
2598
2598
  return addHeapObject(ret);
2599
2599
  };
2600
2600
 
Binary file
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "Eiger <hello@eiger.co>"
6
6
  ],
7
7
  "description": "Browser compatibility layer for the Lumina node",
8
- "version": "0.5.0",
8
+ "version": "0.5.1",
9
9
  "license": "Apache-2.0",
10
10
  "repository": {
11
11
  "type": "git",