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.
pub unsafe extern "C" fn WasmEdge_ValueGetF32(
Val: WasmEdge_Value,
) -> f32
Retrieve the F32 value from the WASM value.
\param Val the WasmEdge_Value struct.
\returns F32 value in the input struct.