@oxidezap/whatsapp-rust-bridge 0.15.0 → 0.16.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.
|
@@ -4707,12 +4707,12 @@ export interface InitOutput {
|
|
|
4707
4707
|
readonly intounderlyingsink_write: (a: number, b: number) => number;
|
|
4708
4708
|
readonly intounderlyingsource_cancel: (a: number) => void;
|
|
4709
4709
|
readonly intounderlyingsource_pull: (a: number, b: number) => number;
|
|
4710
|
-
readonly
|
|
4711
|
-
readonly
|
|
4712
|
-
readonly
|
|
4713
|
-
readonly
|
|
4714
|
-
readonly
|
|
4715
|
-
readonly
|
|
4710
|
+
readonly __wasm_bindgen_func_elem_4358: (a: number, b: number, c: number) => void;
|
|
4711
|
+
readonly __wasm_bindgen_func_elem_26619: (a: number, b: number, c: number, d: number) => void;
|
|
4712
|
+
readonly __wasm_bindgen_func_elem_26621: (a: number, b: number, c: number, d: number) => void;
|
|
4713
|
+
readonly __wasm_bindgen_func_elem_9303: (a: number, b: number, c: number) => void;
|
|
4714
|
+
readonly __wasm_bindgen_func_elem_4357: (a: number, b: number, c: number) => void;
|
|
4715
|
+
readonly __wasm_bindgen_func_elem_4356: (a: number, b: number) => void;
|
|
4716
4716
|
readonly __wbindgen_export: (a: number, b: number) => number;
|
|
4717
4717
|
readonly __wbindgen_export2: (a: number, b: number, c: number, d: number) => number;
|
|
4718
4718
|
readonly __wbindgen_export3: (a: number) => void;
|
|
Binary file
|
package/package.json
CHANGED