tinygo/compileopts
Ayke van Laethem df0f5ae1da windows: add ARM64 support
This was actually surprising once I got TinyGo to build on Windows 11
ARM64. All the changes are exactly what you'd expect for a new
architecture, there was no special weirdness just for arm64.

Actually getting TinyGo to build was kind of involved though. The very
short summary is: install arm64 versions of some pieces of software
(like golang, cmake) instead of installing them though choco. In
particular, use the llvm-mingw[1] toolchain instead of using standard
mingw.

[1]: https://github.com/mstorsjo/llvm-mingw/releases
2023-01-30 21:42:47 +01:00
..
config.go Add -gc=custom option (#3302) 2023-01-28 20:24:56 +01:00
options.go Add -gc=custom option (#3302) 2023-01-28 20:24:56 +01:00
options_test.go Add -gc=custom option (#3302) 2023-01-28 20:24:56 +01:00
target.go windows: add ARM64 support 2023-01-30 21:42:47 +01:00
target_test.go all: update _test.go files for os.IsFoo changes 2022-08-07 10:32:23 +02:00