#[unsafe(no_mangle)]pub extern "C" fn wasmer_features_exceptions(
features: Option<&mut wasmer_features_t>,
enable: bool,
) -> boolExpand description
Configures whether the WebAssembly exception-handling proposal will be enabled.
The WebAssembly exception-handling proposal is now fully standardized. Support for this feature can be enabled through this method for appropriate WebAssembly modules.
This is false by default.
§Example
See the module’s documentation.