MCPcopy 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_i32Method · 0.80
xmul32_s32Method · 0.80
xshr32_sMethod · 0.80
xshr32_s_u6Method · 0.80
xneg32Method · 0.80
xdiv32_sMethod · 0.80
xrem32_sMethod · 0.80
xband32_s32Method · 0.80
xbor32_s32Method · 0.80
xbxor32_s32Method · 0.80
xmin32_sMethod · 0.80
xmax32_sMethod · 0.80

Calls 1

to_leMethod · 0.80

Tested by

no test coverage detected