Function wasmedge_sys::ffi::WasmEdge_LimitIsEqual
source · pub unsafe extern "C" fn WasmEdge_LimitIsEqual(
Lim1: WasmEdge_Limit,
Lim2: WasmEdge_Limit
) -> bool
Expand description
Compare the two WasmEdge_Limit objects.
\param Lim1 the first WasmEdge_Limit object to compare. \param Lim2 the second WasmEdge_Limit object to compare.
\returns true if the content of two WasmEdge_Limit objects are the same, false if not.