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

chore: External world #23

Merged
merged 2 commits into from
May 16, 2024
Merged

chore: External world #23

merged 2 commits into from
May 16, 2024

Conversation

joonazan
Copy link
Contributor

The VM no longer takes ownership of the World. This is necessary because otherwise Rust requires an extra lifetime on VirtualMachine. It is also a better interface.

joonazan added 2 commits May 16, 2024 18:21
This avoids adding a lifetime to VirtualMachine. It also allows
the caller to access the world while the VM is not running.
@joonazan joonazan changed the title External world chore: External world May 16, 2024
@montekki montekki merged commit 297312e into master May 16, 2024
7 of 8 checks passed
@montekki montekki deleted the external-world branch May 16, 2024 16:54
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.

2 participants