Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wasmtime
/ from
Method
from
winch/codegen/src/stack.rs:64–66 ·
view source on GitHub ↗
(tr: TypedReg)
Source
from the content-addressed store, hash-verified
62
63
impl From<TypedReg> for Reg {
64
fn from(tr: TypedReg) -> Self {
65
tr.reg
66
}
67
}
68
69
/// A local value.
Callers
nothing calls this directly
Calls
3
Local
Class · 0.85
Memory
Class · 0.70
Reg
Class · 0.50
Tested by
no test coverage detected