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