Skip to content
This repository was archived by the owner on Mar 24, 2022. It is now read-only.

Make yield methods take &mut Vmctx; update semver#379

Merged
acfoltzer merged 1 commit intomasterfrom
acf/safer-yield
Dec 16, 2019
Merged

Make yield methods take &mut Vmctx; update semver#379
acfoltzer merged 1 commit intomasterfrom
acf/safer-yield

Conversation

@acfoltzer
Copy link
Copy Markdown
Contributor

This prevents resources like embedder contexts or heap views from living across yield points, which is important for safety since the host can modify the data underlying those resources while the instance is suspended.

Since this is a semver breaking change, this patch also updates the package versions.

This prevents resources like embedder contexts or heap views from living across yield points, which
is important for safety since the host can modify the data underlying those resources while the
instance is suspended.

Since this is a semver breaking change, this patch also updates the package versions.
Copy link
Copy Markdown
Contributor

@awortman-fastly awortman-fastly left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

time to do the new release dance 🎉

Copy link
Copy Markdown
Contributor

@iximeow iximeow left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

meet the new me, same as the old me

@acfoltzer acfoltzer merged commit 6b9c559 into master Dec 16, 2019
@acfoltzer acfoltzer deleted the acf/safer-yield branch December 16, 2019 20:00
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants