Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_xslt32
Method · 0.45
br_if_xslteq32
Method · 0.45
xmul32_s32
Method · 0.45
xshr32_s
Method · 0.45
xshr32_s_u6
Method · 0.45
xneg32
Method · 0.45
xslt32
Method · 0.45
xslteq32
Method · 0.45
xdiv32_s
Method · 0.45
xrem32_s
Method · 0.45
xband32_s32
Method · 0.45
xbor32_s32
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected