phirepass-channel 0.1.282 → 0.1.283
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
|
@@ -91,7 +91,7 @@ export interface InitOutput {
|
|
|
91
91
|
readonly __wasm_bindgen_func_elem_42: (a: number, b: number, c: number) => void;
|
|
92
92
|
readonly __wasm_bindgen_func_elem_42_1: (a: number, b: number, c: number) => void;
|
|
93
93
|
readonly __wasm_bindgen_func_elem_42_2: (a: number, b: number, c: number) => void;
|
|
94
|
-
readonly
|
|
94
|
+
readonly __wasm_bindgen_func_elem_45: (a: number, b: number) => void;
|
|
95
95
|
readonly __wbindgen_export: (a: number, b: number) => number;
|
|
96
96
|
readonly __wbindgen_export2: (a: number, b: number, c: number, d: number) => number;
|
|
97
97
|
readonly __wbindgen_export3: (a: number) => void;
|
package/phirepass-channel.js
CHANGED
|
@@ -458,7 +458,7 @@ function __wbg_get_imports() {
|
|
|
458
458
|
const ret = Reflect.get(getObject(arg0), getObject(arg1));
|
|
459
459
|
return addHeapObject(ret);
|
|
460
460
|
}, arguments); },
|
|
461
|
-
|
|
461
|
+
__wbg_info_29d23c8822cd6cb1: function(arg0, arg1) {
|
|
462
462
|
console.info(getStringFromWasm0(arg0, arg1));
|
|
463
463
|
},
|
|
464
464
|
__wbg_instanceof_ArrayBuffer_2a7bb09fee70c2da: function(arg0) {
|
|
@@ -530,7 +530,7 @@ function __wbg_get_imports() {
|
|
|
530
530
|
__wbg_set_onopen_ca8d311fe5282041: function(arg0, arg1) {
|
|
531
531
|
getObject(arg0).onopen = getObject(arg1);
|
|
532
532
|
},
|
|
533
|
-
|
|
533
|
+
__wbg_warn_afeef32d3bfa3af9: function(arg0, arg1) {
|
|
534
534
|
console.warn(getStringFromWasm0(arg0, arg1));
|
|
535
535
|
},
|
|
536
536
|
__wbindgen_cast_0000000000000001: function(arg0, arg1) {
|
|
@@ -549,8 +549,8 @@ function __wbg_get_imports() {
|
|
|
549
549
|
return addHeapObject(ret);
|
|
550
550
|
},
|
|
551
551
|
__wbindgen_cast_0000000000000004: function(arg0, arg1) {
|
|
552
|
-
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [], shim_idx:
|
|
553
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
552
|
+
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [], shim_idx: 4, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
553
|
+
const ret = makeMutClosure(arg0, arg1, __wasm_bindgen_func_elem_45);
|
|
554
554
|
return addHeapObject(ret);
|
|
555
555
|
},
|
|
556
556
|
__wbindgen_cast_0000000000000005: function(arg0) {
|
|
@@ -587,8 +587,8 @@ function __wbg_get_imports() {
|
|
|
587
587
|
};
|
|
588
588
|
}
|
|
589
589
|
|
|
590
|
-
function
|
|
591
|
-
wasm.
|
|
590
|
+
function __wasm_bindgen_func_elem_45(arg0, arg1) {
|
|
591
|
+
wasm.__wasm_bindgen_func_elem_45(arg0, arg1);
|
|
592
592
|
}
|
|
593
593
|
|
|
594
594
|
function __wasm_bindgen_func_elem_42(arg0, arg1, arg2) {
|
|
Binary file
|