Function wasmedge_sys::ffi::WasmEdge_ConfigureSetAllowAFUNIX
source · pub unsafe extern "C" fn WasmEdge_ConfigureSetAllowAFUNIX(
Cxt: *mut WasmEdge_ConfigureContext,
EnableAFUNIX: bool
)
Expand description
Set the option of enabling/disabling AF_UNIX support in the WASI socket.
This function is thread-safe.
\param Cxt the WasmEdge_ConfigureContext to set the boolean value. \param EnableAFUNIX the boolean value to determine to enable the AF_UNIX support in the WASI socket or not.