#[no_mangle]
pub extern "C" fn wasmi_config_set_compilation_mode(
config: &mut wasm_config_t,
mode: wasmi_compilation_mode_t,
)
Expand description
Sets the compilation mode for the config.
#[no_mangle]
pub extern "C" fn wasmi_config_set_compilation_mode(
config: &mut wasm_config_t,
mode: wasmi_compilation_mode_t,
)
Sets the compilation mode for the config.