Xgo v1.1.2
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