Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
287
impl 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
Module
Class · 0.70
Component
Class · 0.50
Tested by
no test coverage detected