tinygo/loader
Ayke van Laethem f57e9622fd baremetal,wasm: support command line params and environment variables
This is mainly useful to be able to run `tinygo test`, for example:

    tinygo test -target=cortex-m-qemu -v math

This is not currently supported, but will be in the future.
2021-08-12 21:19:24 +02:00
..
errors.go main: match go test output 2021-05-06 20:04:16 +02:00
goroot.go baremetal,wasm: support command line params and environment variables 2021-08-12 21:19:24 +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 loader: fix testing a main package 2021-06-02 15:50:28 +02:00
ssa.go compiler: refactor and add tests 2021-01-15 14:43:43 +01:00