@oxidezap/whatsapp-rust-bridge 0.18.0 → 0.19.0
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.
|
@@ -4784,12 +4784,12 @@ export interface InitOutput {
|
|
|
4784
4784
|
readonly intounderlyingsink_write: (a: number, b: number) => number;
|
|
4785
4785
|
readonly intounderlyingsource_cancel: (a: number) => void;
|
|
4786
4786
|
readonly intounderlyingsource_pull: (a: number, b: number) => number;
|
|
4787
|
-
readonly
|
|
4788
|
-
readonly
|
|
4789
|
-
readonly
|
|
4790
|
-
readonly
|
|
4791
|
-
readonly
|
|
4792
|
-
readonly
|
|
4787
|
+
readonly __wasm_bindgen_func_elem_4420: (a: number, b: number, c: number) => void;
|
|
4788
|
+
readonly __wasm_bindgen_func_elem_26654: (a: number, b: number, c: number, d: number) => void;
|
|
4789
|
+
readonly __wasm_bindgen_func_elem_26656: (a: number, b: number, c: number, d: number) => void;
|
|
4790
|
+
readonly __wasm_bindgen_func_elem_9413: (a: number, b: number, c: number) => void;
|
|
4791
|
+
readonly __wasm_bindgen_func_elem_4419: (a: number, b: number, c: number) => void;
|
|
4792
|
+
readonly __wasm_bindgen_func_elem_4418: (a: number, b: number) => void;
|
|
4793
4793
|
readonly __wbindgen_export: (a: number, b: number) => number;
|
|
4794
4794
|
readonly __wbindgen_export2: (a: number, b: number, c: number, d: number) => number;
|
|
4795
4795
|
readonly __wbindgen_export3: (a: number) => void;
|
|
Binary file
|
package/package.json
CHANGED