Releases: ebitengine/purego
Releases · ebitengine/purego
v0.8.4
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
all: release 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
v0.7.0
release v0.7.0