Ssaplayground Versions Save

🃏 The Go SSA Playground: Exploring SSA IR | https://golang.design/gossa

v0.3.2

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/golang-design/ssaplayground/compare/v0.3.1...v0.3.2

v0.3.1

3 years ago

This version cleans several dependencies, such as goimports (thanks @Katsusan ), logrus, uuid, etc.

v0.3.0

3 years ago
  • Support anonymous function (#5 thanks to @Katsusan)

v0.2.0

4 years ago

Features

  • Support Go Modules (#1, #2)

v0.1.0

4 years ago

Features

  • Support functions in ordinary and test packages
  • Support specifying compiler flags, e.g. -gcflags="-N -l"
  • Support persistent and share SSA building results, e.g. /gossa?id=unique_id
  • Support automatic import when building SSA
  • Support containerized build