Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wasmtime
/ set_i64
Method
set_i64
pulley/src/interp.rs:494–496 ·
view source on GitHub ↗
(&mut self, x: i64)
Source
from the content-addressed store, hash-verified
492
}
493
494
pub fn set_i64(&mut self, x: i64) {
495
self.0.i64 = x.to_le();
496
}
497
498
pub fn set_u64(&mut self, x: u64) {
499
self.0.u64 = x.to_le();
Callers
15
new_i64
Method · 0.80
xconst8
Method · 0.80
xzero
Method · 0.80
xone
Method · 0.80
xconst16
Method · 0.80
xconst32
Method · 0.80
xconst64
Method · 0.80
xmul64_s32
Method · 0.80
xshr64_s
Method · 0.80
xshr64_s_u6
Method · 0.80
xneg64
Method · 0.80
sext8
Method · 0.80
Calls
1
to_le
Method · 0.80
Tested by
no test coverage detected