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

Allow VirtualTaskManager to explicitly transfer a module to a blocking task on the threadpool #4184

Merged
merged 3 commits into from
Aug 28, 2023

Conversation

Michael-F-Bryan
Copy link
Contributor

We need a way to explicitly transfer a wasmer::Module to tasks running on the threadpool. Using VirtualTaskManager::task_dedicated() will capture the value which means we'll hit #4158 when running in the browser.

@Michael-F-Bryan Michael-F-Bryan marked this pull request as ready for review August 28, 2023 13:48
@Michael-F-Bryan Michael-F-Bryan merged commit 417e5bc into master Aug 28, 2023
@Michael-F-Bryan Michael-F-Bryan deleted the spawn-with-module branch August 28, 2023 16:08
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