Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
addr
Method · 0.45
br_if32
Method · 0.45
br_if_not32
Method · 0.45
br_if_xeq32
Method · 0.45
br_if_xneq32
Method · 0.45
br_if_xult32
Method · 0.45
br_if_xulteq32
Method · 0.45
xadd32
Method · 0.45
xadd32_u32
Method · 0.45
xmadd32
Method · 0.45
xsub32
Method · 0.45
xsub32_u32
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected