phirepass-channel 0.1.144 → 0.1.146

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.144",
4
+ "version": "0.1.146",
5
5
  "license": "SEE LICENSE IN ../LICENCE",
6
6
  "repository": {
7
7
  "type": "git",
@@ -73,7 +73,7 @@ export interface InitOutput {
73
73
  readonly __wasm_bindgen_func_elem_38: (a: number, b: number, c: number) => void;
74
74
  readonly __wasm_bindgen_func_elem_38_1: (a: number, b: number, c: number) => void;
75
75
  readonly __wasm_bindgen_func_elem_38_2: (a: number, b: number, c: number) => void;
76
- readonly __wasm_bindgen_func_elem_41: (a: number, b: number) => void;
76
+ readonly __wasm_bindgen_func_elem_42: (a: number, b: number) => void;
77
77
  readonly __wbindgen_export: (a: number, b: number) => number;
78
78
  readonly __wbindgen_export2: (a: number, b: number, c: number, d: number) => number;
79
79
  readonly __wbindgen_export3: (a: number) => void;
@@ -394,7 +394,7 @@ function __wbg_get_imports() {
394
394
  __wbg_set_onopen_34e3e24cf9337ddd: function(arg0, arg1) {
395
395
  getObject(arg0).onopen = getObject(arg1);
396
396
  },
397
- __wbg_warn_cfff128704f5d859: function(arg0, arg1) {
397
+ __wbg_warn_d2b8316b30ac25a4: function(arg0, arg1) {
398
398
  console.warn(getStringFromWasm0(arg0, arg1));
399
399
  },
400
400
  __wbindgen_cast_0000000000000001: function(arg0, arg1) {
@@ -413,8 +413,8 @@ function __wbg_get_imports() {
413
413
  return addHeapObject(ret);
414
414
  },
415
415
  __wbindgen_cast_0000000000000004: function(arg0, arg1) {
416
- // Cast intrinsic for `Closure(Closure { dtor_idx: 1, function: Function { arguments: [], shim_idx: 5, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
417
- const ret = makeMutClosure(arg0, arg1, wasm.__wasm_bindgen_func_elem_37, __wasm_bindgen_func_elem_41);
416
+ // Cast intrinsic for `Closure(Closure { dtor_idx: 1, function: Function { arguments: [], shim_idx: 6, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
417
+ const ret = makeMutClosure(arg0, arg1, wasm.__wasm_bindgen_func_elem_37, __wasm_bindgen_func_elem_42);
418
418
  return addHeapObject(ret);
419
419
  },
420
420
  __wbindgen_cast_0000000000000005: function(arg0) {
@@ -451,8 +451,8 @@ function __wbg_get_imports() {
451
451
  };
452
452
  }
453
453
 
454
- function __wasm_bindgen_func_elem_41(arg0, arg1) {
455
- wasm.__wasm_bindgen_func_elem_41(arg0, arg1);
454
+ function __wasm_bindgen_func_elem_42(arg0, arg1) {
455
+ wasm.__wasm_bindgen_func_elem_42(arg0, arg1);
456
456
  }
457
457
 
458
458
  function __wasm_bindgen_func_elem_38(arg0, arg1, arg2) {
Binary file