@keyhive/keyhive 0.0.0-alpha.50g → 0.0.0-alpha.50i

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.50g",
3
+ "version": "0.0.0-alpha.50i",
4
4
  "description": "",
5
5
  "main": "pkg/keyhive_wasm.js",
6
6
  "keywords": [],
@@ -3364,6 +3364,12 @@ export function __wbindgen_cast_25a0a844437d0e92(arg0, arg1) {
3364
3364
  return ret;
3365
3365
  };
3366
3366
 
3367
+ export function __wbindgen_cast_4d3bc2b370a03c03(arg0, arg1) {
3368
+ // Cast intrinsic for `Closure(Closure { dtor_idx: 469, function: Function { arguments: [Externref], shim_idx: 470, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
3369
+ const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h56c1987c5374a416, wasm_bindgen__convert__closures_____invoke__hb8b6941fceac7069);
3370
+ return ret;
3371
+ };
3372
+
3367
3373
  export function __wbindgen_cast_6300122139088863(arg0, arg1) {
3368
3374
  var v0 = getArrayJsValueFromWasm0(arg0, arg1).slice();
3369
3375
  wasm.__wbindgen_free(arg0, arg1 * 4, 4);
@@ -3388,12 +3394,6 @@ export function __wbindgen_cast_6e33e4871eebdb43(arg0, arg1) {
3388
3394
  return ret;
3389
3395
  };
3390
3396
 
3391
- export function __wbindgen_cast_70a820cad56b6aa4(arg0, arg1) {
3392
- // Cast intrinsic for `Closure(Closure { dtor_idx: 467, function: Function { arguments: [Externref], shim_idx: 468, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
3393
- const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h56c1987c5374a416, wasm_bindgen__convert__closures_____invoke__hb8b6941fceac7069);
3394
- return ret;
3395
- };
3396
-
3397
3397
  export function __wbindgen_cast_77bc3e92745e9a35(arg0, arg1) {
3398
3398
  var v0 = getArrayU8FromWasm0(arg0, arg1).slice();
3399
3399
  wasm.__wbindgen_free(arg0, arg1 * 1, 1);
Binary file
@@ -3395,6 +3395,12 @@ exports.__wbindgen_cast_25a0a844437d0e92 = function(arg0, arg1) {
3395
3395
  return ret;
3396
3396
  };
3397
3397
 
3398
+ exports.__wbindgen_cast_4d3bc2b370a03c03 = function(arg0, arg1) {
3399
+ // Cast intrinsic for `Closure(Closure { dtor_idx: 469, function: Function { arguments: [Externref], shim_idx: 470, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
3400
+ const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h56c1987c5374a416, wasm_bindgen__convert__closures_____invoke__hb8b6941fceac7069);
3401
+ return ret;
3402
+ };
3403
+
3398
3404
  exports.__wbindgen_cast_6300122139088863 = function(arg0, arg1) {
3399
3405
  var v0 = getArrayJsValueFromWasm0(arg0, arg1).slice();
3400
3406
  wasm.__wbindgen_free(arg0, arg1 * 4, 4);
@@ -3419,12 +3425,6 @@ exports.__wbindgen_cast_6e33e4871eebdb43 = function(arg0, arg1) {
3419
3425
  return ret;
3420
3426
  };
3421
3427
 
3422
- exports.__wbindgen_cast_70a820cad56b6aa4 = function(arg0, arg1) {
3423
- // Cast intrinsic for `Closure(Closure { dtor_idx: 467, function: Function { arguments: [Externref], shim_idx: 468, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
3424
- const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h56c1987c5374a416, wasm_bindgen__convert__closures_____invoke__hb8b6941fceac7069);
3425
- return ret;
3426
- };
3427
-
3428
3428
  exports.__wbindgen_cast_77bc3e92745e9a35 = function(arg0, arg1) {
3429
3429
  var v0 = getArrayU8FromWasm0(arg0, arg1).slice();
3430
3430
  wasm.__wbindgen_free(arg0, arg1 * 1, 1);
Binary file
@@ -3300,6 +3300,11 @@ function __wbg_get_imports() {
3300
3300
  const ret = v0;
3301
3301
  return ret;
3302
3302
  };
3303
+ imports.wbg.__wbindgen_cast_4d3bc2b370a03c03 = function(arg0, arg1) {
3304
+ // Cast intrinsic for `Closure(Closure { dtor_idx: 469, function: Function { arguments: [Externref], shim_idx: 470, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
3305
+ const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h56c1987c5374a416, wasm_bindgen__convert__closures_____invoke__hb8b6941fceac7069);
3306
+ return ret;
3307
+ };
3303
3308
  imports.wbg.__wbindgen_cast_6300122139088863 = function(arg0, arg1) {
3304
3309
  var v0 = getArrayJsValueFromWasm0(arg0, arg1).slice();
3305
3310
  wasm.__wbindgen_free(arg0, arg1 * 4, 4);
@@ -3321,11 +3326,6 @@ function __wbg_get_imports() {
3321
3326
  const ret = v0;
3322
3327
  return ret;
3323
3328
  };
3324
- imports.wbg.__wbindgen_cast_70a820cad56b6aa4 = function(arg0, arg1) {
3325
- // Cast intrinsic for `Closure(Closure { dtor_idx: 467, function: Function { arguments: [Externref], shim_idx: 468, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
3326
- const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h56c1987c5374a416, wasm_bindgen__convert__closures_____invoke__hb8b6941fceac7069);
3327
- return ret;
3328
- };
3329
3329
  imports.wbg.__wbindgen_cast_77bc3e92745e9a35 = function(arg0, arg1) {
3330
3330
  var v0 = getArrayU8FromWasm0(arg0, arg1).slice();
3331
3331
  wasm.__wbindgen_free(arg0, arg1 * 1, 1);
Binary file