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

Method cranelift_wasmtime_debug_checks

crates/wasmtime/src/config.rs:1438–1440  ·  view source on GitHub ↗
(&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 ///

Callers 2

run_wastFunction · 0.80
configFunction · 0.80

Calls 2

cranelift_flag_setMethod · 0.45
to_stringMethod · 0.45

Tested by 1

configFunction · 0.64