phirepass-channel 0.1.174 → 0.1.175
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
|
@@ -72,10 +72,10 @@ export interface InitOutput {
|
|
|
72
72
|
readonly channel_stop_heartbeat: (a: number) => void;
|
|
73
73
|
readonly version: (a: number) => void;
|
|
74
74
|
readonly __wasm_bindgen_func_elem_37: (a: number, b: number) => void;
|
|
75
|
-
readonly
|
|
76
|
-
readonly
|
|
77
|
-
readonly
|
|
78
|
-
readonly
|
|
75
|
+
readonly __wasm_bindgen_func_elem_38: (a: number, b: number, c: number) => void;
|
|
76
|
+
readonly __wasm_bindgen_func_elem_38_1: (a: number, b: number, c: number) => void;
|
|
77
|
+
readonly __wasm_bindgen_func_elem_38_2: (a: number, b: number, c: number) => void;
|
|
78
|
+
readonly __wasm_bindgen_func_elem_40: (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,27 +406,27 @@ 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_0f89f670b3427683: function(arg0, arg1) {
|
|
410
410
|
console.warn(getStringFromWasm0(arg0, arg1));
|
|
411
411
|
},
|
|
412
412
|
__wbindgen_cast_0000000000000001: function(arg0, arg1) {
|
|
413
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx: 1, function: Function { arguments: [NamedExternref("CloseEvent")], shim_idx:
|
|
414
|
-
const ret = makeMutClosure(arg0, arg1, wasm.__wasm_bindgen_func_elem_37,
|
|
413
|
+
// 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`.
|
|
414
|
+
const ret = makeMutClosure(arg0, arg1, wasm.__wasm_bindgen_func_elem_37, __wasm_bindgen_func_elem_38);
|
|
415
415
|
return addHeapObject(ret);
|
|
416
416
|
},
|
|
417
417
|
__wbindgen_cast_0000000000000002: function(arg0, arg1) {
|
|
418
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx: 1, function: Function { arguments: [NamedExternref("ErrorEvent")], shim_idx:
|
|
419
|
-
const ret = makeMutClosure(arg0, arg1, wasm.__wasm_bindgen_func_elem_37,
|
|
418
|
+
// 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`.
|
|
419
|
+
const ret = makeMutClosure(arg0, arg1, wasm.__wasm_bindgen_func_elem_37, __wasm_bindgen_func_elem_38_1);
|
|
420
420
|
return addHeapObject(ret);
|
|
421
421
|
},
|
|
422
422
|
__wbindgen_cast_0000000000000003: function(arg0, arg1) {
|
|
423
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx: 1, function: Function { arguments: [NamedExternref("MessageEvent")], shim_idx:
|
|
424
|
-
const ret = makeMutClosure(arg0, arg1, wasm.__wasm_bindgen_func_elem_37,
|
|
423
|
+
// 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`.
|
|
424
|
+
const ret = makeMutClosure(arg0, arg1, wasm.__wasm_bindgen_func_elem_37, __wasm_bindgen_func_elem_38_2);
|
|
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: 4, 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_40);
|
|
430
430
|
return addHeapObject(ret);
|
|
431
431
|
},
|
|
432
432
|
__wbindgen_cast_0000000000000005: function(arg0) {
|
|
@@ -463,20 +463,20 @@ function __wbg_get_imports() {
|
|
|
463
463
|
};
|
|
464
464
|
}
|
|
465
465
|
|
|
466
|
-
function
|
|
467
|
-
wasm.
|
|
466
|
+
function __wasm_bindgen_func_elem_40(arg0, arg1) {
|
|
467
|
+
wasm.__wasm_bindgen_func_elem_40(arg0, arg1);
|
|
468
468
|
}
|
|
469
469
|
|
|
470
|
-
function
|
|
471
|
-
wasm.
|
|
470
|
+
function __wasm_bindgen_func_elem_38(arg0, arg1, arg2) {
|
|
471
|
+
wasm.__wasm_bindgen_func_elem_38(arg0, arg1, addHeapObject(arg2));
|
|
472
472
|
}
|
|
473
473
|
|
|
474
|
-
function
|
|
475
|
-
wasm.
|
|
474
|
+
function __wasm_bindgen_func_elem_38_1(arg0, arg1, arg2) {
|
|
475
|
+
wasm.__wasm_bindgen_func_elem_38_1(arg0, arg1, addHeapObject(arg2));
|
|
476
476
|
}
|
|
477
477
|
|
|
478
|
-
function
|
|
479
|
-
wasm.
|
|
478
|
+
function __wasm_bindgen_func_elem_38_2(arg0, arg1, arg2) {
|
|
479
|
+
wasm.__wasm_bindgen_func_elem_38_2(arg0, arg1, addHeapObject(arg2));
|
|
480
480
|
}
|
|
481
481
|
|
|
482
482
|
|
|
Binary file
|