wasmedge_sys::ffi

Function WasmEdge_ValueGenF64

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

Generate the F64 WASM value.

\param Val the F64 value.

\returns WasmEdge_Value struct with the F64 value.