Add std support
This can be done via a fork for now, but ideally we can upstream this to the official rust repo. Depends on #49
Is there a checklist anywhere documenting what needs to be done for this and #49? I'm very interested in helping out.
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
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).
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