Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wasmtime
/ from
Method
from
pulley/src/interp.rs:274–276 ·
view source on GitHub ↗
(value: XRegVal)
Source
from the content-addressed store, hash-verified
272
273
impl From<XRegVal> for Val {
274
fn from(value: XRegVal) -> Self {
275
Val::XReg(value)
276
}
277
}
278
279
impl From<u64> for Val {
Callers
nothing calls this directly
Calls
3
XReg
Enum · 0.85
FReg
Enum · 0.85
VReg
Enum · 0.85
Tested by
no test coverage detected