@oxidezap/whatsapp-rust-bridge 0.7.0 → 0.7.1
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.
|
@@ -4580,12 +4580,12 @@ export interface InitOutput {
|
|
|
4580
4580
|
readonly intounderlyingsink_write: (a: number, b: number) => number;
|
|
4581
4581
|
readonly intounderlyingsource_cancel: (a: number) => void;
|
|
4582
4582
|
readonly intounderlyingsource_pull: (a: number, b: number) => number;
|
|
4583
|
-
readonly
|
|
4584
|
-
readonly
|
|
4585
|
-
readonly
|
|
4586
|
-
readonly
|
|
4587
|
-
readonly
|
|
4588
|
-
readonly
|
|
4583
|
+
readonly __wasm_bindgen_func_elem_4245: (a: number, b: number, c: number) => void;
|
|
4584
|
+
readonly __wasm_bindgen_func_elem_25781: (a: number, b: number, c: number, d: number) => void;
|
|
4585
|
+
readonly __wasm_bindgen_func_elem_25783: (a: number, b: number, c: number, d: number) => void;
|
|
4586
|
+
readonly __wasm_bindgen_func_elem_9069: (a: number, b: number, c: number) => void;
|
|
4587
|
+
readonly __wasm_bindgen_func_elem_4244: (a: number, b: number, c: number) => void;
|
|
4588
|
+
readonly __wasm_bindgen_func_elem_4243: (a: number, b: number) => void;
|
|
4589
4589
|
readonly __wbindgen_export: (a: number, b: number) => number;
|
|
4590
4590
|
readonly __wbindgen_export2: (a: number, b: number, c: number, d: number) => number;
|
|
4591
4591
|
readonly __wbindgen_export3: (a: number) => void;
|
|
Binary file
|
package/package.json
CHANGED