-
Notifications
You must be signed in to change notification settings - Fork 10
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
Rust integration with launcher #401
Conversation
fayeed
commented
Jul 27, 2023
- Adds rust-executor to the launcher.
- Updated rust-executor to work with launcher using tokio.
- Updated logging for JSCore & rust.
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.
This looks amazing! But the error (about not being able to create publishing agent) should be fixed. Or is this failing in the rust refactor branch as well?
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.
Looks great, the only missing change I can see is updating the clear_state
function inside ui/src/commands/app.rs