MCPcopy Create free account
hub / github.com/bytecodealliance/wasmtime / get_i64

Method get_i64

pulley/src/interp.rs:471–474  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

469 }
470
471 pub fn get_i64(&self) -> i64 {
472 let x = unsafe { self.0.i64 };
473 i64::from_le(x)
474 }
475
476 pub fn get_u64(&self) -> u64 {
477 let x = unsafe { self.0.u64 };

Callers 15

get_i128Method · 0.45
br_if_xslt64Method · 0.45
br_if_xslteq64Method · 0.45
xmul64_s32Method · 0.45
xshr64_sMethod · 0.45
xshr64_s_u6Method · 0.45
xneg64Method · 0.45
xslt64Method · 0.45
xslteq64Method · 0.45
sext8Method · 0.45
sext16Method · 0.45
sext32Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected