wasmi_c_api

Function wasmi_config_floats_set

source
#[no_mangle]
pub extern "C" fn wasmi_config_floats_set(
    config: &mut wasm_config_t,
    enable: bool,
)
Expand description

Enables or disables support for floating point numbers for the config.

Wraps wasmi::Config::floats