Little-endian packing for the FFI buffers #
Every buffer the runtimes read — shape descriptors, labels, token ids, anchor priors, f32
tensors — is 4-byte little-endian. These are the two writers; the reader is F32.readLabel.
Import-free, so the pure-data ParamLayouts can use them.
@[inline]
Append v mod 2³² as 4 little-endian bytes (an int32 / uint32 record).