phirepass-channel 0.1.165 → 0.1.166
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
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "phirepass-channel",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.166",
|
|
5
5
|
"license": "SEE LICENSE IN ../LICENCE",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
8
|
-
"url": "https://github.com/
|
|
8
|
+
"url": "https://github.com/phirepass/phirepass-rs"
|
|
9
9
|
},
|
|
10
10
|
"files": [
|
|
11
11
|
"phirepass-channel_bg.wasm",
|
package/phirepass-channel.d.ts
CHANGED
|
@@ -75,7 +75,7 @@ export interface InitOutput {
|
|
|
75
75
|
readonly __wasm_bindgen_func_elem_38: (a: number, b: number, c: number) => void;
|
|
76
76
|
readonly __wasm_bindgen_func_elem_38_1: (a: number, b: number, c: number) => void;
|
|
77
77
|
readonly __wasm_bindgen_func_elem_38_2: (a: number, b: number, c: number) => void;
|
|
78
|
-
readonly
|
|
78
|
+
readonly __wasm_bindgen_func_elem_42: (a: number, b: number) => void;
|
|
79
79
|
readonly __wbindgen_export: (a: number, b: number) => number;
|
|
80
80
|
readonly __wbindgen_export2: (a: number, b: number, c: number, d: number) => number;
|
|
81
81
|
readonly __wbindgen_export3: (a: number) => void;
|
package/phirepass-channel.js
CHANGED
|
@@ -406,7 +406,7 @@ function __wbg_get_imports() {
|
|
|
406
406
|
__wbg_set_onopen_34e3e24cf9337ddd: function(arg0, arg1) {
|
|
407
407
|
getObject(arg0).onopen = getObject(arg1);
|
|
408
408
|
},
|
|
409
|
-
|
|
409
|
+
__wbg_warn_1bf034bfadbf0dc0: function(arg0, arg1) {
|
|
410
410
|
console.warn(getStringFromWasm0(arg0, arg1));
|
|
411
411
|
},
|
|
412
412
|
__wbindgen_cast_0000000000000001: function(arg0, arg1) {
|
|
@@ -425,8 +425,8 @@ function __wbg_get_imports() {
|
|
|
425
425
|
return addHeapObject(ret);
|
|
426
426
|
},
|
|
427
427
|
__wbindgen_cast_0000000000000004: function(arg0, arg1) {
|
|
428
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx: 1, function: Function { arguments: [], shim_idx:
|
|
429
|
-
const ret = makeMutClosure(arg0, arg1, wasm.__wasm_bindgen_func_elem_37,
|
|
428
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 1, function: Function { arguments: [], shim_idx: 6, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
429
|
+
const ret = makeMutClosure(arg0, arg1, wasm.__wasm_bindgen_func_elem_37, __wasm_bindgen_func_elem_42);
|
|
430
430
|
return addHeapObject(ret);
|
|
431
431
|
},
|
|
432
432
|
__wbindgen_cast_0000000000000005: function(arg0) {
|
|
@@ -463,8 +463,8 @@ function __wbg_get_imports() {
|
|
|
463
463
|
};
|
|
464
464
|
}
|
|
465
465
|
|
|
466
|
-
function
|
|
467
|
-
wasm.
|
|
466
|
+
function __wasm_bindgen_func_elem_42(arg0, arg1) {
|
|
467
|
+
wasm.__wasm_bindgen_func_elem_42(arg0, arg1);
|
|
468
468
|
}
|
|
469
469
|
|
|
470
470
|
function __wasm_bindgen_func_elem_38(arg0, arg1, arg2) {
|
|
Binary file
|