We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Version 0.3.65 of web-sys broke server, and crate using web-sys stopped compiling
Two examples used by wgpu:
wgpu
set_bind_group_with_u32_array_and_f64_and_dynamic_offsets_data_length
Option
GpuDepthStencilState::new
Continue compiling when depending on web-sys = "0.3"
web-sys = "0.3"
It doesn't compile anymore
Those API need web_sys_unstable_apis. Does that mean they don't follow semver?
web_sys_unstable_apis
The text was updated successfully, but these errors were encountered:
unstable APIs don't follow semver
Sorry, something went wrong.
No branches or pull requests
Describe the Bug
Version 0.3.65 of
web-sys
broke server, and crate usingweb-sys
stopped compilingSteps to Reproduce
Two examples used by
wgpu
:set_bind_group_with_u32_array_and_f64_and_dynamic_offsets_data_length
changed the type of one of it's parameter, now anOption
GpuDepthStencilState::new
added parametersExpected 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?The text was updated successfully, but these errors were encountered: