Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wasmtime
/ set_i32
Method
set_i32
pulley/src/interp.rs:486–488 ·
view source on GitHub ↗
(&mut self, x: i32)
Source
from the content-addressed store, hash-verified
484
}
485
486
pub fn set_i32(&mut self, x: i32) {
487
self.0.i32 = x.to_le();
488
}
489
490
pub fn set_u32(&mut self, x: u32) {
491
self.0.u32 = x.to_le();
Callers
15
new_i32
Method · 0.80
xmul32_s32
Method · 0.80
xshr32_s
Method · 0.80
xshr32_s_u6
Method · 0.80
xneg32
Method · 0.80
xdiv32_s
Method · 0.80
xrem32_s
Method · 0.80
xband32_s32
Method · 0.80
xbor32_s32
Method · 0.80
xbxor32_s32
Method · 0.80
xmin32_s
Method · 0.80
xmax32_s
Method · 0.80
Calls
1
to_le
Method · 0.80
Tested by
no test coverage detected