phirepass-channel 0.1.269 → 0.1.271
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 +18 -18
- package/phirepass-channel_bg.wasm +0 -0
package/package.json
CHANGED
package/phirepass-channel.d.ts
CHANGED
|
@@ -86,10 +86,10 @@ export interface InitOutput {
|
|
|
86
86
|
readonly channel_start_heartbeat: (a: number, b: number) => void;
|
|
87
87
|
readonly channel_stop_heartbeat: (a: number) => void;
|
|
88
88
|
readonly version: (a: number) => void;
|
|
89
|
-
readonly
|
|
90
|
-
readonly
|
|
91
|
-
readonly
|
|
92
|
-
readonly
|
|
89
|
+
readonly __wasm_bindgen_func_elem_42: (a: number, b: number, c: number) => void;
|
|
90
|
+
readonly __wasm_bindgen_func_elem_42_1: (a: number, b: number, c: number) => void;
|
|
91
|
+
readonly __wasm_bindgen_func_elem_42_2: (a: number, b: number, c: number) => void;
|
|
92
|
+
readonly __wasm_bindgen_func_elem_45: (a: number, b: number) => void;
|
|
93
93
|
readonly __wbindgen_export: (a: number, b: number) => number;
|
|
94
94
|
readonly __wbindgen_export2: (a: number, b: number, c: number, d: number) => number;
|
|
95
95
|
readonly __wbindgen_export3: (a: number) => void;
|
package/phirepass-channel.js
CHANGED
|
@@ -425,7 +425,7 @@ function __wbg_get_imports() {
|
|
|
425
425
|
const ret = Reflect.get(getObject(arg0), getObject(arg1));
|
|
426
426
|
return addHeapObject(ret);
|
|
427
427
|
}, arguments); },
|
|
428
|
-
|
|
428
|
+
__wbg_info_4c8da6a603d100fc: function(arg0, arg1) {
|
|
429
429
|
console.info(getStringFromWasm0(arg0, arg1));
|
|
430
430
|
},
|
|
431
431
|
__wbg_instanceof_ArrayBuffer_2a7bb09fee70c2da: function(arg0) {
|
|
@@ -497,27 +497,27 @@ function __wbg_get_imports() {
|
|
|
497
497
|
__wbg_set_onopen_ca8d311fe5282041: function(arg0, arg1) {
|
|
498
498
|
getObject(arg0).onopen = getObject(arg1);
|
|
499
499
|
},
|
|
500
|
-
|
|
500
|
+
__wbg_warn_a1e6ea158a9d1a94: function(arg0, arg1) {
|
|
501
501
|
console.warn(getStringFromWasm0(arg0, arg1));
|
|
502
502
|
},
|
|
503
503
|
__wbindgen_cast_0000000000000001: function(arg0, arg1) {
|
|
504
|
-
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [NamedExternref("CloseEvent")], shim_idx:
|
|
505
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
504
|
+
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [NamedExternref("CloseEvent")], shim_idx: 1, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
505
|
+
const ret = makeMutClosure(arg0, arg1, __wasm_bindgen_func_elem_42);
|
|
506
506
|
return addHeapObject(ret);
|
|
507
507
|
},
|
|
508
508
|
__wbindgen_cast_0000000000000002: function(arg0, arg1) {
|
|
509
|
-
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [NamedExternref("ErrorEvent")], shim_idx:
|
|
510
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
509
|
+
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [NamedExternref("ErrorEvent")], shim_idx: 1, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
510
|
+
const ret = makeMutClosure(arg0, arg1, __wasm_bindgen_func_elem_42_1);
|
|
511
511
|
return addHeapObject(ret);
|
|
512
512
|
},
|
|
513
513
|
__wbindgen_cast_0000000000000003: function(arg0, arg1) {
|
|
514
|
-
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [NamedExternref("MessageEvent")], shim_idx:
|
|
515
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
514
|
+
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [NamedExternref("MessageEvent")], shim_idx: 1, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
515
|
+
const ret = makeMutClosure(arg0, arg1, __wasm_bindgen_func_elem_42_2);
|
|
516
516
|
return addHeapObject(ret);
|
|
517
517
|
},
|
|
518
518
|
__wbindgen_cast_0000000000000004: function(arg0, arg1) {
|
|
519
|
-
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [], shim_idx:
|
|
520
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
519
|
+
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [], shim_idx: 4, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
520
|
+
const ret = makeMutClosure(arg0, arg1, __wasm_bindgen_func_elem_45);
|
|
521
521
|
return addHeapObject(ret);
|
|
522
522
|
},
|
|
523
523
|
__wbindgen_cast_0000000000000005: function(arg0) {
|
|
@@ -554,20 +554,20 @@ function __wbg_get_imports() {
|
|
|
554
554
|
};
|
|
555
555
|
}
|
|
556
556
|
|
|
557
|
-
function
|
|
558
|
-
wasm.
|
|
557
|
+
function __wasm_bindgen_func_elem_45(arg0, arg1) {
|
|
558
|
+
wasm.__wasm_bindgen_func_elem_45(arg0, arg1);
|
|
559
559
|
}
|
|
560
560
|
|
|
561
|
-
function
|
|
562
|
-
wasm.
|
|
561
|
+
function __wasm_bindgen_func_elem_42(arg0, arg1, arg2) {
|
|
562
|
+
wasm.__wasm_bindgen_func_elem_42(arg0, arg1, addHeapObject(arg2));
|
|
563
563
|
}
|
|
564
564
|
|
|
565
|
-
function
|
|
566
|
-
wasm.
|
|
565
|
+
function __wasm_bindgen_func_elem_42_1(arg0, arg1, arg2) {
|
|
566
|
+
wasm.__wasm_bindgen_func_elem_42_1(arg0, arg1, addHeapObject(arg2));
|
|
567
567
|
}
|
|
568
568
|
|
|
569
|
-
function
|
|
570
|
-
wasm.
|
|
569
|
+
function __wasm_bindgen_func_elem_42_2(arg0, arg1, arg2) {
|
|
570
|
+
wasm.__wasm_bindgen_func_elem_42_2(arg0, arg1, addHeapObject(arg2));
|
|
571
571
|
}
|
|
572
572
|
|
|
573
573
|
|
|
Binary file
|