phirepass-channel 0.1.90 → 0.1.93

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.90",
4
+ "version": "0.1.93",
5
5
  "license": "SEE LICENSE IN ../LICENCE",
6
6
  "repository": {
7
7
  "type": "git",
@@ -69,7 +69,7 @@ export interface InitOutput {
69
69
  readonly version: (a: number) => void;
70
70
  readonly __wasm_bindgen_func_elem_37: (a: number, b: number) => void;
71
71
  readonly __wasm_bindgen_func_elem_38: (a: number, b: number, c: number) => void;
72
- readonly __wasm_bindgen_func_elem_41: (a: number, b: number) => void;
72
+ readonly __wasm_bindgen_func_elem_42: (a: number, b: number) => void;
73
73
  readonly __wbindgen_export: (a: number, b: number) => number;
74
74
  readonly __wbindgen_export2: (a: number, b: number, c: number, d: number) => number;
75
75
  readonly __wbindgen_export3: (a: number) => void;
@@ -381,7 +381,7 @@ function __wbg_get_imports() {
381
381
  __wbg_set_onopen_b7b52d519d6c0f11: function(arg0, arg1) {
382
382
  getObject(arg0).onopen = getObject(arg1);
383
383
  },
384
- __wbg_warn_de1beacc51225cc3: function(arg0, arg1) {
384
+ __wbg_warn_25386a3a444616f2: function(arg0, arg1) {
385
385
  console.warn(getStringFromWasm0(arg0, arg1));
386
386
  },
387
387
  __wbindgen_cast_0000000000000001: function(arg0, arg1) {
@@ -400,8 +400,8 @@ function __wbg_get_imports() {
400
400
  return addHeapObject(ret);
401
401
  },
402
402
  __wbindgen_cast_0000000000000004: function(arg0, arg1) {
403
- // Cast intrinsic for `Closure(Closure { dtor_idx: 1, function: Function { arguments: [], shim_idx: 5, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
404
- const ret = makeMutClosure(arg0, arg1, wasm.__wasm_bindgen_func_elem_37, __wasm_bindgen_func_elem_41);
403
+ // Cast intrinsic for `Closure(Closure { dtor_idx: 1, function: Function { arguments: [], shim_idx: 6, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
404
+ const ret = makeMutClosure(arg0, arg1, wasm.__wasm_bindgen_func_elem_37, __wasm_bindgen_func_elem_42);
405
405
  return addHeapObject(ret);
406
406
  },
407
407
  __wbindgen_cast_0000000000000005: function(arg0) {
@@ -438,8 +438,8 @@ function __wbg_get_imports() {
438
438
  };
439
439
  }
440
440
 
441
- function __wasm_bindgen_func_elem_41(arg0, arg1) {
442
- wasm.__wasm_bindgen_func_elem_41(arg0, arg1);
441
+ function __wasm_bindgen_func_elem_42(arg0, arg1) {
442
+ wasm.__wasm_bindgen_func_elem_42(arg0, arg1);
443
443
  }
444
444
 
445
445
  function __wasm_bindgen_func_elem_38(arg0, arg1, arg2) {
Binary file