(&mut self, enable: bool)
| 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 \ |
no test coverage detected