HaLVM
HaLVM copied to clipboard
Determine underlying system interface
Please don't try to do this from first principles. Instead, let's figure out what core musl upcalls we can't write in a generic manner, and use those as the requirements. This task is thus mostly going to be an exercise in documentation.
The only exception to this rule might be the threading system; it might be useful to have bits and pieces of that around as a library.