-
-
Notifications
You must be signed in to change notification settings - Fork 124
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
minimal-web example fails to build #406
Comments
This is terrible! The CI test that was supposed to ensure this example builds correctly has an uncaught error: https://github.com/parasyte/pixels/actions/runs/11760417671/job/32760982455 The |
This should cause the CI job to fail as shown in #406
Adds CI steps to check and lint the example. And fixes build failures introduced by updating `winit` and `wgpu` in #391. `run-wasm` still won't fail out the WASM CI job when there are build errors. That is tracked upstream in rukai/cargo-run-wasm#49 Closes #406
Env: iMac 5K (x86), macOS 15.1, Rust 1.82
Repro:
$ git clone https://github.com/parasyte/pixels.git
$ cd pixels/examples/minimal-web
$ rustup target add wasm32-unknown-unknown
$ cargo run-wasm --release --package minimal-web
The text was updated successfully, but these errors were encountered: