float_from_int

Function float_from_int 

Source
pub fn float_from_int(
    env: wasm_exec_env_t,
    in_int: i64,
    out_buf: *mut u8,
    out_buff_len: usize,
    rounding_mode: i32,
) -> i32