[TinyGo – A Go Compiler For Small Places]
First Get Scoop, the CLI Windows Installer. Open up PowerShell.
> Set-ExecutionPolicy RemoteSigned -Scope CurrentUser # Optional: Needed to run a remote script the first time
> irm get.scoop.sh | iex
Use [Scoop] to install TinyGo.
scoop install tinygo