-
-
Notifications
You must be signed in to change notification settings - Fork 17
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
Command to Run Algos #337
Command to Run Algos #337
Conversation
The discussion on saving data functionality is redundant for the time being. Algorithms that need prior data will use dummy data, but timeline must be kept until the the end, but this doesn't require saving data as the timeline is kept in memory. |
Testing problem: client does not work for 0b100 ( Added as a bug to the board. |
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 solid! Just ran on my machine, algos didn't return anything bc I'm not connected but didn't see any issues during execution
Goal
Add ability to run algos from the frontend
Implementation
Testing
__TAURI_INVOKE__("run_algorithms", {bitfield:0b11011}).then(console.log).catch(console.error)