phirepass-channel 0.1.233 → 0.1.234
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
|
@@ -73,10 +73,10 @@ export interface InitOutput {
|
|
|
73
73
|
readonly channel_start_heartbeat: (a: number, b: number) => void;
|
|
74
74
|
readonly channel_stop_heartbeat: (a: number) => void;
|
|
75
75
|
readonly version: (a: number) => void;
|
|
76
|
-
readonly
|
|
77
|
-
readonly
|
|
78
|
-
readonly
|
|
79
|
-
readonly
|
|
76
|
+
readonly __wasm_bindgen_func_elem_39: (a: number, b: number, c: number) => void;
|
|
77
|
+
readonly __wasm_bindgen_func_elem_39_1: (a: number, b: number, c: number) => void;
|
|
78
|
+
readonly __wasm_bindgen_func_elem_39_2: (a: number, b: number, c: number) => void;
|
|
79
|
+
readonly __wasm_bindgen_func_elem_42: (a: number, b: number) => void;
|
|
80
80
|
readonly __wbindgen_export: (a: number, b: number) => number;
|
|
81
81
|
readonly __wbindgen_export2: (a: number, b: number, c: number, d: number) => number;
|
|
82
82
|
readonly __wbindgen_export3: (a: number) => void;
|
package/phirepass-channel.js
CHANGED
|
@@ -344,7 +344,7 @@ function __wbg_get_imports() {
|
|
|
344
344
|
const ret = Array.from(getObject(arg0));
|
|
345
345
|
return addHeapObject(ret);
|
|
346
346
|
},
|
|
347
|
-
|
|
347
|
+
__wbg_info_0dd87ef5faeec706: function(arg0, arg1) {
|
|
348
348
|
console.info(getStringFromWasm0(arg0, arg1));
|
|
349
349
|
},
|
|
350
350
|
__wbg_instanceof_ArrayBuffer_eab9f28fbec23477: function(arg0) {
|
|
@@ -416,27 +416,27 @@ function __wbg_get_imports() {
|
|
|
416
416
|
__wbg_set_onopen_1da8a4f65e6180d2: function(arg0, arg1) {
|
|
417
417
|
getObject(arg0).onopen = getObject(arg1);
|
|
418
418
|
},
|
|
419
|
-
|
|
419
|
+
__wbg_warn_5f2592f5501651a5: function(arg0, arg1) {
|
|
420
420
|
console.warn(getStringFromWasm0(arg0, arg1));
|
|
421
421
|
},
|
|
422
422
|
__wbindgen_cast_0000000000000001: function(arg0, arg1) {
|
|
423
|
-
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [NamedExternref("CloseEvent")], shim_idx:
|
|
424
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
423
|
+
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [NamedExternref("CloseEvent")], shim_idx: 1, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
424
|
+
const ret = makeMutClosure(arg0, arg1, __wasm_bindgen_func_elem_39);
|
|
425
425
|
return addHeapObject(ret);
|
|
426
426
|
},
|
|
427
427
|
__wbindgen_cast_0000000000000002: function(arg0, arg1) {
|
|
428
|
-
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [NamedExternref("ErrorEvent")], shim_idx:
|
|
429
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
428
|
+
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [NamedExternref("ErrorEvent")], shim_idx: 1, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
429
|
+
const ret = makeMutClosure(arg0, arg1, __wasm_bindgen_func_elem_39_1);
|
|
430
430
|
return addHeapObject(ret);
|
|
431
431
|
},
|
|
432
432
|
__wbindgen_cast_0000000000000003: function(arg0, arg1) {
|
|
433
|
-
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [NamedExternref("MessageEvent")], shim_idx:
|
|
434
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
433
|
+
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [NamedExternref("MessageEvent")], shim_idx: 1, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
434
|
+
const ret = makeMutClosure(arg0, arg1, __wasm_bindgen_func_elem_39_2);
|
|
435
435
|
return addHeapObject(ret);
|
|
436
436
|
},
|
|
437
437
|
__wbindgen_cast_0000000000000004: function(arg0, arg1) {
|
|
438
|
-
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [], shim_idx:
|
|
439
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
438
|
+
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [], shim_idx: 4, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
439
|
+
const ret = makeMutClosure(arg0, arg1, __wasm_bindgen_func_elem_42);
|
|
440
440
|
return addHeapObject(ret);
|
|
441
441
|
},
|
|
442
442
|
__wbindgen_cast_0000000000000005: function(arg0) {
|
|
@@ -473,20 +473,20 @@ function __wbg_get_imports() {
|
|
|
473
473
|
};
|
|
474
474
|
}
|
|
475
475
|
|
|
476
|
-
function
|
|
477
|
-
wasm.
|
|
476
|
+
function __wasm_bindgen_func_elem_42(arg0, arg1) {
|
|
477
|
+
wasm.__wasm_bindgen_func_elem_42(arg0, arg1);
|
|
478
478
|
}
|
|
479
479
|
|
|
480
|
-
function
|
|
481
|
-
wasm.
|
|
480
|
+
function __wasm_bindgen_func_elem_39(arg0, arg1, arg2) {
|
|
481
|
+
wasm.__wasm_bindgen_func_elem_39(arg0, arg1, addHeapObject(arg2));
|
|
482
482
|
}
|
|
483
483
|
|
|
484
|
-
function
|
|
485
|
-
wasm.
|
|
484
|
+
function __wasm_bindgen_func_elem_39_1(arg0, arg1, arg2) {
|
|
485
|
+
wasm.__wasm_bindgen_func_elem_39_1(arg0, arg1, addHeapObject(arg2));
|
|
486
486
|
}
|
|
487
487
|
|
|
488
|
-
function
|
|
489
|
-
wasm.
|
|
488
|
+
function __wasm_bindgen_func_elem_39_2(arg0, arg1, arg2) {
|
|
489
|
+
wasm.__wasm_bindgen_func_elem_39_2(arg0, arg1, addHeapObject(arg2));
|
|
490
490
|
}
|
|
491
491
|
|
|
492
492
|
|
|
Binary file
|