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