aboutsummaryrefslogtreecommitdiffhomepage
path: root/main.go
AgeCommit message (Expand)Author
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
2023-03-31main: fix tests with default TestConfig.Count=0 doesn't skip all testsDamian Gryski
2023-03-31testing: make test output unbuffered when verboseDamian Gryski
2023-03-31main: stuff test runner options into their own structDamian Gryski
2023-03-31testing: support -test.countDamian Gryski
2023-03-06windows: disable parallelism on WindowsAyke van Laethem
2023-02-19main: support qemu-user debuggingAyke van Laethem
2023-01-19Allows the emulator to expand {tmpDir}Adrian Cole
2023-01-15test: print package name when compilation failedAyke van Laethem
2022-12-22wasi: makes wasmtime "run" explicitAdrian Cole
2022-12-19compileopts: replace 'retries' with more correct 'timeout' paramdeadprogram
2022-11-13compileopts: add 'retries' flag to allow setting the number of times to retry...deadprogram
2022-11-06main: fix -work flagAyke van Laethem
2022-11-04wasm: remove -wasm-abi= flagAyke van Laethem
2022-10-26fix printing of benchmark outputDamian Gryski
2022-10-22main: fix outputting .ll filesAyke van Laethem
2022-10-19Print PASS on pass when running standalone test binaries (#3229)Fred Goya
2022-10-16main: fix error message when a serial port can't be accessedAyke van Laethem
2022-10-16main: fix USB vid/pid lookupAyke van Laethem
2022-10-16builder: refactor Build function to not use a callbackAyke van Laethem
2022-10-16targets: remove "acm:"` prefix for USB vid/pid pairAyke van Laethem
2022-09-24main: allow setting the baud rate for serial monitors (#3190)sago35
2022-09-20main: restore support for flashing Espressif chipsAyke van Laethem
2022-09-16main: add serial port monitoring functionalitysago35
2022-09-15all: add flag for setting the goroutine stack sizeAyke van Laethem
2022-09-14wasi: adds more details about why wasmtime flags are addedAdrian Cole
2022-09-01main: remove GOARM from `tinygo info`Ayke van Laethem