Skip to content

Fibers#766

Merged
Jason2605 merged 5 commits into
developfrom
feature/allocated-vm
Feb 16, 2026
Merged

Fibers#766
Jason2605 merged 5 commits into
developfrom
feature/allocated-vm

Conversation

@Jason2605

Copy link
Copy Markdown
Member

Fibers

Resolves: #487
Resolves: #87

What's Changed:

Implements Fibers (https://github.com/wren-lang/wren used as base) into the language
Also fixes an issue where the VM couldn't grow

Type of Change:

  • Bug fix
  • New feature
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Housekeeping:

  • Tests have been updated to reflect the changes done within this PR (if applicable).
  • Documentation has been updated to reflect the changes done within this PR (if applicable).

@briandowns not sure if you're still watching, but I think this is quite exciting!

@briandowns

Copy link
Copy Markdown
Contributor

This is incredible work.

@Jason2605

Copy link
Copy Markdown
Member Author

Thank you! Will merge it in and probably start work on trying to add some non-blocking features in to truly make use

@Jason2605
Jason2605 merged commit 6b04a43 into develop Feb 16, 2026
9 checks passed
@Jason2605
Jason2605 deleted the feature/allocated-vm branch February 16, 2026 22:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[FEATURE] lightweight user-level concurrency STACK_MAX is a constant

2 participants