phirepass-channel 0.1.133 → 0.1.135
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 +17 -17
- package/phirepass-channel_bg.wasm +0 -0
package/package.json
CHANGED
package/phirepass-channel.d.ts
CHANGED
|
@@ -70,10 +70,10 @@ export interface InitOutput {
|
|
|
70
70
|
readonly channel_stop_heartbeat: (a: number) => void;
|
|
71
71
|
readonly version: (a: number) => void;
|
|
72
72
|
readonly __wasm_bindgen_func_elem_37: (a: number, b: number) => void;
|
|
73
|
-
readonly
|
|
74
|
-
readonly
|
|
75
|
-
readonly
|
|
76
|
-
readonly
|
|
73
|
+
readonly __wasm_bindgen_func_elem_38: (a: number, b: number, c: number) => void;
|
|
74
|
+
readonly __wasm_bindgen_func_elem_38_1: (a: number, b: number, c: number) => void;
|
|
75
|
+
readonly __wasm_bindgen_func_elem_38_2: (a: number, b: number, c: number) => void;
|
|
76
|
+
readonly __wasm_bindgen_func_elem_40: (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,27 +394,27 @@ 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_0f4c633edf201f07: function(arg0, arg1) {
|
|
398
398
|
console.warn(getStringFromWasm0(arg0, arg1));
|
|
399
399
|
},
|
|
400
400
|
__wbindgen_cast_0000000000000001: function(arg0, arg1) {
|
|
401
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx: 1, function: Function { arguments: [NamedExternref("CloseEvent")], shim_idx:
|
|
402
|
-
const ret = makeMutClosure(arg0, arg1, wasm.__wasm_bindgen_func_elem_37,
|
|
401
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 1, function: Function { arguments: [NamedExternref("CloseEvent")], shim_idx: 2, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
402
|
+
const ret = makeMutClosure(arg0, arg1, wasm.__wasm_bindgen_func_elem_37, __wasm_bindgen_func_elem_38);
|
|
403
403
|
return addHeapObject(ret);
|
|
404
404
|
},
|
|
405
405
|
__wbindgen_cast_0000000000000002: function(arg0, arg1) {
|
|
406
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx: 1, function: Function { arguments: [NamedExternref("ErrorEvent")], shim_idx:
|
|
407
|
-
const ret = makeMutClosure(arg0, arg1, wasm.__wasm_bindgen_func_elem_37,
|
|
406
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 1, function: Function { arguments: [NamedExternref("ErrorEvent")], shim_idx: 2, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
407
|
+
const ret = makeMutClosure(arg0, arg1, wasm.__wasm_bindgen_func_elem_37, __wasm_bindgen_func_elem_38_1);
|
|
408
408
|
return addHeapObject(ret);
|
|
409
409
|
},
|
|
410
410
|
__wbindgen_cast_0000000000000003: function(arg0, arg1) {
|
|
411
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx: 1, function: Function { arguments: [NamedExternref("MessageEvent")], shim_idx:
|
|
412
|
-
const ret = makeMutClosure(arg0, arg1, wasm.__wasm_bindgen_func_elem_37,
|
|
411
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 1, function: Function { arguments: [NamedExternref("MessageEvent")], shim_idx: 2, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
412
|
+
const ret = makeMutClosure(arg0, arg1, wasm.__wasm_bindgen_func_elem_37, __wasm_bindgen_func_elem_38_2);
|
|
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: 4, 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_40);
|
|
418
418
|
return addHeapObject(ret);
|
|
419
419
|
},
|
|
420
420
|
__wbindgen_cast_0000000000000005: function(arg0) {
|
|
@@ -451,20 +451,20 @@ function __wbg_get_imports() {
|
|
|
451
451
|
};
|
|
452
452
|
}
|
|
453
453
|
|
|
454
|
-
function
|
|
455
|
-
wasm.
|
|
454
|
+
function __wasm_bindgen_func_elem_40(arg0, arg1) {
|
|
455
|
+
wasm.__wasm_bindgen_func_elem_40(arg0, arg1);
|
|
456
456
|
}
|
|
457
457
|
|
|
458
|
-
function
|
|
459
|
-
wasm.
|
|
458
|
+
function __wasm_bindgen_func_elem_38(arg0, arg1, arg2) {
|
|
459
|
+
wasm.__wasm_bindgen_func_elem_38(arg0, arg1, addHeapObject(arg2));
|
|
460
460
|
}
|
|
461
461
|
|
|
462
|
-
function
|
|
463
|
-
wasm.
|
|
462
|
+
function __wasm_bindgen_func_elem_38_1(arg0, arg1, arg2) {
|
|
463
|
+
wasm.__wasm_bindgen_func_elem_38_1(arg0, arg1, addHeapObject(arg2));
|
|
464
464
|
}
|
|
465
465
|
|
|
466
|
-
function
|
|
467
|
-
wasm.
|
|
466
|
+
function __wasm_bindgen_func_elem_38_2(arg0, arg1, arg2) {
|
|
467
|
+
wasm.__wasm_bindgen_func_elem_38_2(arg0, arg1, addHeapObject(arg2));
|
|
468
468
|
}
|
|
469
469
|
|
|
470
470
|
|
|
Binary file
|