eyra
eyra copied to clipboard
Rust programs written entirely in Rust
Hi sunfish! After all the fixes I proposed to get eyra and mustang to work, my tiny miniquad project is still incapable of compiling because `dlopen`, `dlclose` and `posix_fallocate` are...
For a good first issue for Eyra, take a look at the [good first issues in c-ward](https://github.com/sunfishcode/c-ward/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22).
This is extracted from https://github.com/sunfishcode/eyra/issues/27#issuecomment-1820271259 to track when Eyra has implemented the necessary support for using [`mimalloc`](https://crates.io/crates/mimalloc) as the global allocator and can successfully build: - The "hello world" generated...
I recently discovered this [libc-fuzzer] project. I wonder if it would be feasible to adapt that to fuzz Eyra. [libc-fuzzer]: https://github.com/novafacing/libc-fuzzer
## Summary - Rust nightly (1.83) now builds these targets (from a glibc host) at 13-20KB smaller. - An actual improvement from approx 13KB difference to near 16KB difference. ##...
I'm documenting this separately from [my older issue comment that briefly mentioned the topic](https://github.com/sunfishcode/eyra/issues/27#issuecomment-1820271259): - Notably for the explicit need to add `eh_personality` or `no_std` (_in addition to the global...
This might not be Eyra specifically, and technically it's a non-issue, I only observed this when building a basic program that only needs the `rustix` dep, but having `eyra` in...