phirepass-channel 0.1.227 → 0.1.229
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
|
@@ -76,7 +76,7 @@ export interface InitOutput {
|
|
|
76
76
|
readonly __wasm_bindgen_func_elem_39: (a: number, b: number, c: number) => void;
|
|
77
77
|
readonly __wasm_bindgen_func_elem_39_1: (a: number, b: number, c: number) => void;
|
|
78
78
|
readonly __wasm_bindgen_func_elem_39_2: (a: number, b: number, c: number) => void;
|
|
79
|
-
readonly
|
|
79
|
+
readonly __wasm_bindgen_func_elem_43: (a: number, b: number) => void;
|
|
80
80
|
readonly __wbindgen_export: (a: number, b: number) => number;
|
|
81
81
|
readonly __wbindgen_export2: (a: number, b: number, c: number, d: number) => number;
|
|
82
82
|
readonly __wbindgen_export3: (a: number) => void;
|
package/phirepass-channel.js
CHANGED
|
@@ -344,7 +344,7 @@ function __wbg_get_imports() {
|
|
|
344
344
|
const ret = Array.from(getObject(arg0));
|
|
345
345
|
return addHeapObject(ret);
|
|
346
346
|
},
|
|
347
|
-
|
|
347
|
+
__wbg_info_b217c6068807f53c: function(arg0, arg1) {
|
|
348
348
|
console.info(getStringFromWasm0(arg0, arg1));
|
|
349
349
|
},
|
|
350
350
|
__wbg_instanceof_ArrayBuffer_eab9f28fbec23477: function(arg0) {
|
|
@@ -416,7 +416,7 @@ function __wbg_get_imports() {
|
|
|
416
416
|
__wbg_set_onopen_1da8a4f65e6180d2: function(arg0, arg1) {
|
|
417
417
|
getObject(arg0).onopen = getObject(arg1);
|
|
418
418
|
},
|
|
419
|
-
|
|
419
|
+
__wbg_warn_b59bbd63eb4be23c: function(arg0, arg1) {
|
|
420
420
|
console.warn(getStringFromWasm0(arg0, arg1));
|
|
421
421
|
},
|
|
422
422
|
__wbindgen_cast_0000000000000001: function(arg0, arg1) {
|
|
@@ -435,8 +435,8 @@ function __wbg_get_imports() {
|
|
|
435
435
|
return addHeapObject(ret);
|
|
436
436
|
},
|
|
437
437
|
__wbindgen_cast_0000000000000004: function(arg0, arg1) {
|
|
438
|
-
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [], shim_idx:
|
|
439
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
438
|
+
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [], shim_idx: 5, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
439
|
+
const ret = makeMutClosure(arg0, arg1, __wasm_bindgen_func_elem_43);
|
|
440
440
|
return addHeapObject(ret);
|
|
441
441
|
},
|
|
442
442
|
__wbindgen_cast_0000000000000005: function(arg0) {
|
|
@@ -473,8 +473,8 @@ function __wbg_get_imports() {
|
|
|
473
473
|
};
|
|
474
474
|
}
|
|
475
475
|
|
|
476
|
-
function
|
|
477
|
-
wasm.
|
|
476
|
+
function __wasm_bindgen_func_elem_43(arg0, arg1) {
|
|
477
|
+
wasm.__wasm_bindgen_func_elem_43(arg0, arg1);
|
|
478
478
|
}
|
|
479
479
|
|
|
480
480
|
function __wasm_bindgen_func_elem_39(arg0, arg1, arg2) {
|
|
Binary file
|