-
Notifications
You must be signed in to change notification settings - Fork 951
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1534: web: Restore WebGPU CI r=kvark a=grovesNL **Connections** Depends on/currently includes #1533 **Description** Even though the WebGL backend needs to be temporarily disabled, we should be able to continue checking WebGPU on wasm. **Testing** Manually ran the CI command `cargo check --package wgpu --examples --target=wasm32-unknown-unknown` locally which seems to catch the mistake in #1533 without building wgpu-core/wgpu-hal. Co-authored-by: grovesNL <josh@joshgroves.com>
- Loading branch information
Showing
2 changed files
with
5 additions
and
5 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,6 @@ status = [ | |
"Ubuntu Nightly", | ||
"Windows Stable", | ||
"Windows Nightly", | ||
#"Web Assembly", | ||
"Web Assembly", | ||
#"Clippy", | ||
] |