Function wasmedge_sys::ffi::WasmEdge_ValueGetF32
source · pub unsafe extern "C" fn WasmEdge_ValueGetF32(
Val: WasmEdge_Value
) -> f32
Expand description
Retrieve the F32 value from the WASM value.
\param Val the WasmEdge_Value struct.
\returns F32 value in the input struct.