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

Method get_u32

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

Source from the content-addressed store, hash-verified

464 }
465
466 pub fn get_u32(&self) -> u32 {
467 let x = unsafe { self.0.u32 };
468 u32::from_le(x)
469 }
470
471 pub fn get_i64(&self) -> i64 {
472 let x = unsafe { self.0.i64 };

Callers 15

addrMethod · 0.45
br_if32Method · 0.45
br_if_not32Method · 0.45
br_if_xeq32Method · 0.45
br_if_xneq32Method · 0.45
br_if_xult32Method · 0.45
br_if_xulteq32Method · 0.45
xadd32Method · 0.45
xadd32_u32Method · 0.45
xmadd32Method · 0.45
xsub32Method · 0.45
xsub32_u32Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected