#[no_mangle]
pub extern "C" fn wasmer_is_compiler_available(
    compiler: wasmer_compiler_t
) -> bool
Expand description

Check whether the given compiler is available, i.e. part of this compiled library.