Releases: ebitengine/purego
Releases · ebitengine/purego
Release list
v0.10.1
v0.10.0
- Add supported platforms (
linux/386,linux/arm,linux/ppc64le,linux/riscv64, andlinux/s390x) - Support structs on Linux (#236)
- Fix some bugs
v0.9.1
v0.9.0
- Added support for Objective-C blocks (#129)
- Added support for
linux/loong64 - Minor fixes and improvements
v0.8.4
internal/fakecgo: disable race in fakecgo (#319) Closes #318
v0.8.3
all: fix the link error with Go 1.24.3 (#312) This addresses the issue golang/go#73617. Closes #313
v0.8.2
fakecgo: C functions require nosplit (#295) * fakecgo: C functions require nosplit fakecgo runs on systemstack so we shouldn't ever split the stack. Fixes #287
v0.8.1
add Int support to amd64 and fix issue with structs not being copied …
v0.8.0
v0.7.1
all: struct return fixes (#221) On amd64, there was a crash when calling objc.Send with a struct return type. This was due to calling the wrong objc message send function. On arm64, if a struct return contained structs that only contained floats it would expect it to be in R8 instead of the expected float registers Closes #223