Constant wasmer_compiler::engine::code_memory::ARCH_FUNCTION_ALIGNMENT
source · const ARCH_FUNCTION_ALIGNMENT: usize = 16;
Expand description
The optimal alignment for functions.
On x86-64, this is 16 since it’s what the optimizations assume. When we add support for other architectures, we should also figure out their optimal alignment values.