• C
    Add targets for HermitCore (https://hermitcore.org) to the Rust compiler and port libstd to it. · e50f4eea
    Colin Finck 提交于
    As a start, the port uses the simplest possible configuration (no jemalloc, abort on panic)
    and makes use of existing Unix-specific code wherever possible.
    It adds targets for x86_64 (current main HermitCore platform) and aarch64 (HermitCore platform
    under development).
    
    Together with the patches to "liblibc" and "llvm", this enables HermitCore applications to be
    written in Rust.
    e50f4eea
mod.rs 5.4 KB