summary refs log tree commit diff
path: root/src/libstd/sys/hermit/process.rs
AgeCommit message (Collapse)AuthorLines
2019-10-06redesign of the interface to the unikernel HermitCoreStefan Lankes-0/+154
- the old interface between HermitCore and the Rust Standard Library based on a small C library (newlib) - remove this interface and call directly the unikernel - remove the dependency to the HermitCore linker - use rust-lld as linker