8000 Release Xgo v1.1.2 · xhd2015/xgo · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Xgo v1.1.2

Compare
Choose a tag to compare
@xhd2015 xhd2015 released this 17 Apr 06:57
· 26 commits to master since this release

This release upgrades xgo from v1.1.1 to v1.1.2 with #323

Major improvements:

  • leverage compiler to instrument ir code link, to bypass directly importing runtime and unsafe

Other improvements:

  • support go's long options
  • avoid trapping unexported variable

To install xgo v1.1.2:

# update xgo
go install github.com/xhd2015/xgo/cmd/xgo@v1.1.2

# update runtime
go get github.com/xhd2015/xgo/runtime@v1.1.2

For documentation, see https://github.com/xhd2015/xgo.

What's Changed(Auto generated)

  • leverage IR Code for linking runtime functions; make xgo accept two-dash flags, fix load error by @xhd2015 in #323

Full Changelog: v1.1.1...v1.1.2

0