-
Notifications
You must be signed in to change notification settings - Fork 0
feat(cat-voices): Add multi-package support to flutter_rust_bridge #448
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
# https://blog.rust-lang.org/2025/04/04/c-abi-changes-for-wasm32-unknown-unknown/ | ||
RUN flutter_rust_bridge_codegen build-web | ||
# TODO(dt-iohk): revert to official version when changes are merged | ||
GIT CLONE --branch feat/wasm_bindgen_configurable https://github.com/dt-iohk/flutter_rust_bridge.git /usr/local/flutter_rust_bridge |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm okay of doing it this way, but let's comment out flutter_rust_bridge thing from INSTALL_TOOLS
and tool-flutter-rust-bridge-codegen
and make some note there.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done. These changes are temporary. I hope it's short lived rather than long-lived but depends on how much time it'll take to merge it to the original lib.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For clarification, I'm not going to merge this PR while it still points to my own fork, I'll wait until we have the IOHK one.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Besides from that LGTM
Description
See input-output-hk/catalyst-voices#3370 for description.
Related Issue(s)
Refers input-output-hk/catalyst-voices#3266
Please confirm the following checks