tinygo/loader
Ayke van Laethem c60c36f0a8 all: use ExitCode() call to get exit code of exited process
This is an addition that landed in Go 1.12 but we couldn't use before
because we were supporting Go back until Go 1.11. It simplifies the code
around processes a bit.
2021-03-09 18:15:49 +01:00
..
errors.go loader: rewrite/refactor much of the code to use go list directly 2020-09-03 22:10:14 +02:00
goroot.go support WASI target (#1373) 2020-09-29 21:58:03 +02:00
list.go loader: rewrite/refactor much of the code to use go list directly 2020-09-03 22:10:14 +02:00
loader.go all: use ExitCode() call to get exit code of exited process 2021-03-09 18:15:49 +01:00
ssa.go compiler: refactor and add tests 2021-01-15 14:43:43 +01:00