github usbarmory/tamago v1.26.1

latest releases: v1.26.4, latest, v1.26.3...
3 months ago

This release adds documentation for the tamago command which downloads, compiles, and runs the go command from the TamaGo distribution matching the tamago module version from the application go.mod.

Applications can now add github.com/usbarmory/tamago to go.mod, and then replace the go command with:

go run github.com/usbarmory/tamago/cmd/tamago

or add the following line to go.mod go use go tool tamago as go command:

tool github.com/usbarmory/tamago/cmd/tamago

Major changes for tamago package API:

  • riscv64: (*CPU).Features new function for extension fields reporting (e0ce8ce)
  • README: add documentation for go tool support (cb005ad)

Major changes for tamago package internals:

Full Changelog: v1.26.0...v1.26.1

This release requires GOOS=tamago support in the Go distribution with tamago-go1.26.1 or later releases.

Don't miss a new tamago release

NewReleases is sending notifications on new releases.