Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wasmtime
/ from
Method
from
winch/codegen/src/masm.rs:364–366 ·
view source on GitHub ↗
(value: Extend<Zero>)
Source
from the content-addressed store, hash-verified
362
363
impl From<Extend<Zero>> for ExtendKind {
364
fn from(value: Extend<Zero>) -> Self {
365
ExtendKind::Unsigned(value)
366
}
367
}
368
369
impl<T: ExtendType> Extend<T> {
Callers
nothing calls this directly
Calls
2
Signed
Enum · 0.85
Reg
Class · 0.50
Tested by
no test coverage detected