#[no_mangle]
pub extern "C" fn wasmi_config_wasm_sign_extension_set(
c: &mut wasm_config_t,
enable: bool,
)
Expand description
Enables or disables support for the Wasm sign-extension-ops
proposal.
#[no_mangle]
pub extern "C" fn wasmi_config_wasm_sign_extension_set(
c: &mut wasm_config_t,
enable: bool,
)
Enables or disables support for the Wasm sign-extension-ops
proposal.