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

Method config

crates/wasmtime/src/engine.rs:177–179  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

175 /// Returns the configuration settings that this engine is using.
176 #[inline]
177 pub fn config(&self) -> &Config {
178 &self.inner.config
179 }
180
181 #[inline]
182 pub(crate) fn features(&self) -> WasmFeatures {

Callers 15

run_maybe_parallelMethod · 0.45
is_recordingMethod · 0.45
is_replayingMethod · 0.45
targetMethod · 0.45
cacheMethod · 0.45
custom_code_memoryMethod · 0.45
prepare_translationFunction · 0.45
check_compatibleFunction · 0.45
append_compiler_infoFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected