Method
cranelift_wasmtime_debug_checks
(&mut self, enable: bool)
Source from the content-addressed store, hash-verified
| 1436 | /// Panics if this configuration's compiler was [disabled][Config::enable_compiler]. |
| 1437 | #[cfg(any(feature = "cranelift", feature = "winch"))] |
| 1438 | pub fn cranelift_wasmtime_debug_checks(&mut self, enable: bool) -> &mut Self { |
| 1439 | unsafe { self.cranelift_flag_set("wasmtime_debug_checks", &enable.to_string()) } |
| 1440 | } |
| 1441 | |
| 1442 | /// Configures the Cranelift code generator optimization level. |
| 1443 | /// |