MCPcopy 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

emitFunction · 0.45
translate_operatorFunction · 0.45
build_module_artifactsFunction · 0.45
newMethod · 0.45
check_compatibleMethod · 0.45
hashMethod · 0.45
validateMethod · 0.45
optional_gc_store_mutMethod · 0.45
newMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected