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

web-sys 0.3.65 broke semver for WebGPU #3686

Closed
mockersf opened this issue Nov 4, 2023 · 1 comment
Closed

web-sys 0.3.65 broke semver for WebGPU #3686

mockersf opened this issue Nov 4, 2023 · 1 comment
Labels

Comments

@mockersf
Copy link

mockersf commented Nov 4, 2023

Describe the Bug

Version 0.3.65 of web-sys broke server, and crate using web-sys stopped compiling

Steps to Reproduce

Two examples used by wgpu:

Expected Behavior

Continue compiling when depending on web-sys = "0.3"

Actual Behavior

It doesn't compile anymore

Additional Context

Those API need web_sys_unstable_apis. Does that mean they don't follow semver?

@mockersf mockersf added the bug label Nov 4, 2023
@mockersf
Copy link
Author

mockersf commented Nov 5, 2023

unstable APIs don't follow semver

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant