Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_i128
Method · 0.45
br_if_xslt64
Method · 0.45
br_if_xslteq64
Method · 0.45
xmul64_s32
Method · 0.45
xshr64_s
Method · 0.45
xshr64_s_u6
Method · 0.45
xneg64
Method · 0.45
xslt64
Method · 0.45
xslteq64
Method · 0.45
sext8
Method · 0.45
sext16
Method · 0.45
sext32
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected