#[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.
#[unsafe(no_mangle)]pub extern "C" fn wasmi_config_ignore_custom_sections_set(
config: &mut wasm_config_t,
enable: bool,
)Enables or disables processing of Wasm custom sections.