Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wasmtime
/ Engine
Class
Engine
crates/wasmtime/src/engine.rs:46–48 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
44
/// default settings.
45
#[derive(Clone)]
46
pub struct Engine {
47
inner: Arc<EngineInner>,
48
}
49
50
struct EngineInner {
51
config: Config,
Callers
6
to_wasm_type
Method · 0.50
_new
Method · 0.50
create_tag
Function · 0.50
canonicalize_for_runtime_usage
Method · 0.50
canonicalize_for_hash_consing
Method · 0.50
from
Method · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected