pub fn is_assembly_supported(
arch: TargetArchitecture,
os: TargetOperatingSystem,
) -> boolExpand description
Returns true if assembly text generation is supported for this (arch, os).
Cross-compilation: pass the desired target, not the host.