phirepass-channel 0.1.293 → 0.1.294
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 +1 -1
- package/phirepass-channel.d.ts +4 -4
- package/phirepass-channel.js +14 -14
- package/phirepass-channel_bg.wasm +0 -0
package/package.json
CHANGED
package/phirepass-channel.d.ts
CHANGED
|
@@ -88,10 +88,10 @@ export interface InitOutput {
|
|
|
88
88
|
readonly channel_stop_heartbeat: (a: number) => void;
|
|
89
89
|
readonly channel_update_service: (a: number, b: number, c: number, d: number, e: number, f: number, g: number, h: number, i: number, j: number, k: number, l: number, m: number, n: number, o: number, p: number, q: number, r: number, s: number, t: number, u: number) => void;
|
|
90
90
|
readonly version: (a: number) => void;
|
|
91
|
-
readonly
|
|
92
|
-
readonly
|
|
93
|
-
readonly
|
|
94
|
-
readonly
|
|
91
|
+
readonly __wasm_bindgen_func_elem_59: (a: number, b: number, c: number) => void;
|
|
92
|
+
readonly __wasm_bindgen_func_elem_59_1: (a: number, b: number, c: number) => void;
|
|
93
|
+
readonly __wasm_bindgen_func_elem_59_2: (a: number, b: number, c: number) => void;
|
|
94
|
+
readonly __wasm_bindgen_func_elem_63: (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
|
@@ -461,7 +461,7 @@ function __wbg_get_imports() {
|
|
|
461
461
|
const ret = Reflect.get(getObject(arg0), getObject(arg1));
|
|
462
462
|
return addHeapObject(ret);
|
|
463
463
|
}, arguments); },
|
|
464
|
-
|
|
464
|
+
__wbg_info_1e3ba3f16fc3f95a: function(arg0, arg1) {
|
|
465
465
|
console.info(getStringFromWasm0(arg0, arg1));
|
|
466
466
|
},
|
|
467
467
|
__wbg_instanceof_ArrayBuffer_4480b9e0068a8adb: function(arg0) {
|
|
@@ -533,27 +533,27 @@ function __wbg_get_imports() {
|
|
|
533
533
|
__wbg_set_onopen_4f65470ae522a61a: function(arg0, arg1) {
|
|
534
534
|
getObject(arg0).onopen = getObject(arg1);
|
|
535
535
|
},
|
|
536
|
-
|
|
536
|
+
__wbg_warn_9a7a3634d731112a: function(arg0, arg1) {
|
|
537
537
|
console.warn(getStringFromWasm0(arg0, arg1));
|
|
538
538
|
},
|
|
539
539
|
__wbindgen_cast_0000000000000001: function(arg0, arg1) {
|
|
540
540
|
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [NamedExternref("CloseEvent")], shim_idx: 1, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
541
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
541
|
+
const ret = makeMutClosure(arg0, arg1, __wasm_bindgen_func_elem_59);
|
|
542
542
|
return addHeapObject(ret);
|
|
543
543
|
},
|
|
544
544
|
__wbindgen_cast_0000000000000002: function(arg0, arg1) {
|
|
545
545
|
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [NamedExternref("ErrorEvent")], shim_idx: 1, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
546
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
546
|
+
const ret = makeMutClosure(arg0, arg1, __wasm_bindgen_func_elem_59_1);
|
|
547
547
|
return addHeapObject(ret);
|
|
548
548
|
},
|
|
549
549
|
__wbindgen_cast_0000000000000003: function(arg0, arg1) {
|
|
550
550
|
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [NamedExternref("MessageEvent")], shim_idx: 1, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
551
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
551
|
+
const ret = makeMutClosure(arg0, arg1, __wasm_bindgen_func_elem_59_2);
|
|
552
552
|
return addHeapObject(ret);
|
|
553
553
|
},
|
|
554
554
|
__wbindgen_cast_0000000000000004: function(arg0, arg1) {
|
|
555
555
|
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [], shim_idx: 5, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
556
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
556
|
+
const ret = makeMutClosure(arg0, arg1, __wasm_bindgen_func_elem_63);
|
|
557
557
|
return addHeapObject(ret);
|
|
558
558
|
},
|
|
559
559
|
__wbindgen_cast_0000000000000005: function(arg0) {
|
|
@@ -590,20 +590,20 @@ function __wbg_get_imports() {
|
|
|
590
590
|
};
|
|
591
591
|
}
|
|
592
592
|
|
|
593
|
-
function
|
|
594
|
-
wasm.
|
|
593
|
+
function __wasm_bindgen_func_elem_63(arg0, arg1) {
|
|
594
|
+
wasm.__wasm_bindgen_func_elem_63(arg0, arg1);
|
|
595
595
|
}
|
|
596
596
|
|
|
597
|
-
function
|
|
598
|
-
wasm.
|
|
597
|
+
function __wasm_bindgen_func_elem_59(arg0, arg1, arg2) {
|
|
598
|
+
wasm.__wasm_bindgen_func_elem_59(arg0, arg1, addHeapObject(arg2));
|
|
599
599
|
}
|
|
600
600
|
|
|
601
|
-
function
|
|
602
|
-
wasm.
|
|
601
|
+
function __wasm_bindgen_func_elem_59_1(arg0, arg1, arg2) {
|
|
602
|
+
wasm.__wasm_bindgen_func_elem_59_1(arg0, arg1, addHeapObject(arg2));
|
|
603
603
|
}
|
|
604
604
|
|
|
605
|
-
function
|
|
606
|
-
wasm.
|
|
605
|
+
function __wasm_bindgen_func_elem_59_2(arg0, arg1, arg2) {
|
|
606
|
+
wasm.__wasm_bindgen_func_elem_59_2(arg0, arg1, addHeapObject(arg2));
|
|
607
607
|
}
|
|
608
608
|
|
|
609
609
|
|
|
Binary file
|