I am setting up a Pi 4B with the alarm aarch64 and am setting up WiFi. I followed the main Arch Wiki for wifi-menu and netctl which did result in a successful network connection to my access point and to the Internet. I was able to update the system with pacman.
The first issue was seeing that the system clock was not updated even though systemd-timesyncd is enabled and active.
The second issue is that hostname resolution on my LAN is not available. The /etc/resolv.conf file is much different from a Pi 3B+ that I have alarm armv7 running on with a wired connection. The Pi 3B+ has resolved LAN hostnames and maintained correct system time from my router since its installation.
I attempted a work around by stopping and disabling netctl and setting up wpa_supplicant per the main Arch Wiki. I also created a wlan.network file under /etc/systemd/network but that completely fails to establish a network connection upon a system start. Obviously I missed something in that setup.
Although I am relatively new to Arch, I am a long time Linux user mostly with Debian and Slackware experience.