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

Makes slice argument of web_sys::AudioBuffer::copy_to_channel* non mutable (#2434) #2436

Merged

Conversation

kerskuchen
Copy link
Contributor

Hopefully fixes #2434

@kerskuchen
Copy link
Contributor Author

I don't understand the step rustwasm.wasm-bindgen (Verify that web-sys is compiled correctly)

Isn't the following diff the point of this PR?
https://dev.azure.com/rustwasm/wasm-bindgen/_build/results?buildId=2934&view=logs&j=ff6be2bd-4b17-5537-0b58-d536c5d5244f&t=3c740d1d-8cf7-5d39-ba0b-6715d7ee81aa

@kerskuchen
Copy link
Contributor Author

I don't understand the step rustwasm.wasm-bindgen (Verify that web-sys is compiled correctly)

Isn't the following diff the point of this PR?
https://dev.azure.com/rustwasm/wasm-bindgen/_build/results?buildId=2934&view=logs&j=ff6be2bd-4b17-5537-0b58-d536c5d5244f&t=3c740d1d-8cf7-5d39-ba0b-6715d7ee81aa

Ahh I now understand what I did wrong sorry I'm new to this codebase

@alexcrichton alexcrichton merged commit 743135f into rustwasm:master Jan 26, 2021
@alexcrichton
Copy link
Contributor

No worries, thanks for this!

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

Successfully merging this pull request may close these issues.

Why does web_sys::AudioBuffer::copy_to_channel* need a mutable buffer argument?
2 participants