Function wasmer::wasm_c_api::unstable::engine::wasmer_is_compiler_available

source ยท
#[no_mangle]
pub extern "C" fn wasmer_is_compiler_available(
    compiler: wasmer_compiler_t
) -> bool
Available on crate feature compiler only.
Expand description

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