Skip to main content

loader

Function loader 

Source
pub fn loader(target: TargetTuple) -> Option<&'static str>
Expand description

The absolute path the target’s loader is installed at, or None for a target that has none.

The libc picks the table and the architecture picks the row. None is the right answer for three different reasons: a freestanding target has no libc, WASI has no loader of this kind at all, and Darwin and Windows have one whose path is not written on the link line.