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

Add std support #50

Open
overdrivenpotato opened this issue Jun 15, 2020 · 4 comments
Open

Add std support #50

overdrivenpotato opened this issue Jun 15, 2020 · 4 comments

Comments

@overdrivenpotato
Copy link
Owner

This can be done via a fork for now, but ideally we can upstream this to the official rust repo. Depends on #49

@overdrivenpotato overdrivenpotato added this to the Version 1.0.0 milestone Jun 15, 2020
@MrAwesome
Copy link
Collaborator

Is there a checklist anywhere documenting what needs to be done for this and #49? I'm very interested in helping out.

@sajattack
Copy link
Collaborator

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

@to-mas-kral
Copy link

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).

@sajattack
Copy link
Collaborator

sajattack commented Oct 29, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants