tinygo/loader
Ayke van Laethem b59a46eef0 loader: work around Windows symlink limitation
Currently there will be a problem if the TinyGo installation directory
is not the same filesystem as the cache directory (usually the C drive)
and Developer Mode is disabled. Therefore, let's add another fallback
for when both conditions are true, falling back to copying the file
instead of symlinking/hardlinking it.
2020-08-19 08:37:16 +02:00
..
errors.go loader: load packages using Go modules 2020-05-27 13:08:17 +02:00
goroot.go loader: work around Windows symlink limitation 2020-08-19 08:37:16 +02:00
loader.go loader: load packages using Go modules 2020-05-27 13:08:17 +02:00
ssa.go loader: switch to custom program loader 2018-12-10 15:36:23 +01:00