Type Definition wasmtime_jit::trampoline::binemit::CodeOffset [−][src]
type CodeOffset = u32;
Offset in bytes from the beginning of the function.
Cranelift can be used as a cross compiler, so we don’t want to use a type like usize
which
depends on the host platform, not the target platform.