vlang / website

MIT License
63 stars 98 forks source link

Changes to display Linux arm64 download link in homepage dropdown . #182

Open sanathusk opened 3 years ago

sanathusk commented 3 years ago

Changes to display Linux arm64 download link in homepage drop down .

lainq commented 3 years ago

What if we can change the download link based on the operating system. We will have to check the platform and display the link according to that

// Get the platform
window.navigator.platform

What do you think?