Minicoro Versions Save

Single header stackful cross-platform coroutine library in pure C.

v0.1.2

2 years ago

Since last release, the following new platforms have been supported and tested:

  • Mac OS (arm/arm64)
  • iOS (arm/arm64)
  • DOS emulators using DJGPP compiler
  • RISC-V (rv32)

And the following new features were added:

  • mco_yield may now return MCO_STACK_OVERFLOW when it detects that stack overflow happened

v0.1.1

3 years ago

This is a bug fix release, with fixes for compiling and running on Mac OS X x86_64.

v0.1.0

3 years ago

This is the first release of minicoro, supporting the following platforms:

  • Windows
  • Linux
  • Android
  • Mac OS
  • Raspberry Pi
  • WebAssembly
  • RISC-V