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

Re-establish feature resolver version 1 compatibility #4327

Merged
merged 1 commit into from
Dec 6, 2024

Conversation

daxpedda
Copy link
Collaborator

@daxpedda daxpedda commented Dec 6, 2024

These changes re-establish feature resolver version 1 compatibility.

Instead of using crate features we use macros defined in wasm_bindgen::__rt. This was possible because we moved allow_internal_unstable from the proc-macro to these new macros.

Thanks @taiki-e for proposing and finding this solution.

Fixes #4304.
Replaces #4306.
Reverts #4284.
Reverts #4307.

@daxpedda daxpedda force-pushed the resolver-v1 branch 7 times, most recently from 744bd6e to a317e5b Compare December 6, 2024 19:49
@daxpedda daxpedda merged commit f90ebda into rustwasm:main Dec 6, 2024
54 checks passed
@taiki-e taiki-e mentioned this pull request Dec 7, 2024
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.

wasm-bindgen no longer works with feature resolver version 1
1 participant