Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_compiler
Method · 0.45
_check_compatible_with_native_host
Method · 0.45
build_module_artifacts
Function · 0.45
build_component_artifacts
Function · 0.45
prepare_translation
Function · 0.45
for_component
Method · 0.45
compile
Method · 0.45
compile_with_inlining
Method · 0.45
link_and_append_code
Method · 0.45
new
Method · 0.45
check_compatible
Method · 0.45
hash
Method · 0.45
Calls
no outgoing calls
Tested by
1
respect_tunables
Function · 0.36