MCPcopy Create free account
hub / github.com/bytecodealliance/wasmtime / wasm_exceptions

Method wasm_exceptions

crates/wasmtime/src/config.rs:1345–1348  ·  view source on GitHub ↗
(&mut self, enable: bool)

Source from the content-addressed store, hash-verified

1343 /// [proposal]: https://github.com/WebAssembly/exception-handling
1344 #[cfg(feature = "gc")]
1345 pub fn wasm_exceptions(&mut self, enable: bool) -> &mut Self {
1346 self.wasm_features(WasmFeatures::EXCEPTIONS, enable);
1347 self
1348 }
1349
1350 #[doc(hidden)] // FIXME(#3427) - if/when implemented then un-hide this
1351 #[deprecated = "This configuration option only exists for internal \

Callers 15

get_module_and_storeFunction · 0.45
private_entity_accessFunction · 0.45
caught_exception_eventsFunction · 0.45
hostcall_trap_eventsFunction · 0.45
hostcall_error_eventsFunction · 0.45
breakpoint_eventsFunction · 0.45
debug_idsFunction · 0.45

Calls 1

wasm_featuresMethod · 0.80

Tested by

no test coverage detected