Lift Send
requirement in wasm builds
#9157
Labels
A-ECS
Entities, components, systems, and events
C-Usability
A targeted quality-of-life change that makes Bevy easier to use
O-Web
Specific to web (WASM) builds
X-Controversial
There is active debate or serious implications around merging this PR
What problem does this solve or what need does it fill?
Right now there is a requirement for a lot of things to be
Send
even in single-threaded targets like wasm: e.gPlugin
andResource
. Would be great to lift that in wasm targets.What solution would you like?
Do not require things to be
Send
What alternative(s) have you considered?
Additional context
This blocks being able to use
bevy_tokio_tasks
for more stuff on wasm: see EkardNT/bevy-tokio-tasks#18 (comment)The text was updated successfully, but these errors were encountered: