You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the dependency upgrade for wgpu from 16 -> 19, wbgpu started properly labeling their structs as non send/sync which broke the expectations for the async_recursion proc macro.
By configuring the macro to not expect a type that is Send, the wasm build of wgpu should properly compile.
No callsites of the updaded function require that the type be Send, so there wasn't a need to update anything else.
0 commit comments