Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't try to build the entire workspace on wasm32.
When building for WebAssembly using the WebGPU backend, don't try to build the entire workspace. wgpu-hal isn't meant to be used in this case, and since #3254, it complains if no backends have been explicitly selected. Instead, pass `--package wgpu` when doing the WebGPU-backend build.
- Loading branch information