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