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

Method tunables

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

Source from the content-addressed store, hash-verified

260
261 #[inline]
262 pub(crate) fn tunables(&self) -> &Tunables {
263 &self.inner.tunables
264 }
265
266 /// Returns whether the engine `a` and `b` refer to the same configuration.
267 #[inline]

Callers 15

build_compilerMethod · 0.45
build_module_artifactsFunction · 0.45
prepare_translationFunction · 0.45
for_componentMethod · 0.45
compileMethod · 0.45
compile_with_inliningMethod · 0.45
link_and_append_codeMethod · 0.45
newMethod · 0.45
check_compatibleMethod · 0.45
hashMethod · 0.45

Calls

no outgoing calls

Tested by 1

respect_tunablesFunction · 0.36