MCPcopy Create free account
hub / github.com/bytecodealliance/wasmtime / get_i32

Method get_i32

pulley/src/interp.rs:461–464  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

459 }
460
461 pub fn get_i32(&self) -> i32 {
462 let x = unsafe { self.0.i32 };
463 i32::from_le(x)
464 }
465
466 pub fn get_u32(&self) -> u32 {
467 let x = unsafe { self.0.u32 };

Callers 15

br_if_xslt32Method · 0.45
br_if_xslteq32Method · 0.45
xmul32_s32Method · 0.45
xshr32_sMethod · 0.45
xshr32_s_u6Method · 0.45
xneg32Method · 0.45
xslt32Method · 0.45
xslteq32Method · 0.45
xdiv32_sMethod · 0.45
xrem32_sMethod · 0.45
xband32_s32Method · 0.45
xbor32_s32Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected