Skip to main content

is_assembly_supported

Function is_assembly_supported 

Source
pub fn is_assembly_supported(
    arch: TargetArchitecture,
    os: TargetOperatingSystem,
) -> bool
Expand description

Returns true if assembly text generation is supported for this (arch, os).

Cross-compilation: pass the desired target, not the host.