phirepass-widgets 0.0.10 → 0.0.11
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/dist/cjs/phirepass-terminal.cjs.entry.js +5 -5
- package/dist/collection/phirepass-channel_bg.wasm +0 -0
- package/dist/components/phirepass-terminal.js +4 -4
- package/dist/esm/phirepass-terminal.entry.js +5 -5
- package/dist/phirepass-widgets/{p-ff78ace0.entry.js → p-3bf718e9.entry.js} +1 -1
- package/dist/phirepass-widgets/phirepass-channel_bg.wasm +0 -0
- package/dist/phirepass-widgets/phirepass-widgets.esm.js +1 -1
- package/package.json +1 -1
|
@@ -582,7 +582,7 @@ function __wbg_get_imports() {
|
|
|
582
582
|
__wbg_set_onopen_34e3e24cf9337ddd: function(arg0, arg1) {
|
|
583
583
|
getObject(arg0).onopen = getObject(arg1);
|
|
584
584
|
},
|
|
585
|
-
|
|
585
|
+
__wbg_warn_5bd788cc2f780742: function(arg0, arg1) {
|
|
586
586
|
console.warn(getStringFromWasm0(arg0, arg1));
|
|
587
587
|
},
|
|
588
588
|
__wbindgen_cast_0000000000000001: function(arg0, arg1) {
|
|
@@ -601,8 +601,8 @@ function __wbg_get_imports() {
|
|
|
601
601
|
return addHeapObject(ret);
|
|
602
602
|
},
|
|
603
603
|
__wbindgen_cast_0000000000000004: function(arg0, arg1) {
|
|
604
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx: 1, function: Function { arguments: [], shim_idx:
|
|
605
|
-
const ret = makeMutClosure(arg0, arg1, wasm.__wasm_bindgen_func_elem_37,
|
|
604
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 1, function: Function { arguments: [], shim_idx: 4, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
605
|
+
const ret = makeMutClosure(arg0, arg1, wasm.__wasm_bindgen_func_elem_37, __wasm_bindgen_func_elem_40);
|
|
606
606
|
return addHeapObject(ret);
|
|
607
607
|
},
|
|
608
608
|
__wbindgen_cast_0000000000000005: function(arg0) {
|
|
@@ -639,8 +639,8 @@ function __wbg_get_imports() {
|
|
|
639
639
|
};
|
|
640
640
|
}
|
|
641
641
|
|
|
642
|
-
function
|
|
643
|
-
wasm.
|
|
642
|
+
function __wasm_bindgen_func_elem_40(arg0, arg1) {
|
|
643
|
+
wasm.__wasm_bindgen_func_elem_40(arg0, arg1);
|
|
644
644
|
}
|
|
645
645
|
|
|
646
646
|
function __wasm_bindgen_func_elem_38(arg0, arg1, arg2) {
|
|
Binary file
|