phirepass-channel 0.1.253 → 0.1.255
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
|
@@ -79,10 +79,10 @@ export interface InitOutput {
|
|
|
79
79
|
readonly channel_start_heartbeat: (a: number, b: number) => void;
|
|
80
80
|
readonly channel_stop_heartbeat: (a: number) => void;
|
|
81
81
|
readonly version: (a: number) => void;
|
|
82
|
-
readonly
|
|
83
|
-
readonly
|
|
84
|
-
readonly
|
|
85
|
-
readonly
|
|
82
|
+
readonly __wasm_bindgen_func_elem_42: (a: number, b: number, c: number) => void;
|
|
83
|
+
readonly __wasm_bindgen_func_elem_42_1: (a: number, b: number, c: number) => void;
|
|
84
|
+
readonly __wasm_bindgen_func_elem_42_2: (a: number, b: number, c: number) => void;
|
|
85
|
+
readonly __wasm_bindgen_func_elem_44: (a: number, b: number) => void;
|
|
86
86
|
readonly __wbindgen_export: (a: number, b: number) => number;
|
|
87
87
|
readonly __wbindgen_export2: (a: number, b: number, c: number, d: number) => number;
|
|
88
88
|
readonly __wbindgen_export3: (a: number) => void;
|
package/phirepass-channel.js
CHANGED
|
@@ -405,7 +405,7 @@ function __wbg_get_imports() {
|
|
|
405
405
|
const ret = Reflect.get(getObject(arg0), getObject(arg1));
|
|
406
406
|
return addHeapObject(ret);
|
|
407
407
|
}, arguments); },
|
|
408
|
-
|
|
408
|
+
__wbg_info_71700a7ace75ba5a: function(arg0, arg1) {
|
|
409
409
|
console.info(getStringFromWasm0(arg0, arg1));
|
|
410
410
|
},
|
|
411
411
|
__wbg_instanceof_ArrayBuffer_8f49811467741499: function(arg0) {
|
|
@@ -477,27 +477,27 @@ function __wbg_get_imports() {
|
|
|
477
477
|
__wbg_set_onopen_db452f4233e99d7d: function(arg0, arg1) {
|
|
478
478
|
getObject(arg0).onopen = getObject(arg1);
|
|
479
479
|
},
|
|
480
|
-
|
|
480
|
+
__wbg_warn_bcd459698e13b32f: function(arg0, arg1) {
|
|
481
481
|
console.warn(getStringFromWasm0(arg0, arg1));
|
|
482
482
|
},
|
|
483
483
|
__wbindgen_cast_0000000000000001: function(arg0, arg1) {
|
|
484
|
-
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [NamedExternref("CloseEvent")], shim_idx:
|
|
485
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
484
|
+
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [NamedExternref("CloseEvent")], shim_idx: 1, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
485
|
+
const ret = makeMutClosure(arg0, arg1, __wasm_bindgen_func_elem_42);
|
|
486
486
|
return addHeapObject(ret);
|
|
487
487
|
},
|
|
488
488
|
__wbindgen_cast_0000000000000002: function(arg0, arg1) {
|
|
489
|
-
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [NamedExternref("ErrorEvent")], shim_idx:
|
|
490
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
489
|
+
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [NamedExternref("ErrorEvent")], shim_idx: 1, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
490
|
+
const ret = makeMutClosure(arg0, arg1, __wasm_bindgen_func_elem_42_1);
|
|
491
491
|
return addHeapObject(ret);
|
|
492
492
|
},
|
|
493
493
|
__wbindgen_cast_0000000000000003: function(arg0, arg1) {
|
|
494
|
-
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [NamedExternref("MessageEvent")], shim_idx:
|
|
495
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
494
|
+
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [NamedExternref("MessageEvent")], shim_idx: 1, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
495
|
+
const ret = makeMutClosure(arg0, arg1, __wasm_bindgen_func_elem_42_2);
|
|
496
496
|
return addHeapObject(ret);
|
|
497
497
|
},
|
|
498
498
|
__wbindgen_cast_0000000000000004: function(arg0, arg1) {
|
|
499
|
-
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [], shim_idx:
|
|
500
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
499
|
+
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [], shim_idx: 3, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
500
|
+
const ret = makeMutClosure(arg0, arg1, __wasm_bindgen_func_elem_44);
|
|
501
501
|
return addHeapObject(ret);
|
|
502
502
|
},
|
|
503
503
|
__wbindgen_cast_0000000000000005: function(arg0) {
|
|
@@ -534,20 +534,20 @@ function __wbg_get_imports() {
|
|
|
534
534
|
};
|
|
535
535
|
}
|
|
536
536
|
|
|
537
|
-
function
|
|
538
|
-
wasm.
|
|
537
|
+
function __wasm_bindgen_func_elem_44(arg0, arg1) {
|
|
538
|
+
wasm.__wasm_bindgen_func_elem_44(arg0, arg1);
|
|
539
539
|
}
|
|
540
540
|
|
|
541
|
-
function
|
|
542
|
-
wasm.
|
|
541
|
+
function __wasm_bindgen_func_elem_42(arg0, arg1, arg2) {
|
|
542
|
+
wasm.__wasm_bindgen_func_elem_42(arg0, arg1, addHeapObject(arg2));
|
|
543
543
|
}
|
|
544
544
|
|
|
545
|
-
function
|
|
546
|
-
wasm.
|
|
545
|
+
function __wasm_bindgen_func_elem_42_1(arg0, arg1, arg2) {
|
|
546
|
+
wasm.__wasm_bindgen_func_elem_42_1(arg0, arg1, addHeapObject(arg2));
|
|
547
547
|
}
|
|
548
548
|
|
|
549
|
-
function
|
|
550
|
-
wasm.
|
|
549
|
+
function __wasm_bindgen_func_elem_42_2(arg0, arg1, arg2) {
|
|
550
|
+
wasm.__wasm_bindgen_func_elem_42_2(arg0, arg1, addHeapObject(arg2));
|
|
551
551
|
}
|
|
552
552
|
|
|
553
553
|
|
|
Binary file
|