(&mut self, debug: bool)
| 2970 | /// then are necessary. |
| 2971 | #[cfg(feature = "component-model")] |
| 2972 | pub fn debug_adapter_modules(&mut self, debug: bool) -> &mut Self { |
| 2973 | self.tunables.debug_adapter_modules = Some(debug); |
| 2974 | self |
| 2975 | } |
| 2976 | |
| 2977 | /// Enables clif output when compiling a WebAssembly module. |
| 2978 | #[cfg(any(feature = "cranelift", feature = "winch"))] |