import "github.com/tetratelabs/wazero/internal/u64"
u64.go
func LeBytes(v uint64) []byte
LeBytes returns a byte slice corresponding to the 8 bytes in the uint64 in little-endian byte order.