Function wasmedge_sys::ffi::WasmEdge_ConfigureHasHostRegistration
source · pub unsafe extern "C" fn WasmEdge_ConfigureHasHostRegistration(
Cxt: *const WasmEdge_ConfigureContext,
Host: WasmEdge_HostRegistration
) -> bool
Expand description
Check if a built-in host registration setting exists in the WasmEdge_ConfigureContext or not.
This function is thread-safe.
\param Cxt the WasmEdge_ConfigureContext to check the host pre-registration. \param Host the built-in host registration value.
\returns true if the built-in host registration setting exists, false if not.