Trait cranelift_codegen::ir::immediates::IntoBytes [−][src]
Convert a type into a vector of bytes; all implementors in this file must use little-endian orderings of bytes to match WebAssembly’s little-endianness.
Required methods
fn into_bytes(self) -> Vec<u8>
[src]
Return the little-endian byte representation of the implementing type.