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

Port libstd #7

Open
carlpaten opened this issue Jan 14, 2016 · 1 comment
Open

Port libstd #7

carlpaten opened this issue Jan 14, 2016 · 1 comment

Comments

@carlpaten
Copy link

Supporting libstd would let us take arbitrary Rust code (modulo asm!, #[cfg(target_os = "linux")], etc.) and compile it to run on Crust.

The vast majority of crates (libraries, etc.) in the Rust ecosystem depend on libstd. Users should be able to write programs for Crust that depend on third-party crates.

@carlpaten
Copy link
Author

Seems hardly doable in the current state of things. See: https://internals.rust-lang.org/t/libsystem-or-the-great-libstd-refactor/2765

@carlpaten carlpaten added this to the Arbitrary future milestone Jan 14, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant