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

Fixed incorrect deprecation warning when using default module path #4074

Merged
merged 1 commit into from
Aug 13, 2024

Conversation

daxpedda
Copy link
Collaborator

In #3995 we deprecated the old parameters passed into default() (init()) and initSync()in favor of an object containing the data we need.
If the old parameters were passed we emitted a warning, which we unfortunately also emit when no parameters are passed, which is definitely not deprecated.
wasm-bindgen should continue to handle figuring out the default module path on its own.

Thank you @fvirdia for reporting.
Follow-up to #3995.

@daxpedda daxpedda merged commit b012a75 into rustwasm:main Aug 13, 2024
41 checks passed
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.

1 participant