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

Method from

crates/wasmtime/src/runtime/code.rs:288–290  ·  view source on GitHub ↗
(types: ModuleTypes)

Source from the content-addressed store, hash-verified

286
287impl From<ModuleTypes> for Types {
288 fn from(types: ModuleTypes) -> Types {
289 Types::Module(types)
290 }
291}
292
293#[cfg(feature = "component-model")]

Callers

nothing calls this directly

Calls 2

ModuleClass · 0.70
ComponentClass · 0.50

Tested by

no test coverage detected