@oxidezap/whatsapp-rust-bridge 0.6.0 → 0.6.4
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.
|
@@ -3768,9 +3768,9 @@ export interface InitOutput {
|
|
|
3768
3768
|
readonly intounderlyingsource_cancel: (a: number) => void;
|
|
3769
3769
|
readonly intounderlyingsource_pull: (a: number, b: number) => number;
|
|
3770
3770
|
readonly __wasm_bindgen_func_elem_3793: (a: number, b: number, c: number) => void;
|
|
3771
|
-
readonly
|
|
3772
|
-
readonly
|
|
3773
|
-
readonly
|
|
3771
|
+
readonly __wasm_bindgen_func_elem_24626: (a: number, b: number, c: number, d: number) => void;
|
|
3772
|
+
readonly __wasm_bindgen_func_elem_24628: (a: number, b: number, c: number, d: number) => void;
|
|
3773
|
+
readonly __wasm_bindgen_func_elem_8210: (a: number, b: number, c: number) => void;
|
|
3774
3774
|
readonly __wasm_bindgen_func_elem_3792: (a: number, b: number, c: number) => void;
|
|
3775
3775
|
readonly __wasm_bindgen_func_elem_3791: (a: number, b: number) => void;
|
|
3776
3776
|
readonly __wbindgen_export: (a: number, b: number) => number;
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@oxidezap/whatsapp-rust-bridge",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.4",
|
|
4
4
|
"description": "A high-performance utilities for WhatsApp, powered by Rust and WebAssembly.",
|
|
5
5
|
"author": "João Lucas <jlucaso@hotmail.com>",
|
|
6
6
|
"license": "MIT",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"scripts": {
|
|
31
31
|
"bench": "bun run build && bun run benches/binary.ts && bun run benches/signal.ts && bun run benches/curve.ts && bun run benches/crypto.ts",
|
|
32
32
|
"bench:node": "bun run build && node --expose-gc benches/binary.ts && node --expose-gc benches/signal.ts && node --expose-gc benches/curve.ts && node --expose-gc benches/crypto.ts",
|
|
33
|
-
"gen:bridge-types": "cd codegen && cargo run -q --bin gen-types --target $(rustc -vV | grep host | cut -d' ' -f2) > ../src/generated_types.rs.tmp && mv ../src/generated_types.rs.tmp ../src/generated_types.rs",
|
|
33
|
+
"gen:bridge-types": "cargo fetch && cd codegen && cargo run -q --bin gen-types --target $(rustc -vV | grep host | cut -d' ' -f2) > ../src/generated_types.rs.tmp && mv ../src/generated_types.rs.tmp ../src/generated_types.rs",
|
|
34
34
|
"gen:proto-codec": "bun run scripts/gen-ts-proto.ts",
|
|
35
35
|
"gen:proto-types": "bun run scripts/gen-protobufjs-dts.ts",
|
|
36
36
|
"gen": "bun run gen:bridge-types && bun run gen:proto-codec && bun run gen:proto-types",
|