Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wasix: Better Encapsultion for WasiThread #3607

Closed
theduke opened this issue Feb 22, 2023 · 2 comments
Closed

wasix: Better Encapsultion for WasiThread #3607

theduke opened this issue Feb 22, 2023 · 2 comments
Assignees
Labels
🎉 enhancement New feature! priority-medium Medium priority issue 🏚 stale Inactive issues or PR
Milestone

Comments

@theduke
Copy link
Contributor

theduke commented Feb 22, 2023

The WasiThread struct right now exposes all it's internal logic as pub fields.

This should be refactored to all private fields, and all the functionality should be exposed by functions.

@theduke theduke added the 🎉 enhancement New feature! label Feb 22, 2023
This was referenced Feb 22, 2023
@ptitSeb ptitSeb added the priority-medium Medium priority issue label Feb 28, 2023
@ptitSeb ptitSeb added this to the v3.3 milestone Feb 28, 2023
@ptitSeb ptitSeb modified the milestones: v3.3, v4.0 Apr 20, 2023
@ptitSeb ptitSeb modified the milestones: v4.0, v4.x May 3, 2023
Copy link

stale bot commented May 3, 2024

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the 🏚 stale Inactive issues or PR label May 3, 2024
Copy link

stale bot commented Jun 8, 2024

Feel free to reopen the issue if it has been closed by mistake.

@stale stale bot closed this as completed Jun 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🎉 enhancement New feature! priority-medium Medium priority issue 🏚 stale Inactive issues or PR
Projects
None yet
Development

No branches or pull requests

2 participants