forked from bevyengine/bevy
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Default to using ExecutorKind::SingleThreaded on wasm32 (bevyengine#7717
) # Objective Web builds do not support running on multiple threads right now. Defaulting to the multi-threaded executor has significant overhead without any benefit. ## Solution Default to the single threaded executor on wasm32 builds.
- Loading branch information
1 parent
b193bbe
commit 2ba9101
Showing
2 changed files
with
15 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters