@oxidezap/whatsapp-rust-bridge 0.21.1 → 0.21.2
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.
|
@@ -4960,12 +4960,12 @@ export interface InitOutput {
|
|
|
4960
4960
|
readonly intounderlyingsink_write: (a: number, b: number) => number;
|
|
4961
4961
|
readonly intounderlyingsource_cancel: (a: number) => void;
|
|
4962
4962
|
readonly intounderlyingsource_pull: (a: number, b: number) => number;
|
|
4963
|
-
readonly
|
|
4964
|
-
readonly
|
|
4965
|
-
readonly
|
|
4966
|
-
readonly
|
|
4967
|
-
readonly
|
|
4968
|
-
readonly
|
|
4963
|
+
readonly __wasm_bindgen_func_elem_4640: (a: number, b: number, c: number) => void;
|
|
4964
|
+
readonly __wasm_bindgen_func_elem_28069: (a: number, b: number, c: number, d: number) => void;
|
|
4965
|
+
readonly __wasm_bindgen_func_elem_28071: (a: number, b: number, c: number, d: number) => void;
|
|
4966
|
+
readonly __wasm_bindgen_func_elem_9820: (a: number, b: number, c: number) => void;
|
|
4967
|
+
readonly __wasm_bindgen_func_elem_4639: (a: number, b: number, c: number) => void;
|
|
4968
|
+
readonly __wasm_bindgen_func_elem_4638: (a: number, b: number) => void;
|
|
4969
4969
|
readonly __wbindgen_export: (a: number, b: number) => number;
|
|
4970
4970
|
readonly __wbindgen_export2: (a: number, b: number, c: number, d: number) => number;
|
|
4971
4971
|
readonly __wbindgen_export3: (a: number) => void;
|
|
Binary file
|
package/package.json
CHANGED