phirepass-channel 0.1.178 → 0.1.179
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_40: (a: number, b: number, c: number) => void;
|
|
76
|
+
readonly __wasm_bindgen_func_elem_40_1: (a: number, b: number, c: number) => void;
|
|
77
|
+
readonly __wasm_bindgen_func_elem_40_2: (a: number, b: number, c: number) => void;
|
|
78
|
+
readonly __wasm_bindgen_func_elem_38: (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
|
@@ -408,27 +408,27 @@ function __wbg_get_imports() {
|
|
|
408
408
|
__wbg_set_onopen_34e3e24cf9337ddd: function(arg0, arg1) {
|
|
409
409
|
getObject(arg0).onopen = getObject(arg1);
|
|
410
410
|
},
|
|
411
|
-
|
|
411
|
+
__wbg_warn_2e8ef54e07335c86: function(arg0, arg1) {
|
|
412
412
|
console.warn(getStringFromWasm0(arg0, arg1));
|
|
413
413
|
},
|
|
414
414
|
__wbindgen_cast_0000000000000001: function(arg0, arg1) {
|
|
415
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx: 1, function: Function { arguments: [NamedExternref("CloseEvent")], shim_idx:
|
|
416
|
-
const ret = makeMutClosure(arg0, arg1, wasm.__wasm_bindgen_func_elem_37,
|
|
415
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 1, function: Function { arguments: [NamedExternref("CloseEvent")], shim_idx: 4, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
416
|
+
const ret = makeMutClosure(arg0, arg1, wasm.__wasm_bindgen_func_elem_37, __wasm_bindgen_func_elem_40);
|
|
417
417
|
return addHeapObject(ret);
|
|
418
418
|
},
|
|
419
419
|
__wbindgen_cast_0000000000000002: function(arg0, arg1) {
|
|
420
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx: 1, function: Function { arguments: [NamedExternref("ErrorEvent")], shim_idx:
|
|
421
|
-
const ret = makeMutClosure(arg0, arg1, wasm.__wasm_bindgen_func_elem_37,
|
|
420
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 1, function: Function { arguments: [NamedExternref("ErrorEvent")], shim_idx: 4, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
421
|
+
const ret = makeMutClosure(arg0, arg1, wasm.__wasm_bindgen_func_elem_37, __wasm_bindgen_func_elem_40_1);
|
|
422
422
|
return addHeapObject(ret);
|
|
423
423
|
},
|
|
424
424
|
__wbindgen_cast_0000000000000003: function(arg0, arg1) {
|
|
425
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx: 1, function: Function { arguments: [NamedExternref("MessageEvent")], shim_idx:
|
|
426
|
-
const ret = makeMutClosure(arg0, arg1, wasm.__wasm_bindgen_func_elem_37,
|
|
425
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 1, function: Function { arguments: [NamedExternref("MessageEvent")], shim_idx: 4, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
426
|
+
const ret = makeMutClosure(arg0, arg1, wasm.__wasm_bindgen_func_elem_37, __wasm_bindgen_func_elem_40_2);
|
|
427
427
|
return addHeapObject(ret);
|
|
428
428
|
},
|
|
429
429
|
__wbindgen_cast_0000000000000004: function(arg0, arg1) {
|
|
430
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx: 1, function: Function { arguments: [], shim_idx:
|
|
431
|
-
const ret = makeMutClosure(arg0, arg1, wasm.__wasm_bindgen_func_elem_37,
|
|
430
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 1, function: Function { arguments: [], shim_idx: 2, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
431
|
+
const ret = makeMutClosure(arg0, arg1, wasm.__wasm_bindgen_func_elem_37, __wasm_bindgen_func_elem_38);
|
|
432
432
|
return addHeapObject(ret);
|
|
433
433
|
},
|
|
434
434
|
__wbindgen_cast_0000000000000005: function(arg0) {
|
|
@@ -465,20 +465,20 @@ function __wbg_get_imports() {
|
|
|
465
465
|
};
|
|
466
466
|
}
|
|
467
467
|
|
|
468
|
-
function
|
|
469
|
-
wasm.
|
|
468
|
+
function __wasm_bindgen_func_elem_38(arg0, arg1) {
|
|
469
|
+
wasm.__wasm_bindgen_func_elem_38(arg0, arg1);
|
|
470
470
|
}
|
|
471
471
|
|
|
472
|
-
function
|
|
473
|
-
wasm.
|
|
472
|
+
function __wasm_bindgen_func_elem_40(arg0, arg1, arg2) {
|
|
473
|
+
wasm.__wasm_bindgen_func_elem_40(arg0, arg1, addHeapObject(arg2));
|
|
474
474
|
}
|
|
475
475
|
|
|
476
|
-
function
|
|
477
|
-
wasm.
|
|
476
|
+
function __wasm_bindgen_func_elem_40_1(arg0, arg1, arg2) {
|
|
477
|
+
wasm.__wasm_bindgen_func_elem_40_1(arg0, arg1, addHeapObject(arg2));
|
|
478
478
|
}
|
|
479
479
|
|
|
480
|
-
function
|
|
481
|
-
wasm.
|
|
480
|
+
function __wasm_bindgen_func_elem_40_2(arg0, arg1, arg2) {
|
|
481
|
+
wasm.__wasm_bindgen_func_elem_40_2(arg0, arg1, addHeapObject(arg2));
|
|
482
482
|
}
|
|
483
483
|
|
|
484
484
|
|
|
Binary file
|