-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
Create an API for hosting the Rust runtime #1793
Comments
Interest was expressed in this for purposes of presenting an API for embedding servo. |
This came up again. Specifically we need to embed Rust in Java. |
I don't believe this is backwards incompatible, renominating. |
just a bug, removing milestone/nomination. |
visited for bug triage 17 jul 2013. |
visited for bug triage, email from 2013 sep 09. no change otherwise. |
We are getting very close to this, but we are not quite there just yet. A working "hello world" case can be found here |
Closing in favour of #11921. |
When Kani crashes or timeout, it leaves behind all the temporary files. While running the bookrunner, that can happen because of some instability or timeout. Thus, we need to manually delete these files for now to avoid uploading them as part of the bookrunner artifacts.
It would be nice to have a C API for starting the rust runtime and dynamically injecting schedulers, tasks, etc.
Should really try to get rid of global variables to allow multiple runtimes to be started simultaneously.
Depends on #458, maybe #1682.
The text was updated successfully, but these errors were encountered: