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

impl Send for JITModule #8718

Merged
merged 3 commits into from
Jun 3, 2024
Merged

Conversation

MolotovCherry
Copy link
Contributor

@MolotovCherry MolotovCherry commented May 31, 2024

JITModule currently is !Send, which makes it less useful. According to bjorn, it makes sense to make it Send.

I'm fairly new to this, but please let me know any issues/concerns you have with this and I'll do my best to address them. Thanks!

Ref: https://bytecodealliance.zulipchat.com/#narrow/stream/206238-general/topic/Cross.20thread.20JITModule/near/441536899

cc @bjorn3

@MolotovCherry MolotovCherry requested a review from a team as a code owner May 31, 2024 14:02
@MolotovCherry MolotovCherry requested review from elliottt and removed request for a team May 31, 2024 14:02
@github-actions github-actions bot added the cranelift Issues related to the Cranelift code generator label May 31, 2024
@alexcrichton alexcrichton added this pull request to the merge queue Jun 3, 2024
Merged via the queue into bytecodealliance:main with commit b010bfd Jun 3, 2024
36 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cranelift Issues related to the Cranelift code generator
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants