wasmi_config_ignore_custom_sections_set

Function wasmi_config_ignore_custom_sections_set 

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

Enables or disables processing of Wasm custom sections.

Wraps wasmi::Config::ignore_custom_sections