Function lookup
pub fn lookup(name: &str) -> Result<ExternAbi, AbiUnsupported>Expand description
Returns the ABI with the given name (if any).
pub fn lookup(name: &str) -> Result<ExternAbi, AbiUnsupported>Returns the ABI with the given name (if any).