Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wasmtime
/ set_u64
Method
set_u64
pulley/src/interp.rs:498–500 ·
view source on GitHub ↗
(&mut self, x: u64)
Source
from the content-addressed store, hash-verified
496
}
497
498
pub fn set_u64(&mut self, x: u64) {
499
self.0.u64 = x.to_le();
500
}
501
502
pub fn set_ptr<T>(&mut self, ptr: *mut T) {
503
self.0.ptr = ptr.expose_provenance().to_le();
Callers
15
new_u64
Method · 0.45
set_i128
Method · 0.45
xadd64
Method · 0.45
xadd64_u32
Method · 0.45
xmadd64
Method · 0.45
xsub64
Method · 0.45
xsub64_u32
Method · 0.45
xmul64
Method · 0.45
xshl64
Method · 0.45
xshr64_u
Method · 0.45
xshl64_u6
Method · 0.45
xshr64_u_u6
Method · 0.45
Calls
1
to_le
Method · 0.80
Tested by
no test coverage detected