phirepass-channel 0.1.187 → 0.1.188
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
|
@@ -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
|
|
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;
|
package/phirepass-channel.js
CHANGED
|
@@ -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
|
-
|
|
411
|
+
__wbg_warn_08b9a6e1993ecf7d: 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:
|
|
431
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
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
|
|
469
|
-
wasm.
|
|
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
|