Skip to content

v0.8.2

Latest
Compare
Choose a tag to compare
@hajimehoshi hajimehoshi released this 09 Jan 17:03
· 12 commits to main since this release
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