phirepass-channel 0.1.182 → 0.1.183

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,7 +1,7 @@
1
1
  {
2
2
  "name": "phirepass-channel",
3
3
  "type": "module",
4
- "version": "0.1.182",
4
+ "version": "0.1.183",
5
5
  "license": "SEE LICENSE IN ../LICENCE",
6
6
  "repository": {
7
7
  "type": "git",
@@ -74,7 +74,7 @@ export interface InitOutput {
74
74
  readonly __wasm_bindgen_func_elem_37: (a: number, b: number, c: number) => void;
75
75
  readonly __wasm_bindgen_func_elem_37_1: (a: number, b: number, c: number) => void;
76
76
  readonly __wasm_bindgen_func_elem_37_2: (a: number, b: number, c: number) => void;
77
- readonly __wasm_bindgen_func_elem_40: (a: number, b: number) => void;
77
+ readonly __wasm_bindgen_func_elem_41: (a: number, b: number) => void;
78
78
  readonly __wbindgen_export: (a: number, b: number) => number;
79
79
  readonly __wbindgen_export2: (a: number, b: number, c: number, d: number) => number;
80
80
  readonly __wbindgen_export3: (a: number) => void;
@@ -408,7 +408,7 @@ function __wbg_get_imports() {
408
408
  __wbg_set_onopen_7ffeb01f8a628209: function(arg0, arg1) {
409
409
  getObject(arg0).onopen = getObject(arg1);
410
410
  },
411
- __wbg_warn_c02cc9420c832e90: function(arg0, arg1) {
411
+ __wbg_warn_97be992ef0100a92: function(arg0, arg1) {
412
412
  console.warn(getStringFromWasm0(arg0, arg1));
413
413
  },
414
414
  __wbindgen_cast_0000000000000001: function(arg0, arg1) {
@@ -427,8 +427,8 @@ function __wbg_get_imports() {
427
427
  return addHeapObject(ret);
428
428
  },
429
429
  __wbindgen_cast_0000000000000004: function(arg0, arg1) {
430
- // Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [], shim_idx: 4, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
431
- const ret = makeMutClosure(arg0, arg1, __wasm_bindgen_func_elem_40);
430
+ // Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [], shim_idx: 5, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
431
+ const ret = makeMutClosure(arg0, arg1, __wasm_bindgen_func_elem_41);
432
432
  return addHeapObject(ret);
433
433
  },
434
434
  __wbindgen_cast_0000000000000005: function(arg0) {
@@ -465,8 +465,8 @@ function __wbg_get_imports() {
465
465
  };
466
466
  }
467
467
 
468
- function __wasm_bindgen_func_elem_40(arg0, arg1) {
469
- wasm.__wasm_bindgen_func_elem_40(arg0, arg1);
468
+ function __wasm_bindgen_func_elem_41(arg0, arg1) {
469
+ wasm.__wasm_bindgen_func_elem_41(arg0, arg1);
470
470
  }
471
471
 
472
472
  function __wasm_bindgen_func_elem_37(arg0, arg1, arg2) {
Binary file