Skip to content
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

Bump to uuid 1.13.1 and enable js on wasm targets #17689

Merged
merged 2 commits into from
Feb 5, 2025

Conversation

bushrat011899
Copy link
Contributor

@bushrat011899 bushrat011899 commented Feb 5, 2025

Objective

  • Fixes CI failure due to uuid 1.13 using the new version of getrandom which requires using a new API to work on Wasm.

Solution

Testing

  • cargo check --target wasm32-unknown-unknown

@bushrat011899 bushrat011899 added D-Trivial Nice and easy! A great choice to get started with Bevy A-Build-System Related to build systems or continuous integration C-Dependencies A change to the crates that Bevy depends on O-Web Specific to web (WASM) builds P-Compile-Failure A failure to compile Bevy apps X-Uncontroversial This work is generally agreed upon S-Needs-Review Needs reviewer attention (from anyone!) to move forward labels Feb 5, 2025
@bushrat011899 bushrat011899 added the S-Waiting-on-Author The author needs to make changes or address concerns before this can be merged label Feb 5, 2025
@bushrat011899
Copy link
Contributor Author

The issue with wasm +atomics will be resolved by this PR upstream in uuid.

@bushrat011899 bushrat011899 added S-Blocked This cannot move forward until something else changes and removed S-Waiting-on-Author The author needs to make changes or address concerns before this can be merged labels Feb 5, 2025
@bushrat011899 bushrat011899 changed the title Bump to uuid 1.13 and enable js on wasm targets Bump to uuid 1.13.1 and enable js on wasm targets Feb 5, 2025
@bushrat011899 bushrat011899 added S-Ready-For-Final-Review This PR has been approved by the community. It's ready for a maintainer to consider merging it and removed S-Blocked This cannot move forward until something else changes S-Needs-Review Needs reviewer attention (from anyone!) to move forward labels Feb 5, 2025
@bushrat011899
Copy link
Contributor Author

uuid 1.13.1 is now released so this PR is ready to merge!

@alice-i-cecile alice-i-cecile added this pull request to the merge queue Feb 5, 2025
Merged via the queue into bevyengine:main with commit 642e016 Feb 5, 2025
33 checks passed
joshua-holmes pushed a commit to joshua-holmes/bevy that referenced this pull request Feb 5, 2025
…7689)

# Objective

- Fixes CI failure due to `uuid` 1.13 using the new version of
`getrandom` which requires using a new API to work on Wasm.

## Solution

- Based on [`uuid` 1.13 release
notes](https://github.com/uuid-rs/uuid/releases/tag/1.13.0) I've enabled
the `js` feature on `wasm32`. This will need to be revisited once bevyengine#17499
is up for review
- Updated minimum `uuid` version to 1.13.1, which fixes a separate issue
with `target_feature = atomics` on `wasm`.

## Testing

- `cargo check --target wasm32-unknown-unknown`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-Build-System Related to build systems or continuous integration C-Dependencies A change to the crates that Bevy depends on D-Trivial Nice and easy! A great choice to get started with Bevy O-Web Specific to web (WASM) builds P-Compile-Failure A failure to compile Bevy apps S-Ready-For-Final-Review This PR has been approved by the community. It's ready for a maintainer to consider merging it X-Uncontroversial This work is generally agreed upon
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants