phirepass-channel 0.1.89 → 0.1.92
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
package/phirepass-channel.d.ts
CHANGED
|
@@ -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
|
|
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;
|
package/phirepass-channel.js
CHANGED
|
@@ -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
|
-
|
|
384
|
+
__wbg_warn_47d7ac745c6c8af5: 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:
|
|
404
|
-
const ret = makeMutClosure(arg0, arg1, wasm.__wasm_bindgen_func_elem_37,
|
|
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
|
|
442
|
-
wasm.
|
|
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
|