pub unsafe extern "C" fn WasmEdge_ConfigureHasProposal(
    Cxt: *const WasmEdge_ConfigureContext,
    Prop: WasmEdge_Proposal
) -> bool
Expand description

Check if a proposal setting exists in the WasmEdge_ConfigureContext or not.

This function is thread-safe.

\param Cxt the WasmEdge_ConfigureContext to check the proposal value. \param Prop the proposal value.

\returns true if the proposal setting exists, false if not.