Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-12-10 | all: add bare-bones Cgo support | Ayke van Laethem | |
2018-11-22 | Dockerfile: remove arm-none-eabi-gcc dependency | Ayke van Laethem | |
2018-11-15 | all: add support to Dockerfile for AVR and ARM targets | Ron Evans | |
Signed-off-by: Ron Evans <[email protected]> | |||
2018-10-21 | all: add WebAssembly backend | Ayke van Laethem | |
2018-10-21 | Dockerfile: include necessary build subfolders | Johan Brandhorst | |
When building, tinygo needs access to files relative to the directory it was built from. Include src and targets directories. | |||
2018-10-21 | Dockerfile: add vendor step | Johan Brandhorst | |
The Dockerfile was missing the part where we download the dependencies into the vendor folder. It was of course working locally because I had a vendor folder already. | |||
2018-10-21 | Add Dockerfile | Johan Brandhorst | |