Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wasmtime
/ bits
Method
bits
cranelift/interpreter/src/address.rs:46–51 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
44
45
impl AddressSize {
46
pub fn bits(&self) -> u64 {
47
match self {
48
AddressSize::_64 => 64,
49
AddressSize::_32 => 32,
50
}
51
}
52
}
53
54
impl TryFrom<Type> for AddressSize {
Callers
6
convert
Method · 0.45
sdiv
Method · 0.45
srem
Method · 0.45
step
Function · 0.45
offset_bits
Method · 0.45
try_from
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected