Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow
uniffi_automerge
to be consumed as a crate dependency
Currently two static libraries generated by a Rust toolchain cannot be linked together in a single binary due to symbol conflicts (see rust-lang/rust#104707). This is a problem for WebAssembly targets, where dynamic linking is not stable yet. To link multiple Rust-originated static libraries together, we need to produce a single static library from an umbrella crate that re-exports everything from its dependencies. This change allows `uniffi_automerge` to be consumed as a crate dependency by the umbrella crate.
- Loading branch information