rust-psp icon indicating copy to clipboard operation
rust-psp copied to clipboard

Add std support

Open overdrivenpotato opened this issue 5 years ago • 4 comments

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

overdrivenpotato avatar Jun 15 '20 22:06 overdrivenpotato

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

MrAwesome avatar Jul 04 '20 06:07 MrAwesome

We're currently waiting on https://github.com/rust-lang/libc/pull/1797 and then we need to implement something similar to https://github.com/rust-lang/rust/tree/master/src/libstd/sys/wasm

sajattack avatar Jul 04 '20 06:07 sajattack

Hi :) https://github.com/rust-lang/libc/pull/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).

to-mas-kral avatar Oct 29 '21 20:10 to-mas-kral

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

sajattack avatar Oct 29 '21 20:10 sajattack