phirepass-channel 0.1.151 → 0.1.152
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
|
@@ -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
|
|
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;
|
package/phirepass-channel.js
CHANGED
|
@@ -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
|
-
|
|
397
|
+
__wbg_warn_7441e0b1fcbfcf4a: 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:
|
|
417
|
-
const ret = makeMutClosure(arg0, arg1, wasm.__wasm_bindgen_func_elem_37,
|
|
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
|
|
455
|
-
wasm.
|
|
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
|