Files
tinygo/builder
ZauberNerd 2fdcabdcce src/runtime: add runtime.Version()
This adds the `Version()` function of the `runtime` package which embeds
the go version that was used to build tinygo.

For programs that are compiled with tinygo the version can be overriden
via the:
`tinygo build -ldflags="-X 'runtime.buildVersion=abc'"` flag.
Otherwise it will continue to use the go version with which tinygo was
compiled.
2022-03-19 15:36:44 +01:00
..
2021-11-16 11:08:30 +01:00
2022-03-19 15:36:44 +01:00
2022-01-09 11:04:10 +01:00
2022-01-09 11:04:10 +01:00
2022-03-12 12:55:38 +01:00
2021-09-16 20:13:04 +02:00
2022-01-09 11:04:10 +01:00
2021-09-27 15:47:12 +02:00