You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-5Lines changed: 3 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -370,7 +370,7 @@ int main() {
370
370
371
371
# Updates
372
372
373
-
- **15-Nov-2022**: Introduce `MCO_USE_VMEM_ALLOCATOR` option for allocating thousands of coroutines with low memory footprint, this include breaking changes in the allocator API.
373
+
- **15-Nov-2023**: Introduce `MCO_USE_VMEM_ALLOCATOR` option for allocating thousands of coroutines with low memory footprint, this include breaking changes in the allocator API.
374
374
- **7-Jan-2023**: Fix 128-bit XMM registers not being fully saved on Windows.
375
375
- **08-Jun-2022**: Minicoro has been awarded by the [Icculus Microgrant 2021](https://icculus.org/microgrant/), thanks @icculus for supporting open source work.
376
376
- **26-Jan-2022**: Added support for WebAssembly outside the WebBrowser using Binaryen asyncify pass.
@@ -393,10 +393,8 @@ int main() {
393
393
394
394
# Donation
395
395
396
-
I'm a full-time open source developer.
397
-
Any amount of the donation will be appreciated and could bring me encouragement to keep supporting this and other open source projects.
398
-
399
-
[](https://www.patreon.com/edubart)
396
+
I'm a full-time open source developer, any amount of the donation through my GitHub will be appreciated and could bring me encouragement to keep supporting this and other open source projects.
397
+
I may accept one-time sponsorships for small features or minor enhancements aligned with the project goals, in this case contact me.
0 commit comments