wasmedge_sys::ffi

Function WasmEdge_ValueGenF32

Source
pub unsafe extern "C" fn WasmEdge_ValueGenF32(
    Val: f32,
) -> WasmEdge_Value
Expand description

Generate the F32 WASM value.

\param Val the F32 value.

\returns WasmEdge_Value struct with the F32 value.