@keyhive/keyhive 0.0.0-alpha.39 → 0.0.0-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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@keyhive/keyhive",
3
- "version": "0.0.0-alpha.39",
3
+ "version": "0.0.0-alpha.40",
4
4
  "description": "",
5
5
  "main": "pkg/keyhive_wasm.js",
6
6
  "keywords": [],
@@ -269,7 +269,7 @@ export function setPanicHook() {
269
269
  wasm.setPanicHook();
270
270
  }
271
271
 
272
- function __wbg_adapter_24(arg0, arg1, arg2) {
272
+ function __wbg_adapter_10(arg0, arg1, arg2) {
273
273
  wasm.closure425_externref_shim(arg0, arg1, arg2);
274
274
  }
275
275
 
@@ -3381,7 +3381,7 @@ export function __wbindgen_cast_cb9088102bce6b30(arg0, arg1) {
3381
3381
 
3382
3382
  export function __wbindgen_cast_eec2736b920f1ce2(arg0, arg1) {
3383
3383
  // Cast intrinsic for `Closure(Closure { dtor_idx: 424, function: Function { arguments: [Externref], shim_idx: 425, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
3384
- const ret = makeMutClosure(arg0, arg1, 424, __wbg_adapter_24);
3384
+ const ret = makeMutClosure(arg0, arg1, 424, __wbg_adapter_10);
3385
3385
  return ret;
3386
3386
  };
3387
3387
 
Binary file
@@ -259,7 +259,7 @@ exports.setPanicHook = function() {
259
259
  wasm.setPanicHook();
260
260
  };
261
261
 
262
- function __wbg_adapter_6(arg0, arg1, arg2) {
262
+ function __wbg_adapter_10(arg0, arg1, arg2) {
263
263
  wasm.closure425_externref_shim(arg0, arg1, arg2);
264
264
  }
265
265
 
@@ -3449,7 +3449,7 @@ exports.__wbindgen_cast_cb9088102bce6b30 = function(arg0, arg1) {
3449
3449
 
3450
3450
  exports.__wbindgen_cast_eec2736b920f1ce2 = function(arg0, arg1) {
3451
3451
  // Cast intrinsic for `Closure(Closure { dtor_idx: 424, function: Function { arguments: [Externref], shim_idx: 425, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
3452
- const ret = makeMutClosure(arg0, arg1, 424, __wbg_adapter_6);
3452
+ const ret = makeMutClosure(arg0, arg1, 424, __wbg_adapter_10);
3453
3453
  return ret;
3454
3454
  };
3455
3455
 
Binary file
@@ -265,7 +265,7 @@ export function setPanicHook() {
265
265
  wasm.setPanicHook();
266
266
  }
267
267
 
268
- function __wbg_adapter_12(arg0, arg1, arg2) {
268
+ function __wbg_adapter_8(arg0, arg1, arg2) {
269
269
  wasm.closure425_externref_shim(arg0, arg1, arg2);
270
270
  }
271
271
 
@@ -3316,7 +3316,7 @@ function __wbg_get_imports() {
3316
3316
  };
3317
3317
  imports.wbg.__wbindgen_cast_eec2736b920f1ce2 = function(arg0, arg1) {
3318
3318
  // Cast intrinsic for `Closure(Closure { dtor_idx: 424, function: Function { arguments: [Externref], shim_idx: 425, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
3319
- const ret = makeMutClosure(arg0, arg1, 424, __wbg_adapter_12);
3319
+ const ret = makeMutClosure(arg0, arg1, 424, __wbg_adapter_8);
3320
3320
  return ret;
3321
3321
  };
3322
3322
  imports.wbg.__wbindgen_init_externref_table = function() {
Binary file