Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wasmtime
/ set_u32
Method
set_u32
pulley/src/interp.rs:490–492 ·
view source on GitHub ↗
(&mut self, x: u32)
Source
from the content-addressed store, hash-verified
488
}
489
490
pub fn set_u32(&mut self, x: u32) {
491
self.0.u32 = x.to_le();
492
}
493
494
pub fn set_i64(&mut self, x: i64) {
495
self.0.i64 = x.to_le();
Callers
15
new_u32
Method · 0.45
xadd32
Method · 0.45
xadd32_u32
Method · 0.45
xmadd32
Method · 0.45
xsub32
Method · 0.45
xsub32_u32
Method · 0.45
xmul32
Method · 0.45
xshl32
Method · 0.45
xshr32_u
Method · 0.45
xshl32_u6
Method · 0.45
xshr32_u_u6
Method · 0.45
xeq64
Method · 0.45
Calls
1
to_le
Method · 0.80
Tested by
no test coverage detected