-
Notifications
You must be signed in to change notification settings - Fork 267
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
Use std
-aware cargo instead of sgx_tstd
/ xargo
#75
Comments
agree! seems to be something like "core-customizable xargo". am i correct? it'll be fantastic for embedded systems and TEEs! |
Merged :) Hopefully this can mean no longer maintaining any third party forks! |
@elichai Wow! Let me dig into it. My current thought is that let me upgrade to Intel SGX SDK v2.7 and provide threading support in the current style. And then I think we should move forward to the std-aware rust toolchain! |
The 3rd party problem still persists, because we may adjust something on file access such as tweaking |
This is mostly a heads up that design work is underway to allow parts of
std
to be swappable via cargo:https://internals.rust-lang.org/t/pre-rfc-std-aware-cargo/9450
Would be good to make sure this feature meets the needs of rust-sgx-sdk
The text was updated successfully, but these errors were encountered: