#[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
#[no_mangle]
pub extern "C" fn wasmi_config_floats_set(
config: &mut wasm_config_t,
enable: bool,
)
Enables or disables support for floating point numbers for the config.
Wraps wasmi::Config::floats