Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wasmtime
/ function_alignment
Method
function_alignment
cranelift/codegen/src/isa/x64/mod.rs:149–151 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
147
}
148
149
fn function_alignment(&self) -> FunctionAlignment {
150
Inst::function_alignment()
151
}
152
153
fn page_size_align_log2(&self) -> u8 {
154
debug_assert_eq!(1 << 12, 0x1000);
Callers
3
define_function_with_control_plane
Method · 0.45
define_function_bytes
Method · 0.45
finish_with_info
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected