-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
When trying to use cargo run -p controller-uniffi --bin uniffi-bindgen-react-native it has two issues:
- It requires to have uniffi-bindgen-react-native by running
cargo install --git https://github.com/jhugman/uniffi-bindgen-react-native --branch update-uniffi-0.30 uniffi-bindgen-react-nativewhich fails becauseupdate-uniffi-0.30is a PR, not a branch from that repo. uniffi-bindgen-react-nativeis not used likeuniffi-bindgen-cppfor example, it doesn't have the--libraryparameter and needs some extra steps.
So it fails generating the wasm bindings and/or package. It seems to need someubrnconfig for that.
Metadata
Metadata
Assignees
Labels
No labels