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

Depend on wasm-bindgen 0.2.89 or higher #278

Merged
merged 2 commits into from
Aug 24, 2024

Conversation

workingjubilee
Copy link
Contributor

@workingjubilee workingjubilee commented Aug 24, 2024

wasm-bindgen 0.2.83 is not compatible for a wasm ABI change that rustc wishes to enable by default for wasm, currently gated behind passing the -Zwasm-c-abi flag to rustc.

wasm-bindgen 0.2.89 should exhibit seamless behavior before and after the ABI change matches the C ABI, so depend on that.

For more information, see

wasm-bindgen 0.2.83 is not compatible for a wasm ABI change that
rustc wishes to enable by default for wasm, currently gated behind
passing the -Zwasm-c-abi flag to rustc.

wasm-bindgen 0.2.89 should exhibit seamless behavior before and
after the ABI change matches the C ABI, so depend on that.
@kornelski kornelski merged commit e70564b into image-rs:master Aug 24, 2024
20 checks passed
@workingjubilee workingjubilee deleted the dep-wasm-bindgen-0.2.89 branch August 24, 2024 20:24
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.

2 participants