Skip to content
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

Embedding API #11921

Closed
brson opened this issue Jan 30, 2014 · 3 comments
Closed

Embedding API #11921

brson opened this issue Jan 30, 2014 · 3 comments
Labels
A-runtime Area: std's runtime and "pre-main" init for handling backtraces, unwinds, stack overflows

Comments

@brson
Copy link
Contributor

brson commented Jan 30, 2014

cc #11920, define a set of C-ABI functions to comprise Rust's embedding API. Not sure what all we need here, it might be pretty minimal, we at least need to provide ways to start up and shutdown the runtime, and to enter tasks in a few different ways.

Seems like there must be an existing issue on this somewhere.

@reem
Copy link
Contributor

reem commented Sep 15, 2014

Triage: Not sure what you had in mind for this, but Zinc provides some of this functionality out-of-tree.

@trws
Copy link

trws commented Jan 31, 2015

Is this issue still relevant since the runtime is now all lazy initialized?

@steveklabnik
Copy link
Member

I don't believe so, thanks for triaging!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-runtime Area: std's runtime and "pre-main" init for handling backtraces, unwinds, stack overflows
Projects
None yet
Development

No branches or pull requests

4 participants