AJ Gardner
AJ Gardner
or `getTimeInMillis()` or whatever.
We depend on rust-lang/libc now because it has a larger set of types and constants than we do right now, and it includes a nice bit of infrastructure to support...
I thought it'd be nicer to use rust-lang/libc's infrastructure for choosing arch-specific types. I think it's possible to link to rust-lang/libc but not link to system libc. Thoughts?
musl provides many math functions in assembly. I thought it'd be nice to leave those as-is and provide a step in the build to assemble all the .s files and...