Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wasmtime
/ from
Method
from
cranelift/codegen/meta/src/cdsl/types.rs:93–95 ·
view source on GitHub ↗
(lane: LaneType)
Source
from the content-addressed store, hash-verified
91
/// Create a ValueType from a given lane type.
92
impl From<LaneType> for ValueType {
93
fn from(lane: LaneType) -> Self {
94
ValueType::Lane(lane)
95
}
96
}
97
98
/// Create a ValueType from a given vector type.
Callers
nothing calls this directly
Calls
2
Float
Enum · 0.85
Int
Enum · 0.85
Tested by
no test coverage detected