We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This can be done via a fork for now, but ideally we can upstream this to the official rust repo. Depends on #49
The text was updated successfully, but these errors were encountered:
Is there a checklist anywhere documenting what needs to be done for this and #49? I'm very interested in helping out.
Sorry, something went wrong.
We're currently waiting on rust-lang/libc#1797 and then we need to implement something similar to https://github.com/rust-lang/rust/tree/master/src/libstd/sys/wasm
Hi :) rust-lang/libc#1797 is merged now. What exactly needs to be done ? (https://github.com/rust-lang/rust/tree/master/src/libstd/sys/wasm doesn't go anywhere).
We need to implement a sys directory in libstd for psp, which we've started doing here: https://github.com/overdrivenpotato/rust/tree/psp_std/library/std/src/sys/psp We got a bit stuck with concurrency primitives, and there is a kanban board here https://github.com/overdrivenpotato/rust/projects/1
No branches or pull requests
This can be done via a fork for now, but ideally we can upstream this to the official rust repo. Depends on #49
The text was updated successfully, but these errors were encountered: