MCPcopy 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
273impl From<XRegVal> for Val {
274 fn from(value: XRegVal) -> Self {
275 Val::XReg(value)
276 }
277}
278
279impl From<u64> for Val {

Callers

nothing calls this directly

Calls 3

XRegEnum · 0.85
FRegEnum · 0.85
VRegEnum · 0.85

Tested by

no test coverage detected