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

Method debug_adapter_modules

crates/wasmtime/src/config.rs:2972–2975  ·  view source on GitHub ↗
(&mut self, debug: bool)

Source from the content-addressed store, hash-verified

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"))]

Callers 2

roundtripFunction · 0.80
storeFunction · 0.80

Calls

no outgoing calls

Tested by 1

roundtripFunction · 0.64