aboutsummaryrefslogtreecommitdiffhomepage
path: root/main.go
AgeCommit message (Expand)Author
2024-10-04wasm: add `//go:wasmexport` support (#4451)Ayke
2024-09-28main: rework usage (#4467)leongross
2024-09-18main: add -ldflags='-extldflags=...' supportAyke van Laethem
2024-09-18support -extldflagsDamian Gryski
2024-09-17tinygo: add relative and absolute --dir options to wasmtime args (#4431)Randy Reddig
2024-09-13Fix #4421: Add `-C DIR` flag (#4422)archie2x
2024-08-20tinygo: detect GOOS=wasip1 for relative WASI paths via config instead of targ...Randy Reddig
2024-08-15compiler: fixup Sprintf usesDamian Gryski
2024-08-15make spellfix: fix top level files, too.Dan Kegel
2024-08-12mips: add GOMIPS=softfloat supportAyke van Laethem
2024-08-11builder: interpret linker error messagesAyke van Laethem
2024-08-06main: show runtime panic addresses for `tinygo run`Ayke van Laethem
2024-08-06ci: don't include prebuilt libraries in the releaseAyke van Laethem
2024-07-20diagnostics: move diagnostic printing to a new packageAyke van Laethem
2024-07-15add chromeos 9p supportTai Groot
2024-07-13loader: handle `go list` errors inside TinyGoAyke van Laethem
2024-07-13all: add testing for compiler error messagesAyke van Laethem
2024-07-09fix: remove message after test binary builtDmitry Shemin
2024-07-02wasi preview 2 support (#4027)Damian Gryski
2024-05-24main: add -serial=rtt flag as possible optionAyke van Laethem
2024-05-14Support UF2 drives with space in their name on LinuxMateusz Nowak
2024-03-27targets: add wasi.json that inherits wasip1.jsonRandy Reddig
2024-03-27all: replace target=wasi with target=wasip1Randy Reddig
2024-02-23main: make `ports` subcommand more verboseAyke van Laethem
2024-02-23main: change `monitor -info` to `ports`Ayke van Laethem
2023-12-23main: add -serial=rtt supportAyke van Laethem
2023-11-02compileopts, targets, main: support Wasmtime v14 (#3972)Randy Reddig
2023-11-02main, compileopts: move GetTargetSpecs() to compileopts packagesago35
2023-11-02main: add -info option to tinygo monitorsago35
2023-10-15refactor: rm io/ioutil funcsginglis13
2023-10-04all: refactor goenv.Version to add the git sha1 if neededAyke van Laethem
2023-09-21build: #3893 do not return LLVM structs from BuildKenneth Bell
2023-08-13main: add target JSON file in `tinygo info` outputAyke van Laethem
2023-07-07main: use `go env` instead of doing all detection manuallyAyke van Laethem
2023-07-03main: improve detection of filesystemsAyke van Laethem
2023-06-06main: add -internal-nodwarf flagAyke van Laethem
2023-06-06main: rename some flags to make them explicitly internalAyke van Laethem
2023-05-16windows: re-enable parallelismAyke van Laethem
2023-04-26main: print source location when a panic happens in -monitorAyke van Laethem
2023-04-25Revert "all: better errors when multiple mcus share VID/PID"Ron Evans
2023-04-25Revert "all: honour port for `-monitor` flash flag"Ron Evans
2023-04-25all: honour port for `-monitor` flash flagKenneth Bell
2023-04-25all: better errors when multiple mcus share VID/PIDKenneth Bell
2023-04-17targets: make msd-volume-name an arrayKenneth Bell
2023-04-16main: don't print `ok` for a successful compile-onlyDamian Gryski
2023-04-12testing: add -test.shuffle to order randomize test and benchmark orderDamian Gryski
2023-03-31main: fix typos in flag usage messagesDamian Gryski
2023-03-31testing: add test.skipDamian Gryski
2023-03-31main: set WASMTIME_BACKTRACE_DETAILS when running in wasmtime.Damian Gryski
2023-03-31main: make sure all testing output goes to the same placeDamian Gryski