Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wasmtime
/ features
Method
features
crates/wasmtime/src/engine.rs:182–184 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
180
181
#[inline]
182
pub(crate) fn features(&self) -> WasmFeatures {
183
self.inner.features
184
}
185
186
pub(crate) fn run_maybe_parallel<
187
A: Send,
Callers
11
emit
Function · 0.45
translate_operator
Function · 0.45
check_compatible_with_shared_flag
Method · 0.45
build_module_artifacts
Function · 0.45
build_component_artifacts
Function · 0.45
new
Method · 0.45
check_compatible
Method · 0.45
hash
Method · 0.45
validate
Method · 0.45
optional_gc_store_mut
Method · 0.45
new
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected